cli-developer
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard development patterns and best practices for building command-line interfaces. Analysis of the 10 threat categories found no malicious behavior or safety violations.
- [DATA_EXPOSURE]: References in
references/design-patterns.mddescribe storing sensitive credentials in a dedicated file (~/.mycli/credentials.json) using restricted file permissions (600), which aligns with security best practices for local credential management in developer tools. - [COMMAND_EXECUTION]: Documentation in
references/node-cli.mdincludes templates for usingexecafor sub-process execution and testing. This is used appropriately within the context of validating CLI tool behavior and is not an attempt to execute arbitrary commands on the host system.
Audit Metadata