data-structure-protocol
Fail
Audited by Snyk on Apr 15, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.70). All URLs are on GitHub (trusted domains) and point to repository files/docs, but they come from an individual/unknown account and the skill explicitly instructs downloading and running a raw Python script (dsp-cli.py), which makes it potentially dangerous unless you inspect and trust the code — treat as moderately high risk.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill's Initial Setup instructs fetching and then executing remote Python code from https://raw.githubusercontent.com/k-kolomeitsev/data-structure-protocol/main/skills/data-structure-protocol/scripts/dsp-cli.py (curl -O ... then run python dsp-cli.py), so this URL provides runtime-executed code and is a required dependency.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata