Skip to main content

s3-upload-handler

Facilitates seamless file uploads to AWS S3 with customizable UI components and server-side processing capabilities.

Install this skill

or
88/100

Security score

The s3-upload-handler skill was audited on Feb 28, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 98

Template literal with variable interpolation in command context

SourceSKILL.md
98Key: `uploads/${uuidv4()}-${fileName}`,
medium line 73

Access to .env file

SourceSKILL.md
73Ensure `.env.local` has the necessary AWS credentials:
low line 94

Access to .env file

SourceSKILL.md
94const client = new S3Client({ region: process.env.AWS_REGION });
low line 97

Access to .env file

SourceSKILL.md
97Bucket: process.env.AWS_S3_BUCKET_NAME!,
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →