Skip to main content

gamma-data-handling

Facilitates GDPR compliance and data privacy management for Gamma integrations, ensuring proper data handling and retention policies.

Install this skill

or
70/100

Security score

The gamma-data-handling skill was audited on May 12, 2026 and we found 10 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 151

Template literal with variable interpolation in command context

SourceSKILL.md
151if (!res.ok) throw new Error(`Export download failed: ${res.status}`);
medium line 156

Template literal with variable interpolation in command context

SourceSKILL.md
156const key = `gamma-exports/${metadata.userId}/${metadata.generationId}.pdf`;
medium line 170

Template literal with variable interpolation in command context

SourceSKILL.md
170console.log(`Archived: s3://${process.env.EXPORTS_BUCKET}/${key}`);
medium line 219

Template literal with variable interpolation in command context

SourceSKILL.md
219exports: await listS3Objects(`gamma-exports/${userId}/`),
medium line 228

Template literal with variable interpolation in command context

SourceSKILL.md
228await deleteS3Prefix(`gamma-exports/${userId}/`);
low line 159

Access to .env file

SourceSKILL.md
159Bucket: process.env.EXPORTS_BUCKET!,
low line 170

Access to .env file

SourceSKILL.md
170console.log(`Archived: s3://${process.env.EXPORTS_BUCKET}/${key}`);
low line 257

External URL reference

SourceSKILL.md
257- [Gamma Privacy Policy](https://gamma.app/privacy)
low line 258

External URL reference

SourceSKILL.md
258- [Gamma Terms of Service](https://gamma.app/tos)
low line 259

External URL reference

SourceSKILL.md
259- [GDPR Compliance Guide](https://gdpr.eu/)
Scanned on May 12, 2026
View Security Dashboard
Installation guide →