Skip to main content

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
139const dynamoClient = new DynamoDBClient({ region: process.env.AWS_REGION });
low line 151

Access to .env file

SourceSKILL.md
151region: process.env.AWS_REGION || 'us-east-1',
low line 152

Access to .env file

SourceSKILL.md
152tableName: process.env.TABLE_NAME || '',
low line 153

Access to .env file

SourceSKILL.md
153debug: process.env.DEBUG === 'true',
Scanned on May 25, 2026
View Security Dashboard
Installation guide →
GitHub Stars 2
Rate this skill
Categorydevelopment
UpdatedJune 10, 2026
levalencia/agent-god-mode