research
Pass
Audited by Gen Agent Trust Hub on Sep 23, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill has a vulnerability surface for indirect prompt injection as it ingests and processes data from untrusted external sources.
- Ingestion points: External data enters the agent context via the
WebSearchtool and the output of thegeminibash command inSKILL.md(Phase 2). - Boundary markers: The instructions do not define any boundary markers (e.g., delimiters or XML tags) or specific "ignore embedded instructions" warnings for the gathered research data.
- Capability inventory: The skill possesses the capability to execute shell commands (
gemini) and write files to the local filesystem (report generation in./plans/). - Sanitization: There is no evidence of sanitization, filtering, or validation of the external content before it is interpolated into the final research report or used in subsequent research phases.
- [COMMAND_EXECUTION]: The skill explicitly instructs the agent to execute the
geminicommand via the bash shell. While this is the primary mechanism for research, it involves spawning subprocesses with parameters (-m,-p) that could be influenced by untrusted data if not carefully managed by the underlying platform.
Audit Metadata