aws-cdk-python-setup
Pass
Audited by Gen Agent Trust Hub on Apr 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill contains standard documentation for setting up the AWS Cloud Development Kit (CDK) with Python. All commands (npm install, aws configure, cdk init, pip install) are standard industry practices for this workflow.
- [COMMAND_EXECUTION]: Provides instructions for installing the AWS CDK CLI globally using npm and the AWS CLI using Homebrew. These are well-known, official tools from Amazon and the open-source community.
- [CREDENTIALS_UNSAFE]: References the
aws configurecommand for local credential setup. This is the recommended secure method for managing AWS credentials on a developer machine and does not involve hardcoded secrets or exposure patterns.
Audit Metadata