competitive-intel
Warn
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill uses
uvxanduv runto download and install third-party Python packages (web-foragerandddgs) from external registries at runtime. - [COMMAND_EXECUTION]: The skill relies on shell command execution to perform searches and data retrieval, specifically using
uvx,uv run, andcurl. - [COMMAND_EXECUTION]: A Python heredoc (`python
- <<'PY'`) is used to execute a script directly within the shell. While the logic is defined within the skill, this pattern involves dynamic script execution.
- [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection.
- Ingestion points: External data is ingested from search results and web page content fetched via
jina.aiand other tools. - Boundary markers: The instructions lack explicit boundary markers or delimiters to separate untrusted external content from the agent's internal logic.
- Capability inventory: The skill has access to subprocess execution (
uvx,uv,curl) across its search and fetch operations. - Sanitization: There is no evidence of sanitization or filtering of the external content before it is processed by the agent to generate competitive reports.
Audit Metadata