Skip to main content

gamma-migration-deep-dive

Facilitates seamless migration of presentations from various platforms to Gamma, ensuring high fidelity and easy integration.

Install this skill

or
56/100

Security score

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

Categories Tested

Security Issues

medium line 85

Template literal with variable interpolation in command context

SourceSKILL.md
85console.log(`Found ${presentations.length} presentations:`);
medium line 133

Template literal with variable interpolation in command context

SourceSKILL.md
133let prompt = `${title}\n\n`;
medium line 135

Template literal with variable interpolation in command context

SourceSKILL.md
135prompt += `Slide ${i + 1}:\n${content}\n\n`;
medium line 162

Template literal with variable interpolation in command context

SourceSKILL.md
162console.log(`Migrating: ${item.title}`);
medium line 185

Template literal with variable interpolation in command context

SourceSKILL.md
185console.log(`\nMigration complete: ${succeeded.length} succeeded, ${failed.length} failed`);
medium line 189

Template literal with variable interpolation in command context

SourceSKILL.md
189console.log(` OK: ${r.value.title} → ${r.value.gammaUrl}`);
medium line 191

Template literal with variable interpolation in command context

SourceSKILL.md
191console.log(` FAIL: ${r.reason}`);
medium line 224

Template literal with variable interpolation in command context

SourceSKILL.md
224if (!gammaId) throw new Error(`Unknown template: ${templateKey}`);
low line 149

Access to .env file

SourceSKILL.md
149const gamma = createGammaClient({ apiKey: process.env.GAMMA_API_KEY! });
low line 271

External URL reference

SourceSKILL.md
271- [Gamma Import Guide](https://gamma.app/docs/import)
low line 272

External URL reference

SourceSKILL.md
272- [Generate API Parameters](https://developers.gamma.app/guides/generate-api-parameters-explained)
low line 273

External URL reference

SourceSKILL.md
273- [Text Mode Options](https://developers.gamma.app/docs/understand-the-api-options)
Scanned on May 12, 2026
View Security Dashboard
Installation guide →