init
Pass
Audited by Gen Agent Trust Hub on Jul 25, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands and scripts to perform environment discovery and project initialization.
- Runs logic-based file checks to detect the project stack (e.g.,
package.jsonfor Node.js,requirements.txtfor Python,go.modfor Go). - Executes a series of setup scripts located in the internal plugin directory
${CLAUDE_PLUGIN_ROOT}/scripts/(e.g.,init.sh,bridge_skills.sh,mcp_codex.sh). - [DATA_EXPOSURE_AND_EXFILTRATION]: Operations are restricted to local file system interactions.
- Reads existing configuration files (
.cc-suite.md) to offer regeneration options to the user. - Writes new configuration metadata and project scaffolding without performing external network requests.
Audit Metadata