cloudformation
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION] (SAFE): Includes standard AWS CLI commands for stack management (e.g.,
aws cloudformation create-stack). These are appropriate for the skill's stated purpose of infrastructure management. - [EXTERNAL_DOWNLOADS] (SAFE): Demonstrates the use of
TemplateURLfor nested stacks pointing to S3 buckets. The URLs used (https://s3.amazonaws.com/my-bucket/...) are standard documentation placeholders. - [CREDENTIALS_UNSAFE] (SAFE): The skill provides explicit guidance on avoiding hardcoded secrets, recommending AWS Secrets Manager and the
NoEchoparameter property for sensitive data. - [REMOTE_CODE_EXECUTION] (SAFE): Contains Lambda function code snippets and EC2 UserData scripts. These are standard configuration patterns for AWS resources and do not contain malicious instructions.
Audit Metadata