cull-release
Pass
Audited by Gen Agent Trust Hub on Jul 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill orchestrates the release lifecycle by directing the agent to execute local commands.
- Relies on
npm run release:cullfor various phases such as check, prepare, publish, verify, and recover. - Resolves the target repository from the local filesystem or environment variables like
CULL_REPO. - [EXTERNAL_DOWNLOADS]: Orchestrates distribution through well-known external services.
- Manages GitHub releases and monitors associated CI/CD workflows.
- Handles promotion of packages to Homebrew repositories.
- [SAFE]: Implements structured installation and verification logic.
scripts/install-suite.shautomates the setup of the skill suite using symbolic links within$HOME/.agents/skills.- The script includes logic to prevent replacing existing directories or files.
Audit Metadata