shell-integration
Warn
Audited by Snyk on Feb 25, 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.90). The skill's plugin-distribution instructions (references/plugin-distribution.md) explicitly download a binary from a public GitHub releases URL and then invoke/eval that binary's outputs (e.g., mytool init / --generate-completions) into shell startup files, meaning untrusted third‑party content from the open web is fetched and evaluated as part of the workflow.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The installation script's download_binary step fetches and installs a remote executable at runtime from https://github.com/org/mytool/releases/latest/download/mytool-${OS}-${ARCH} (via curl/wget and chmod +x), which means remote content is fetched and later executed by the skill.
Audit Metadata