draft-cli-dev
Pass
Audited by Gen Agent Trust Hub on Apr 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses a bash script to coordinate local development tasks. It identifies the repository root, verifies the presence of the CLI entry point, and rebuilds the CLI if source files are newer than the build output using
npm run build. Finally, it executes the local CLI usingnode. All these actions are confined to the repository's local environment and represent standard development workflows.
Audit Metadata