spore-drive-sdk
Warn
Audited by Snyk on Apr 12, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.80). The skill's required workflow explicitly tells the agent to clone and run a public GitHub repository and run npm install (see "Step 1: Clone and Install" in references/spore-drive-cloud-deployment.md and the SKILL.md flow), which causes the agent to fetch and execute code from open/public third‑party sources (GitHub/NPM) that could contain untrusted, user-generated content affecting runtime behavior.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The skill explicitly instructs runtime setup (git clone https://github.com/taubyte/spore-drive-boilerplate.git and running npm install / npm run displace which fetches the @taubyte/spore-drive npm package) so remote code is fetched during execution and will be executed as part of the deploy flow.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata