Audit History
development - 5 audits
Version comparison
Capability and finding changes across audited versions, newest first.
| Version | Date | Result | Review items | Change vs previous |
|---|---|---|---|---|
| v5 Latest | Jul 23, 2026, 10:11 PM | No confirmed findings | 0 | No capability change |
| v4 | Jul 8, 2026, 11:29 AM | No confirmed findings | 0 | No capability change |
| v3 | Jul 6, 2026, 10:30 PM | No confirmed findings | 0 | External commands |
| v2 | Jun 30, 2026, 02:05 PM | No confirmed findings | 0 | No capability change |
| v1 | Feb 24, 2026, 07:44 PM | No confirmed findings | 0 | Baseline |
Jul 23, 2026, 10:11 PM
All 84 static findings are false positives caused by Markdown backticks used for code fences and inline skill names. SKILL.md contains workflow documentation and example prompts, with no executable shell or Ruby command path. No prompt injection or other semantic security issue was found.
Risk Factors
⚙️ External commands (50)
Jul 8, 2026, 11:29 AM
The static analyzer flagged Markdown backticks in SKILL.md as Ruby shell execution. Manual review found only documentation, skill lists, and copy-paste prompt examples, with no executable scripts or shell commands. No prompt-injection, data-exfiltration, network access, or secret-handling intent was found.
Risk Factors
⚙️ External commands (84)
Jul 6, 2026, 10:30 PM
All 84 static detections are false positives caused by Markdown backticks around skill names and fenced example prompts in SKILL.md. I found no evidence of executable code, command invocation, network access, credential handling, data exfiltration, or prompt injection.
Risk Factors
⚙️ External commands (84)
Jun 30, 2026, 02:05 PM
Static analysis reported many external-command and weak-cryptography patterns, but review found they are Markdown backticks, skill references, and normal prose. No executable scripts, network calls, credential access, command execution, or prompt-injection attempts were found in SKILL.md.
Static false positives ignored (2)
These static matches were dismissed by semantic review or matched schema-only tokens, so they are shown for transparency but do not drive the quality score.
Feb 24, 2026, 07:44 PM
This skill is a documentation file (SKILL.md) that describes a development workflow bundle. The static analyzer flagged 84 external_commands patterns and 16 cryptographic warnings, but all are false positives. The backtick patterns are markdown code block delimiters, not shell execution. No executable code exists in this file - it only contains documentation and references to other skills.