finance-cli
Warn
Audited by Snyk on Apr 30, 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 required install/workflow (SKILL.md and references/install.md) explicitly instructs the agent to fetch and run external resources from public GitHub URLs (e.g., curl https://raw.githubusercontent.com/kelvin6365/finance-cli/main/install.sh | bash, bun add github:kelvin6365/finance-cli, and downloading assets from github.com/.../releases), which exposes the agent to untrusted, user-hosted third‑party content that can materially change behavior.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill's install flow explicitly tells the agent/user to run a remote install script via curl -fsSL https://raw.githubusercontent.com/kelvin6365/finance-cli/main/install.sh | bash, which fetches and executes remote code at runtime to install the required finance binary.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata