Audit History
doc-writer - 6 audits
Version comparison
Capability and finding changes across audited versions, newest first.
| Version | Date | Result | Review items | Change vs previous |
|---|---|---|---|---|
| v6 Latest | Jul 4, 2026, 01:29 PM | No confirmed findings | 0 | No capability change |
| v5 | Jul 4, 2026, 01:29 PM | No confirmed findings | 0 | External commands Filesystem access |
| v4 | Jun 27, 2026, 12:33 PM | No confirmed findings | 1 | Filesystem access External commands |
| v3 | Jan 16, 2026, 12:09 PM | No confirmed findings | 0 | No capability change |
| v2 | Jan 16, 2026, 12:09 PM | No confirmed findings | 0 | External commands |
| v1 | Jan 10, 2026, 08:50 AM | No confirmed findings | 0 | Baseline |
Jul 4, 2026, 01:29 PM
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.
Risk Factors
⚙️ External commands (5)
Jul 4, 2026, 01:29 PM
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.
Risk Factors
⚙️ External commands (5)
Jun 27, 2026, 12:33 PM
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.
Capability review items (1)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Static false positives ignored (1)
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.
Risk Factors
📁 Filesystem access (3)
Jan 16, 2026, 12:09 PM
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.
Risk Factors
⚙️ External commands (10)
Jan 16, 2026, 12:09 PM
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.
Risk Factors
⚙️ External commands (10)
Jan 10, 2026, 08:50 AM
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.