Skip to main content

aws-serverless

Enables the development of production-ready serverless applications on AWS, utilizing Lambda, API Gateway, and DynamoDB for efficient deployment.

Install this skill

or
74/100

Security score

The aws-serverless skill was audited on Feb 28, 2026 and we found 4 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 108

Template literal with variable interpolation in command context

SourceSKILL.md
108```yaml
high line 250

Template literal with variable interpolation in command context

SourceSKILL.md
250console.error(`Failed to process message ${record.messageId}:`, error);
medium line 72

Access to .env file

SourceSKILL.md
72TableName: process.env.TABLE_NAME,
low line 183

External URL reference

SourceSKILL.md
183Value: !Sub "https://${HttpApi}.execute-api.${AWS::Region}.amazonaws.com/prod"
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →