aws-cdk
Pass
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill content consists of legitimate AWS CDK documentation, code examples, and delivery loop instructions. It emphasizes security best practices such as least-privilege IAM, encryption with KMS, and compliance checking with CDK Nag.
- [COMMAND_EXECUTION]: The instructions involve running standard CDK CLI commands like
synth,diff, anddeployvia theBashtool. These are required for the intended use case of infrastructure-as-code management. - [EXTERNAL_DOWNLOADS]: The skill utilizes standard package managers (
npx,npm) to initialize projects and install well-known development dependencies from the NPM registry. These operations target trusted ecosystems and are necessary for the skill's functionality.
Audit Metadata