install-hunkwise
Warn
Audited by Snyk on Mar 24, 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 fetches and builds a public GitHub repository (Step 1: "git clone https://github.com/molon/hunkwise.git"), meaning it ingests untrusted, user-controlled third-party content that will be executed/installed and could thus materially influence behavior.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill clones and builds code from https://github.com/molon/hunkwise.git at runtime (git clone + npm install / npm run compile), which fetches and executes remote code that the skill depends on.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata