just-brainstorm
Pass
Audited by Gen Agent Trust Hub on Sep 25, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill presents a surface for indirect prompt injection by requiring the agent to ingest and analyze untrusted data from the local codebase.
- Ingestion points: The workflow in
SKILL.mddirects the agent to gather context usinggrep_searchandview_fileon project files. - Boundary markers: Although output is restricted to Markdown artifacts, the skill lacks instructions for delimiters or treating read data as untrusted. The instruction to set
RequestFeedback: falsein the artifact metadata further reduces human-in-the-loop review. - Capability inventory: The agent is permitted to use
grep_search,view_file,list_dir, andask_question, with file creation limited to the artifacts directory. - Sanitization: No procedures are specified for escaping or validating the content retrieved from the codebase before it influences the agent's logic.
Audit Metadata