Habilidades skill-template Historial de auditorías
📦

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ónFechaResultadoElementos de revisiónCambio vs anterior
v6 Más reciente4 jul 2026, 17:05 Sin hallazgos confirmados0Sin cambios de capacidad
v5 4 jul 2026, 17:05 Sin hallazgos confirmados0Sin cambios de capacidad
v4 27 jun 2026, 16:53 Sin hallazgos confirmados1 Contiene scripts
v3 16 ene 2026, 12:23 Sin hallazgos confirmados0Sin cambios de capacidad
v2 16 ene 2026, 12:23 Sin hallazgos confirmados0Sin cambios de capacidad
v1 10 ene 2026, 09:13 Sin hallazgos confirmados0Base

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.

2
Archivos escaneados
61
Líneas analizadas
1
Elementos de revisión
0
Falsos positivos ignorados
Auditado por: codex

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.

2
Archivos escaneados
61
Líneas analizadas
1
Elementos de revisión
0
Falsos positivos ignorados
Auditado por: codex

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.

2
Archivos escaneados
61
Líneas analizadas
2
Elementos de revisión
1
Falsos positivos ignorados
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.

Bajo
Bounded Python Command Permission
The skill declares Bash(python:*) in allowed tools. This permits Python command execution, but reviewed instructions direct use of deterministic local scripts and the included script only parses arguments and prints status messages.
The executable permission is explicit and the reviewed script has no network, filesystem write, crypto, or shell subprocess behavior. Risk remains low because Python execution can be expanded if future template users add unsafe scripts.
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.

Bajo
Static Findings Dismissed as Documentation Syntax
The reported Ruby or shell backtick execution locations are Markdown inline code references, not executable Ruby or shell code. The reported weak cryptography locations contain descriptive text only and no cryptographic algorithm usage.
The cited SKILL.md lines are prose or Markdown code formatting, and scripts/run.py line 9 is an argparse description string. No evidence found of weak cryptography or backtick command execution.

Factores de riesgo

⚙️ Comandos externos (1)
Auditado por: codex

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.

3
Archivos escaneados
268
Líneas analizadas
2
Elementos de revisión
0
Falsos positivos ignorados

Factores de riesgo

⚡ Contiene scripts (1)
⚙️ Comandos externos (1)
Auditado por: claude

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.

3
Archivos escaneados
268
Líneas analizadas
2
Elementos de revisión
0
Falsos positivos ignorados

Factores de riesgo

⚡ Contiene scripts (1)
⚙️ Comandos externos (1)
Auditado por: claude

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.

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

Factores de riesgo

⚡ Contiene scripts (1)
⚙️ Comandos externos (1)
Auditado por: claude