aws-cdk-python-setup
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides legitimate instructions for setting up a development environment for the AWS Cloud Development Kit (CDK) using Python.- [EXTERNAL_DOWNLOADS]: The instructions include downloading official tools such as the AWS CDK CLI via NPM, the AWS CLI via Homebrew, and Python libraries via Pip. These are well-known and trusted sources for development tooling.- [COMMAND_EXECUTION]: The skill utilizes standard command-line interface (CLI) operations for project initialization (
cdk init), template synthesis (cdk synth), and resource deployment (cdk deploy). These operations are consistent with the skill's stated purpose.- [CREDENTIALS_UNSAFE]: The guide instructs the user to useaws configureto set up local environment credentials. This is a best-practice approach for credential management and does not involve hardcoding or insecurely handling secrets within the skill itself.
Audit Metadata