competitive-intel
Pass
Audited by Gen Agent Trust Hub on Aug 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
uvx,uv run, andcurlto execute shell commands for web searching and data fetching. It specifically instructs the agent to run theweb-foragerCLI and a custom Python script using theddgslibrary to retrieve market data. - [EXTERNAL_DOWNLOADS]: At runtime, the skill fetches the
web-foragerpackage and theddgslibrary from the public Python Package Index (PyPI) using theuvtool. This introduces a dependency on external, third-party code that is not version-pinned for all components. - [PROMPT_INJECTION]: The skill is designed to ingest and process content from arbitrary web URLs and search results, creating an attack surface for indirect prompt injection.
- Ingestion points: Web content fetched via the Jina Reader service and search result snippets from DuckDuckGo.
- Boundary markers: None identified; there are no explicit instructions for the agent to treat external content as untrusted or to ignore embedded instructions within the fetched markdown.
- Capability inventory: The agent has subprocess execution capabilities (
uvx,uv run,curl) which could potentially be abused if fetched content successfully influences agent behavior. - Sanitization: No validation or sanitization of the fetched web content is performed before the data is processed by the agent.
Audit Metadata