idea-discovery-robot
Pass
Audited by Gen Agent Trust Hub on May 13, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes data from external web searches and user-provided arguments through the
/research-litand/idea-creatorsub-skills. There are no explicit boundary markers or sanitization steps mentioned to isolate this external content, which is a standard surface for indirect prompt injection common in research agents. - Ingestion points: Data enters the context via
WebSearch,WebFetch, and the$ARGUMENTSvariable. - Boundary markers: Instructions do not specify the use of delimiters or 'ignore' instructions for external content.
- Capability inventory: The skill uses
Bash(*),Write,Edit, and triggers otherAgentskills. - Sanitization: No explicit validation or escaping of external content is performed.
- [COMMAND_EXECUTION]: The skill is configured to use the
Bashtool for project orchestration. It includes anAUTO_PROCEEDsetting that allows the pipeline to move through phases (including file modifications and tool calls) without waiting for human intervention if the user does not respond, which reduces oversight of autonomously generated actions.
Audit Metadata