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 24, 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
| 86 | console.log(`Found ${presentations.length} presentations:`); |
Template literal with variable interpolation in command context
| 134 | let prompt = `${title}\n\n`; |
Template literal with variable interpolation in command context
| 136 | prompt += `Slide ${i + 1}:\n${content}\n\n`; |
Template literal with variable interpolation in command context
| 163 | console.log(`Migrating: ${item.title}`); |
Template literal with variable interpolation in command context
| 186 | console.log(`\nMigration complete: ${succeeded.length} succeeded, ${failed.length} failed`); |
Template literal with variable interpolation in command context
| 190 | console.log(` OK: ${r.value.title} → ${r.value.gammaUrl}`); |
Template literal with variable interpolation in command context
| 192 | console.log(` FAIL: ${r.reason}`); |
Template literal with variable interpolation in command context
| 225 | if (!gammaId) throw new Error(`Unknown template: ${templateKey}`); |
Access to .env file
| 150 | const gamma = createGammaClient({ apiKey: process.env.GAMMA_API_KEY! }); |
External URL reference
| 272 | - [Gamma Import Guide](https://gamma.app/docs/import) |
External URL reference
| 273 | - [Generate API Parameters](https://developers.gamma.app/guides/generate-api-parameters-explained) |
External URL reference
| 274 | - [Text Mode Options](https://developers.gamma.app/docs/understand-the-api-options) |