research-ideation
Pass
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted input from the user (via
$ARGUMENTS) and potentially external data fromWebSearchorWebFetchduring the verification phase. This represents a standard indirect prompt injection surface where instructions embedded in external content could attempt to influence the agent's behavior. However, the skill implements a 'forked' context for the verification sub-agent and uses specific verification questions to isolate the processing of external data. - Ingestion points:
$ARGUMENTSinSKILL.md; results fromWebSearchandWebFetchduring the verification protocol. - Boundary markers: No explicit delimiters are used when interpolating
$ARGUMENTSinto the primary prompt. - Capability inventory:
Read,Write,WebSearch,WebFetch,Task(sub-agent spawning). - Sanitization: The skill explicitly instructs the agent to use a
[sanitized_topic]for output filenames to prevent path traversal or malformed filename issues. - [COMMAND_EXECUTION]: The skill utilizes the
Tasktool to spawn a specializedclaim-verifiersub-agent. This is an orchestrated use of agent capabilities for a specific verification workflow and does not involve the execution of arbitrary shell commands or untrusted scripts.
Audit Metadata