cli-author
Pass
Audited by Gen Agent Trust Hub on Mar 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill contains no malicious code, obfuscation, or data exfiltration patterns. It focuses on teaching legitimate software development techniques.
- [COMMAND_EXECUTION]: Includes examples of
execSyncwithin a testing context to verify the behavior of the CLI tool being built. This is a standard and expected practice for CLI unit testing. - [DATA_EXPOSURE]: Provides patterns for loading configuration files from the file system. The logic is restricted to standard configuration filenames like
.mytoolrcand does not target sensitive system files.
Audit Metadata