agent-tools
Warn
Audited by Snyk on Apr 16, 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.md explicitly shows running web-search apps (e.g., "infsh app run tavily/search-assistant" in Quick Examples and the "Search" entries under "What's Available"), which indicates the agent will fetch and ingest untrusted public web/search results as part of its workflow and could act on that content.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill instructs installing the required CLI with a direct piped installer (curl -fsSL https://cli.inference.sh | sh), which fetches and executes remote code as a required dependency for running the skill.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata