cli-patterns
Pass
Audited by Gen Agent Trust Hub on Jun 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security vulnerabilities were detected in the skill instructions, scripts, or templates.
- [EXTERNAL_DOWNLOADS]: Generation scripts fetch the
urfave/clilibrary from its official GitHub repository usinggo get. This is a standard development practice for dependency management. - [COMMAND_EXECUTION]: Utility scripts perform local file operations, code generation, and project validation (e.g.,
go build,go vet). These operations are scoped to the project directory created by the user and follow standard build automation patterns.
Audit Metadata