commandcode-delegate

Pass

Audited by Gen Agent Trust Hub on Aug 26, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [COMMAND_EXECUTION]: The relay.mjs script manages the execution of the cmd (Command Code) CLI and git binaries. The implementation uses the Node.js spawn and execFileSync APIs with shell: false, constructing arguments from validated flags and internal options to prevent shell-based command injection.
  • [EXTERNAL_DOWNLOADS]: The skill requires the Command Code CLI tool from commandcode.ai to be pre-installed and authenticated on the host system. This external dependency is a functional requirement for the skill's primary purpose and is clearly documented in the compatibility and prerequisite sections.
  • [DATA_EXPOSURE]: The skill manages the environment variables passed to the implementation process. It includes a --clean-env flag to restrict the variables inherited by the CLI tool, and the documentation explicitly advises the user on the lack of a filesystem sandbox, recommending manual review of all changes before committing.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 26, 2026, 10:00 AM
Security Audit — agent-trust-hub — commandcode-delegate