brainstorm
Pass
Audited by Gen Agent Trust Hub on May 2, 2026
Risk Level: SAFE
Full Analysis
- [DYNAMIC_CONTEXT_INJECTION]: The template
scripts/create-design-doc.mdutilizes the!commandsyntax to automatically populate document headers with local environment metadata. - It executes commands such as
git config user.name,git branch --show-current, andgit logto fill author and versioning information. - These commands are used strictly for local template generation and do not involve unauthorized network communication or access to sensitive credentials like private keys or cloud provider configs.
- [COMMAND_EXECUTION]: The 'Iterative optimization' mode enables the execution of shell commands provided or selected by the user to collect performance metrics (e.g.,
npm run benchmarkorpytest). - This functionality is interactive and intended for benchmarking purposes within the local development environment.
- [DATA_EXPOSURE]: During the 'Project Context Discovery' phase, the skill scans the codebase for specific keywords (e.g., 'interview', 'hackathon') to classify the project's complexity tier.
- This scan is limited to standard project metadata (READMEs, Dockerfiles, etc.) and is used only to scope the agent's architectural recommendations to an appropriate complexity level.
Audit Metadata