update
Warn
Audited by Snyk on Mar 23, 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 calls npm view get-shit-pretty version and fetches the changelog from https://raw.githubusercontent.com/jubs-cloud/get-shit-pretty/main/CHANGELOG.md — public, user-controlled sources whose contents are parsed and used to decide whether to run the update and what to display, creating a clear path for untrusted content to influence actions.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill runs the updater via "npx get-shit-pretty@latest" at runtime (which fetches and executes the package from the npm registry, e.g. https://registry.npmjs.org/get-shit-pretty), so it performs a required remote-code fetch-and-execute step.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata