Scan Report
5 /100
knowledge-gaps
Track questions Hans failed to answer and flag missing knowledge
A benign documentation-only skill that references a non-existent Python script for logging knowledge gaps, with no executable code present to analyze.
Safe to install
Skill is safe to use. No scripts exist at the referenced path ./scripts/log-knowledge-gap.py — the skill cannot actually function as documented until the script is created.
Findings 1 items
| Severity | Finding | Location |
|---|---|---|
| Info | Reference to non-existent script Doc Mismatch | SKILL.md:8 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Shell | NONE | NONE | — | SKILL.md line 8 mentions 'exec python3' but the referenced script ./scripts/log-… |
| Filesystem | NONE | NONE | — | No file writes occur in any present code (none exists) |
File Tree
1 files · 1.2 KB · 27 lines Markdown 1f · 27L
└─
SKILL.md
Markdown
Security Positives
✓ No credential harvesting or environment variable access observed
✓ No network requests or data exfiltration patterns present
✓ No obfuscation techniques (base64, eval, etc.) detected
✓ No sensitive file paths accessed (~/.ssh, ~/.aws, .env)
✓ No supply chain risks (no dependencies declared)
✓ No persistence mechanisms or backdoor installations