disk-space-audit
Fail
Audited by Snyk on Aug 1, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.80). These links include a direct raw GitHub install script (curl | sh) and a personal GitHub repo used as the install source — both are third‑party code sources that can deliver arbitrary executable scripts and should be treated as suspicious until verified.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (low risk: 0.10). SKILL.md Phase 1–5 runs local disk enumeration (Get-Volume/Get-ChildItem, WizTree export CSV, disky/ncdu) and only performs web search for folder names during “Investigate,” so outsider-authored free text is not ingested unless the workflow explicitly fetches specific web content.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The SKILL.md includes an installation command that fetches and pipes a remote script to sh (curl -sSfL https://raw.githubusercontent.com/bootandy/dust/refs/heads/master/install.sh | sh), which would execute remote code at runtime.
Issues (3)
E005
CRITICALSuspicious download URL detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata