data-structure-protocol
Fail
Audited by Snyk on Jun 23, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.80). These are links to a personal GitHub repo and a raw Python script (dsp-cli.py) hosted on raw.githubusercontent.com — while GitHub is common, downloading and running a raw executable script from an individual/unknown account without verifying the source, repository activity, and code is potentially risky and can be used to distribute malware.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill explicitly instructs at runtime to download and then run a remote Python CLI from https://raw.githubusercontent.com/k-kolomeitsev/data-structure-protocol/main/skills/data-structure-protocol/scripts/dsp-cli.py (curl -O ...) and invoke it with python dsp-cli.py, so external code is fetched and executed as 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