Scan Report
45 /100
Self-Audit
Audit your own tool usage. Discover which calls are necessary vs reflexive.
Skill declares a 'self-audit' CLI script and 'audit/' directory that do not exist; undeclared sensitive config.json with LLM tool permissions is present but not documented.
Use with caution
Do not use. The skill has no implementation files despite SKILL.md declaring a main CLI script. The undeclared config.json with system prompts and tool permissions should be removed or documented.
Findings 3 items
| Severity | Finding | Location |
|---|---|---|
| Medium | Declared entry point does not exist Doc Mismatch | SKILL.md:66 |
| Medium | Undeclared sensitive configuration file Doc Mismatch | config.json:1 |
| Low | Declared storage directory does not exist Doc Mismatch | SKILL.md:67 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No scripts exist to infer capabilities |
| Network | NONE | NONE | — | No network code exists |
| Shell | NONE | NONE | — | No shell scripts exist |
| Environment | NONE | NONE | — | No env access code exists |
File Tree
2 files · 2.4 KB · 88 lines Markdown 1f · 75L
JSON 1f · 13L
├─
config.json
⚠
JSON
└─
SKILL.md
Markdown
Security Positives
✓ No executable malicious code present in the package
✓ No credential harvesting or exfiltration mechanisms
✓ No network communication code detected
✓ No obfuscated or base64-encoded payloads