Historial de auditorías
doc-writer - 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, 13:29 | Sin hallazgos confirmados | 0 | Sin cambios de capacidad |
| v5 | 4 jul 2026, 13:29 | Sin hallazgos confirmados | 0 | Comandos externos Acceso al sistema de archivos |
| v4 | 27 jun 2026, 12:33 | Sin hallazgos confirmados | 1 | Acceso al sistema de archivos Comandos externos |
| v3 | 16 ene 2026, 12:09 | Sin hallazgos confirmados | 0 | Sin cambios de capacidad |
| v2 | 16 ene 2026, 12:09 | Sin hallazgos confirmados | 0 | Comandos externos |
| v1 | 10 ene 2026, 08:50 | Sin hallazgos confirmados | 0 | Base |
4 jul 2026, 13:29
The static findings are false positives caused by Markdown inline code around file paths and naming examples in SKILL.md. I found no prompt injection, data exfiltration intent, or unsafe command construction in the reviewed skill instructions.
Factores de riesgo
⚙️ Comandos externos (5)
4 jul 2026, 13:29
The static findings are false positives caused by Markdown inline code around file paths and naming examples in SKILL.md. I found no prompt injection, data exfiltration intent, or unsafe command construction in the reviewed skill instructions.
Factores de riesgo
⚙️ Comandos externos (5)
27 jun 2026, 12:33
The static analyzer reported shell execution and weak cryptography patterns, but the reviewed lines are Markdown code spans and prose, not executable code. The skill has a low residual risk because it instructs the assistant to read and write repository documentation files and optionally run configured validators.
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
📁 Acceso al sistema de archivos (3)
16 ene 2026, 12:09
This is a pure documentation skill with no executable code. The static analyzer flagged 20 false positives due to pattern matching on file paths and URL strings in markdown and JSON. No network calls, file system operations, external commands, or cryptographic operations exist in these files. Only plain text documentation and metadata.
Factores de riesgo
⚙️ Comandos externos (10)
16 ene 2026, 12:09
This is a pure documentation skill with no executable code. The static analyzer flagged 20 false positives due to pattern matching on file paths and URL strings in markdown and JSON. No network calls, file system operations, external commands, or cryptographic operations exist in these files. Only plain text documentation and metadata.
Factores de riesgo
⚙️ Comandos externos (10)
10 ene 2026, 08:50
Pure prompt-based skill containing only documentation guidelines. No executable code, no network calls, no file system access, no external commands. This is a configuration file that instructs an AI how to write documentation using repository templates and context.