gsp-update
Warn
Audited by Snyk on Apr 11, 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 explicitly runs
npm view get-shit-pretty versionand fetches the public changelog from https://raw.githubusercontent.com/jubscodes/get-shit-pretty/main/CHANGELOG.md as part of its required workflow (Step 2 and Step 4), and those untrusted public sources are parsed and used to decide whether to perform the update, so third-party content can influence actions.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill explicitly runs npx get-shit-pretty@latest at runtime (which fetches and executes remote code from the npm package get-shit-pretty) and also fetches https://raw.githubusercontent.com/jubscodes/get-shit-pretty/main/CHANGELOG.md, so it executes and depends on external remote content.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata