ideakit
Pass
Audited by Gen Agent Trust Hub on Aug 31, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted data from the web during its research and validation phases, which could contain malicious instructions.
- Ingestion points: The skill retrieves external data via
WebFetchandWebSearch, and processes output from sibling tools likeresearchkitandvalidatekitinSKILL.md(e.g., under the research and validate modes). - Boundary markers: The skill instructs the agent to draft content and ask for user confirmation before writing, but it lacks specific instructions to delimit or sanitize external content to prevent the agent from obeying embedded instructions.
- Capability inventory: The agent has powerful capabilities including
Bash,Write,Edit, andWebFetchacross all modules. - Sanitization: No explicit sanitization or filtering of external inputs is mentioned.
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to manage the local environment, specifically for initializing the ideas repository withgit initas described in the "The ideas repo" section ofSKILL.md. - [EXTERNAL_DOWNLOADS]: The skill performs network operations via
WebFetchandWebSearchto fulfill research and validation requests, which is a core feature of the tool's intended purpose to gather external context for user ideas.
Audit Metadata