Skip to main content

aws-serverless

Enables the development of serverless applications on AWS, utilizing Lambda, API Gateway, and DynamoDB for scalable solutions.

Install this skill

or
49/100

Security score

The aws-serverless skill was audited on May 12, 2026 and we found 15 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 167

Template literal with variable interpolation in command context

SourceSKILL.md
167```yaml
medium line 348

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

SourceSKILL.md
456console.log(`${eventName}: `, { newImage, oldImage });
medium line 612

Template literal with variable interpolation in command context

SourceSKILL.md
612```json
medium line 995

Template literal with variable interpolation in command context

SourceSKILL.md
995```yaml
medium line 1117

Template literal with variable interpolation in command context

SourceSKILL.md
1117Key: `uploads/${Date.now()}.file`
medium line 1138

Template literal with variable interpolation in command context

SourceSKILL.md
1138Key: `reports/${reportId}.json`,
medium line 1145

Template literal with variable interpolation in command context

SourceSKILL.md
1145Key: `reports/${reportId}.json`
medium line 1213

Template literal with variable interpolation in command context

SourceSKILL.md
1213await writeToS3(`processed/${key}`, result);
low line 90

Access to .env file

SourceSKILL.md
90TableName: process.env.TABLE_NAME,
low line 1116

Access to .env file

SourceSKILL.md
1116Bucket: process.env.BUCKET_NAME,
low line 1137

Access to .env file

SourceSKILL.md
1137Bucket: process.env.BUCKET_NAME,
low line 1144

Access to .env file

SourceSKILL.md
1144Bucket: process.env.BUCKET_NAME,
low line 242

External URL reference

SourceSKILL.md
242Value: !Sub "https://${HttpApi}.execute-api.${AWS::Region}.amazonaws.com/prod"
low line 865

External URL reference

SourceSKILL.md
865const response = await axios.get('https://api.example.com/data', {
Scanned on May 12, 2026
View Security Dashboard
Installation guide →