aws-cloud-services
Enables building and managing scalable applications on AWS, covering services like S3, Lambda, and DynamoDB for cloud architecture.
Install this skill
Security score
The aws-cloud-services skill was audited on Feb 19, 2026 and we found 12 security issues across 3 threat categories, including 2 critical. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 613 | console.log(`Event: ${eventName}, Bucket: ${bucket}, Key: ${key}`); |
Template literal with variable interpolation in command context
| 635 | console.log(`Event: ${eventName}`); |
Template literal with variable interpolation in command context
| 1228 | ```yaml |
Access to hidden dotfiles in home directory
| 161 | 2. **Shared credentials file**: ~/.aws/credentials |
Access to hidden dotfiles in home directory
| 162 | 3. **Shared config file**: ~/.aws/config |
Access to AWS credentials directory
| 161 | 2. **Shared credentials file**: ~/.aws/credentials |
Access to AWS credentials directory
| 162 | 3. **Shared config file**: ~/.aws/config |
Access to .env file
| 697 | const BUCKET_NAME = process.env.BUCKET_NAME; |
Access to .env file
| 698 | const TABLE_NAME = process.env.TABLE_NAME; |
Access to .env file
| 699 | const API_KEY = process.env.API_KEY; // Use Secrets Manager for sensitive data |
External URL reference
| 184 | endpoint: 'https://s3.us-west-2.amazonaws.com' // Optional custom endpoint |
External URL reference
| 1377 | Value: !Sub 'https://${RestApi}.execute-api.${AWS::Region}.amazonaws.com/${Environment}' |