Trusted — Risk Score 5/100
Last scan:20 hr ago Rescan
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.
Skill Nameknowledge-gaps
Duration22.9s
Enginepi
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 declares execution of './scripts/log-knowledge-gap.py' but no scripts directory or Python files exist in the skill package. The skill cannot function as documented.
exec python3 ./scripts/log-knowledge-gap.py "The question the user asked" "What knowledge was missing"
→ Create the referenced script if the skill functionality is needed, or remove the script reference from documentation.
SKILL.md:8
ResourceDeclaredInferredStatusEvidence
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 27L · 1.2 KB

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