resource-naming
Pass
Audited by Gen Agent Trust Hub on Aug 26, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The skill is a documentation-oriented pattern providing naming conventions for AWS resources. It does not contain executable logic that accesses sensitive data or performs unauthorized network operations.
- [COMMAND_EXECUTION]: Provides example shell scripts and deployment commands (e.g.,
cdk deploy) designed for user-controlled deployment workflows. These commands are standard for infrastructure-as-code management. - [EXTERNAL_DOWNLOADS]: References official and well-known GitHub Actions (
actions/checkout@v2) within its documentation examples, which is standard practice for CI/CD pipeline configurations. - [CREDENTIALS_UNSAFE]: Uses placeholder names for sensitive configuration (e.g.,
LLM_API_KEY,db-password) in Secrets Manager and SSM examples. No actual credentials or secrets are hardcoded in the skill.
Audit Metadata