brainerd-init
Pass
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to run local shell and batch scripts (e.g.,
brainerd-claude.sh,brainerd-codex.sh) to perform repository initialization. These scripts serve as wrappers for Node.js-based CLI tools. - [EXTERNAL_DOWNLOADS]: The execution scripts utilize
npx --yes tsxto run TypeScript source code directly. This command automatically downloads thetsxutility from the official npm registry if it is not currently installed in the environment. This is a well-known and standard development practice.
Audit Metadata