cli-architecture-pattern
Pass
Audited by Gen Agent Trust Hub on Aug 26, 2026
Risk Level: SAFENO_CODE
Full Analysis
- [NO_CODE]: The skill serves as a reference pattern and architectural guide. It provides code examples for demonstration purposes rather than executable scripts meant to be run directly by the agent environment. All examples are illustrative of 1-tier, 2-tier, and 3-tier software architectures.
- [COMMAND_EXECUTION]: The skill contains example code that uses
child_process.spawnand shell commands likepnpmornpx. However, these are provided within documentation blocks as implementation examples for the user to follow, rather than instructions for the agent to execute on the host system. - [DATA_EXPOSURE]: The skill mentions handling environment variables and AWS SSM parameters. It correctly promotes using
.envfiles and secure parameter stores rather than hardcoding credentials, which aligns with security best practices.
Audit Metadata