researcher-workflow
Pass
Audited by Gen Agent Trust Hub on Aug 28, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill provides an attack surface for indirect prompt injection as it systematically processes external, untrusted content.
- Ingestion points: Untrusted data enters the context via mission briefs in
skills/receive-mission.mdand external web content from thegroktocrawltool andcurlinskills/research-gather.md. - Boundary markers: No explicit boundary markers or delimiters are used to wrap external content to prevent the agent from executing instructions embedded in that content.
- Capability inventory: The skill uses
write_file, shell commands (mkdir,ls,cat), and thegroktocrawlautonomous research suite. - Sanitization: Content retrieved from external sources is synthesized without escaping or validation, allowing potentially malicious instructions in research data to influence the agent's behavior.
Audit Metadata