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 24, 2026 and we found 12 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 86

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Access to .env file

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

External URL reference

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

External URL reference

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

External URL reference

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