gamma-migration-deep-dive
Facilitates seamless migration of presentations from various platforms to Gamma, ensuring high fidelity and easy integration.
Install this skill
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
Template literal with variable interpolation in command context
| 85 | console.log(`Found ${presentations.length} presentations:`); |
Template literal with variable interpolation in command context
| 133 | let prompt = `${title}\n\n`; |
Template literal with variable interpolation in command context
| 135 | prompt += `Slide ${i + 1}:\n${content}\n\n`; |
Template literal with variable interpolation in command context
| 162 | console.log(`Migrating: ${item.title}`); |
Template literal with variable interpolation in command context
| 185 | console.log(`\nMigration complete: ${succeeded.length} succeeded, ${failed.length} failed`); |
Template literal with variable interpolation in command context
| 189 | console.log(` OK: ${r.value.title} → ${r.value.gammaUrl}`); |
Template literal with variable interpolation in command context
| 191 | console.log(` FAIL: ${r.reason}`); |
Template literal with variable interpolation in command context
| 224 | if (!gammaId) throw new Error(`Unknown template: ${templateKey}`); |
Access to .env file
| 149 | const gamma = createGammaClient({ apiKey: process.env.GAMMA_API_KEY! }); |
External URL reference
| 271 | - [Gamma Import Guide](https://gamma.app/docs/import) |
External URL reference
| 272 | - [Generate API Parameters](https://developers.gamma.app/guides/generate-api-parameters-explained) |
External URL reference
| 273 | - [Text Mode Options](https://developers.gamma.app/docs/understand-the-api-options) |