gamma-debug-bundle
Provides a comprehensive toolkit for debugging Gamma API integration issues, enabling detailed diagnostics and request tracing.
Install this skill
Security score
The gamma-debug-bundle skill was audited on Feb 28, 2026 and we found 18 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 52 | console.log(`[${config._id}] -> ${config.method} ${config.path}`); |
Template literal with variable interpolation in command context
| 57 | console.log(`[${config._id}] <- ${response.status} (${duration}ms)`); |
Template literal with variable interpolation in command context
| 73 | console.error(`[${config._id}] !! ${error.message} (${duration}ms)`); |
Template literal with variable interpolation in command context
| 110 | console.log(` FAIL - ${err.message}\n`); |
Template literal with variable interpolation in command context
| 118 | console.log(` OK - Can list presentations (${presentations.length} found)\n`); |
Template literal with variable interpolation in command context
| 120 | console.log(` FAIL - ${err.message}\n`); |
Template literal with variable interpolation in command context
| 134 | console.log(` FAIL - ${err.message}\n`); |
Template literal with variable interpolation in command context
| 140 | console.log(` Remaining: ${status.remaining}/${status.limit}`); |
Template literal with variable interpolation in command context
| 141 | console.log(` Resets: ${new Date(status.reset * 1000).toISOString()}\n`); |
Template literal with variable interpolation in command context
| 146 | console.log(`${log.method} ${log.path} - ${log.status} (${log.duration}ms)`); |
Template literal with variable interpolation in command context
| 170 | console.log(`${check.name}: ${status} (${display})`); |
Access to .env file
| 47 | apiKey: process.env.GAMMA_API_KEY, |
Access to .env file
| 158 | { name: 'GAMMA_API_KEY', value: process.env.GAMMA_API_KEY }, |
Access to .env file
| 159 | { name: 'NODE_ENV', value: process.env.NODE_ENV }, |
Access to .env file
| 186 | env: process.env.NODE_ENV, |
Access to .env file
| 190 | apiKeySet: !!process.env.GAMMA_API_KEY, |
External URL reference
| 211 | - [Gamma Debug Guide](https://gamma.app/docs/debugging) |
External URL reference
| 212 | - [Gamma Support Portal](https://gamma.app/support) |