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 Mar 3, 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
| 77 | console.log(`Found ${inventory.length} presentations to migrate`); |
Template literal with variable interpolation in command context
| 156 | console.log(`Retry ${attempt + 1} for ${source.title}`); |
Template literal with variable interpolation in command context
| 308 | const snapshotPath = `migration-snapshot-${Date.now()}.json`; |
Template literal with variable interpolation in command context
| 321 | console.log(`Rolling back ${snapshot.mappings.length} presentations...`); |
Template literal with variable interpolation in command context
| 326 | console.log(`Deleted: ${mapping.gammaId}`); |
Template literal with variable interpolation in command context
| 328 | console.error(`Failed to delete ${mapping.gammaId}: ${error.message}`); |
Access to .env file
| 101 | apiKey: process.env.GAMMA_API_KEY, |
Access to .env file
| 259 | const gamma = new GammaClient({ apiKey: process.env.GAMMA_API_KEY }); |
Access to .env file
| 319 | const gamma = new GammaClient({ apiKey: process.env.GAMMA_API_KEY }); |
External URL reference
| 360 | - [Gamma Import Formats](https://gamma.app/docs/import) |
External URL reference
| 361 | - [Migration Best Practices](https://gamma.app/docs/migration) |
External URL reference
| 362 | - [Gamma Support](https://gamma.app/support) |