Scan Report
40 /100
Receipt Logger
Generate signed, append-only audit logs for agent actions. Solve the trust without vibes problem.
SKILL.md declares a 'receipt-logger' CLI tool with HMAC signing and append-only logging, but no implementation script exists in the file tree — only SKILL.md and config.json are present, constituting a severe documentation-to-code mismatch.
Use with caution
Do not use this skill until the 'receipt-logger' implementation script is provided and verified. The documentation describes functional behavior (shell-based CLI with HMAC signing) that is entirely absent from the package.
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| High | Implementation script missing — documented functionality absent Doc Mismatch | SKILL.md:1 |
| Low | Config.json marked as sensitive without justification Doc Mismatch | config.json:1 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No implementation code present to analyze filesystem access patterns |
| Shell | NONE | NONE | — | SKILL.md references 'receipt-logger' as a shell CLI, but no shell script exists … |
| Network | NONE | NONE | — | No implementation code to analyze network behavior |
File Tree
2 files · 2.2 KB · 76 lines Markdown 1f · 63L
JSON 1f · 13L
├─
config.json
⚠
JSON
└─
SKILL.md
Markdown
Security Positives
✓ No malicious code patterns found (base64, reverse shells, eval calls) — however, there is no code to analyze
✓ No credential harvesting attempts identified
✓ No data exfiltration infrastructure present
✓ No network communication patterns observed
✓ No obfuscation techniques detected
✓ config.json contains no actual secrets despite sensitivity flag