cli-builder
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides educational content and boilerplate code for building CLI tools. All code examples follow standard development practices.
- [COMMAND_EXECUTION]: The skill demonstrates the use of Bun's shell execution capability (
$) for common development tasks likegit statusornpm test. These are provided as illustrative examples for building developer tooling and do not contain hardcoded malicious commands. - [EXTERNAL_DOWNLOADS]: The skill mentions the
@clack/promptspackage as a recommended dependency for interactive CLIs. This is a well-known and widely used library for Node.js/Bun terminal interfaces. - [DATA_EXFILTRATION]: File system operations (
readFile,writeFile) are used for legitimate configuration management and project initialization tasks. No patterns indicating unauthorized data access or exfiltration were found.
Audit Metadata