deep-research
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- Indirect Prompt Injection (LOW): The skill fetches search results (titles and snippets) from the internet and feeds them directly into the agent's context. A malicious website could craft content that, when retrieved, attempts to override the agent's instructions.
- Ingestion points:
scripts/research.pyuses theddgslibrary to fetch web data. - Boundary markers: Absent; search results are interpolated into a Markdown report without explicit 'ignore' delimiters for the agent.
- Capability inventory: The agent has access to powerful tools including
Bash,Write, andEditviaSKILL.md. - Sanitization: None; the script performs no filtering or escaping of the retrieved web content.
- Unverifiable Dependencies (LOW): The skill requires the installation of the
ddgsPython package viapip. While common for this task, it introduces a dependency on external code that is not pinned to a specific version or hash. - Command Execution (SAFE): The skill uses the
Bashtool to execute a local Python script (scripts/research.py). This is a standard and intended use of the tool for this skill's functionality.
Audit Metadata