Historial de auditorías
skill-template - 6 auditorías
Comparación de versiones
Cambios de capacidades y hallazgos entre versiones auditadas, primero las más recientes.
| Versión | Fecha | Resultado | Elementos de revisión | Cambio vs anterior |
|---|---|---|---|---|
| v6 Más reciente | 4 jul 2026, 17:05 | Sin hallazgos confirmados | 0 | Sin cambios de capacidad |
| v5 | 4 jul 2026, 17:05 | Sin hallazgos confirmados | 0 | Sin cambios de capacidad |
| v4 | 27 jun 2026, 16:53 | Sin hallazgos confirmados | 1 | Contiene scripts |
| v3 | 16 ene 2026, 12:23 | Sin hallazgos confirmados | 0 | Sin cambios de capacidad |
| v2 | 16 ene 2026, 12:23 | Sin hallazgos confirmados | 0 | Sin cambios de capacidad |
| v1 | 10 ene 2026, 09:13 | Sin hallazgos confirmados | 0 | Base |
4 jul 2026, 17:05
All five static findings are false positives caused by Markdown inline code formatting, not executable shell calls. I found no prompt injection, data exfiltration, or hidden execution intent in SKILL.md or scripts/run.py. The template declares Python Bash access, but the reviewed content uses it only for a simple self-test entrypoint.
Factores de riesgo
⚙️ Comandos externos (5)
4 jul 2026, 17:05
All five static findings are false positives caused by Markdown inline code formatting, not executable shell calls. I found no prompt injection, data exfiltration, or hidden execution intent in SKILL.md or scripts/run.py. The template declares Python Bash access, but the reviewed content uses it only for a simple self-test entrypoint.
Factores de riesgo
⚙️ Comandos externos (5)
27 jun 2026, 16:53
Static analysis reported weak cryptography and shell execution patterns, but those specific matches are false positives in documentation text and an argparse description. The skill does declare Bash(python:*) permission and includes a simple Python entrypoint, so the remaining risk is low and tied to bounded script execution.
Elementos de revisión de capacidades (1)
Estas son capacidades locales reales que pueden esperarse para esta habilidad, por lo que requieren revisión, pero no se cuentan como comportamiento malicioso confirmado.
Falsos positivos estáticos ignorados (1)
Estas coincidencias estáticas fueron descartadas por la revisión semántica o coincidieron con tokens solo de esquema, por lo que se muestran por transparencia, pero no afectan la puntuación de calidad.
Factores de riesgo
⚙️ Comandos externos (1)
16 ene 2026, 12:23
This is a benign boilerplate template skill. All 25 static findings are false positives triggered by documentation references and metadata. The only code is a 23-line Python script that parses CLI arguments. No network access, no credential handling, no dangerous operations.
Factores de riesgo
⚡ Contiene scripts (1)
⚙️ Comandos externos (1)
16 ene 2026, 12:23
This is a benign boilerplate template skill. All 25 static findings are false positives triggered by documentation references and metadata. The only code is a 23-line Python script that parses CLI arguments. No network access, no credential handling, no dangerous operations.
Factores de riesgo
⚡ Contiene scripts (1)
⚙️ Comandos externos (1)
10 ene 2026, 09:13
Template skill with minimal capabilities. Contains a simple Python entrypoint script that only parses CLI arguments and runs self-tests. The Bash(python:*) tool permission is appropriate for a skill designed to execute scripts. No network, file I/O, or credential access detected.