cli-architecture-pattern
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues detected. The skill is a collection of architectural guidelines and code examples for building CLI tools.
- [COMMAND_EXECUTION]: The example code includes usage of
child_process.spawn(within arunhelper) to execute external utilities likenpx,cdk, andpnpm. This is standard for infrastructure CLI wrappers and is documented clearly as part of the pattern's functionality. - [EXTERNAL_DOWNLOADS]: References standard, well-known libraries including
commanderand various@aws-sdkpackages. These are recognized as legitimate dependencies for the stated purpose of building cloud-integrated CLI tools.
Audit Metadata