brainstorm-search-plan
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's instructions and logic focus entirely on orchestrating a conversation and gathering facts. No malicious commands, obfuscated content, or unauthorized data access patterns were identified.
- [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface by processing untrusted data from the user and the
/searchskill. - Ingestion points: The skill ingests fuzzy user requests and external factual data retrieved via the
/searchskill in Phase 2. - Boundary markers: No specific delimiters or safety instructions are defined for processing search results or user input.
- Capability inventory: The skill utilizes
AskUserQuestion,/search,EnterPlanMode, andExitPlanModeto manage the planning process, and integrates with/taskor/designfor final execution. - Sanitization: The skill relies on a mandatory human-in-the-loop checkpoint via the
ExitPlanModeapproval gate, which ensures that the final plan is reviewed by the user before any implementation begins.
Audit Metadata