Habilidades python-web-app-security-audit
📦

python-web-app-security-audit

v1.1.0 Revisión del contenido r2 Seguro 🌐 Acceso a red🔑 Variables de entorno📁 Acceso al sistema de archivos⚙️ Comandos externos

Audit Python Web Apps Before Release

Python teams need repeatable checks for common application security controls. This skill provides configurable pytest coverage with clear evidence, boundaries, and release decisions.

Compatible con: Claude Codex Code(CC)
💎 90 Destacado

Instalar con mi Agente

Copia esta solicitud en tu Agente. Incluye la página canónica del Skill y el manifiesto.

Solicitud de agente
Review the Skillstore skill "python-web-app-security-audit" from https://skillstore.io/skills/glenskii-python-web-app-security-audit.md and its manifest at https://skillstore.io/api/skills/glenskii-python-web-app-security-audit/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.

Tu Agente debe seguir mostrando su plan y solicitar cualquier confirmación exigida por la política de seguridad.

Pruébalo

Usando "python-web-app-security-audit". Assess authentication controls for the configured protected and admin routes.

Resultado esperado:

  • PASS: Protected and admin routes reject unauthenticated requests.
  • REVIEW REQUIRED: Account enumeration timing remains inconclusive under the in-process test conditions.
  • Boundary: External identity providers and production session infrastructure were not tested.

Usando "python-web-app-security-audit". Summarize a failed CORS and cookie audit.

Resultado esperado:

BLOCKED: The protected route accepts the hostile origin, and the session cookie lacks Secure. Restrict allowed origins, enable Secure, and rerun both checks.

Usando "python-web-app-security-audit". Create a release summary after all configured checks pass.

Resultado esperado:

PASS: Configured application-layer checks completed without blocking or review-level findings. Deployment TLS, proxy behavior, dependencies, and external services remain outside scope.

Auditoría de seguridad

Seguro

All 136 static findings are false positives caused by defensive test payloads, explicit local configuration, safe copy operations, or Markdown formatting. Requests use in-process ASGITransport, active probes require owner opt-in, and no credential exfiltration, prompt injection, or malicious intent was found.

26
Archivos escaneados
2,063
Líneas analizadas
0
Elementos de revisión
0
Falsos positivos ignorados

Factores de riesgo

🌐 Acceso a red (16)
🔑 Variables de entorno (50)
📁 Acceso al sistema de archivos (3)
⚙️ Comandos externos (17)
La auditoría estática y semántica completada más reciente no detectó hallazgos de seguridad confirmados. Esto no demuestra que el skill no tenga efectos secundarios.
Compartir y citar este informe

Comparte el informe de evaluación versionado, la insignia neutral, la tarjeta insertable y las citas. Skillstore presenta evidencias sin decidir si este Skill es seguro.

Abrir el informe versionado
Evaluación de seguridad

Copiar enlace del informe

https://skillstore.io/skills/glenskii-python-web-app-security-audit/audits/2?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report

Insignia Markdown

[![Skillstore security assessment](https://skillstore.io/badges/skills/glenskii-python-web-app-security-audit/security.svg)](https://skillstore.io/skills/glenskii-python-web-app-security-audit?utm_source=security_passport_badge)

Insignia HTML

<a href="https://skillstore.io/skills/glenskii-python-web-app-security-audit?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/glenskii-python-web-app-security-audit/security.svg" alt="Skillstore security assessment" loading="lazy"></a>

Tarjeta para insertar

<iframe src="https://skillstore.io/embed/skills/glenskii-python-web-app-security-audit.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>
Citas académicas (APA · BibTeX · CFF)

Cita APA

glenskii. (2026). python-web-app-security-audit security audit report (audit version 2) [Author version 1.1.0]. Skillstore. https://skillstore.io/skills/glenskii-python-web-app-security-audit/audits/2

Cita BibTeX

@techreport{glenskii-glenskii-python-web-app-security-audit-2026, author = {glenskii}, title = {python-web-app-security-audit security audit report (audit version 2)}, institution = {Skillstore}, year = {2026}, number = {2}, url = {https://skillstore.io/skills/glenskii-python-web-app-security-audit/audits/2}, note = {Author version 1.1.0} }

CITATION.cff

cff-version: 1.2.0 message: "If you use this Skill, cite its author and this versioned security audit report." title: "python-web-app-security-audit security audit report (audit version 2)" version: "1.1.0" type: report authors: - name: "glenskii" date-released: "2026-08-10" url: "https://skillstore.io/skills/glenskii-python-web-app-security-audit/audits/2" identifiers: - type: other value: "skillstore:glenskii-python-web-app-security-audit:audit:2" description: "Skillstore immutable audit report identifier"

Puntuación de Skillstore

Por qué esta puntuación Confianza de la evidencia: Medio
95
Arquitectura
100
Mantenibilidad
87
Contenido
65
Comunidad
91
Cumplimiento de la especificación

Lo que puedes crear

Pre-release application review

Run repeatable security checks before approving a Python service release.

Framework security regression testing

Add focused ASGI security tests to a FastAPI, Django, or adapted Flask project.

Evidence-based release gating

Record tested controls, failures, skipped checks, boundaries, and a clear release decision.

Prueba estos prompts

Review the audit scope
Review this Python web application and identify which bundled security checks apply. List required routes, accounts, origins, and test boundaries.
Prepare an ASGI audit
Prepare the security suite for this application. Configure the import path and non-destructive checks, but keep active probes disabled.
Analyze test failures
Run the configured security tests and analyze each failure. Separate confirmed weaknesses, configuration mistakes, unsupported controls, and skipped checks.
Build a release decision
Perform an authorized audit with approved active probes. Produce evidence, severity, remediation, retest status, scope boundaries, and a justified release decision.

Mejores prácticas

  • Use dedicated accounts, records, and an isolated non-production environment.
  • Configure actual routes, origins, ownership identifiers, and rate limits before interpreting results.
  • Record every skipped check and preserve sanitized evidence for each failure and retest.

Evitar

  • Do not use production credentials or production data in the test configuration.
  • Do not enable active probes without application-owner authorization and an isolated target.
  • Do not treat a passing run or skipped check as proof of complete production security.

Preguntas frecuentes

Which Python frameworks are supported?
FastAPI and Django ASGI applications are supported directly. Flask requires a maintained ASGI adapter.
Does the suite open a public test server?
No. It loads the configured ASGI application and sends requests through httpx ASGITransport in process.
Are active probes enabled by default?
No. Repeated, malformed, and target-specific probes remain skipped until the owner explicitly enables them.
Can this replace a penetration test?
No. It covers configured application behavior and does not establish infrastructure, dependency, or production security.
What credentials should I provide?
Use dedicated non-production user and administrator accounts. Keep the populated test environment file out of version control.
What does a passing result mean?
It means configured checks found no blocking or review-level issue. Untested controls and documented boundaries still require separate review.

Detalles del desarrollador

Autor

glenskii

Licencia

MIT

Versión del autor

v1.1.0

Revisión de Skillstore

r2

Ref.

8dc0b056b6c0413e53dd66fbd5e2fa5555cce8e0

Actualidad del mantenimiento

11/8/2026

Uso

5 descargas · 4 vistas