aws-lambda-typescript-integration
Provides AWS Lambda integration patterns for TypeScript, optimizing cold starts and supporting various deployment approaches.
Install this skill
or
96/100
Security score
The aws-lambda-typescript-integration skill was audited on May 25, 2026 and we found 4 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
low line 139
Access to .env file
SourceSKILL.md
| 139 | const dynamoClient = new DynamoDBClient({ region: process.env.AWS_REGION }); |
low line 151
Access to .env file
SourceSKILL.md
| 151 | region: process.env.AWS_REGION || 'us-east-1', |
low line 152
Access to .env file
SourceSKILL.md
| 152 | tableName: process.env.TABLE_NAME || '', |
low line 153
Access to .env file
SourceSKILL.md
| 153 | debug: process.env.DEBUG === 'true', |
Scanned on May 25, 2026
View Security Dashboard