opentrade-portfolio
Fail
Audited by Snyk on Mar 11, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 1.00). These links point to an unfamiliar GitHub org and an opaque 6551.io domain and explicitly reference a raw .sh installer (curl | sh) — a high-risk pattern because it fetches and executes arbitrary shell code from an untrusted source.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.80). SKILL.md explicitly instructs fetching third-party content (install script via curl from raw.githubusercontent.com and runtime API calls such as "opentrade token search" and "opentrade portfolio all-balances" that return tokenContractAddress, balances, and prices) which the agent must parse and use to make follow-on decisions/actions (see Workflows A/B/C), so untrusted external data can materially influence tool use.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill explicitly runs curl -sSL https://raw.githubusercontent.com/6551Team/openskills/main/skills/opentrade/install.sh | sh at runtime to install/update opentrade, which fetches and executes remote code from that URL and is required by the skill.
Issues (3)
E005
CRITICALSuspicious download URL detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata