Skip to main content

gamma-debug-bundle

Provides a comprehensive toolkit for debugging Gamma API integration issues, enabling detailed diagnostics and request tracing.

Install this skill

or
38/100

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

medium line 52

Template literal with variable interpolation in command context

SourceSKILL.md
52console.log(`[${config._id}] -> ${config.method} ${config.path}`);
medium line 57

Template literal with variable interpolation in command context

SourceSKILL.md
57console.log(`[${config._id}] <- ${response.status} (${duration}ms)`);
medium line 73

Template literal with variable interpolation in command context

SourceSKILL.md
73console.error(`[${config._id}] !! ${error.message} (${duration}ms)`);
medium line 110

Template literal with variable interpolation in command context

SourceSKILL.md
110console.log(` FAIL - ${err.message}\n`);
medium line 118

Template literal with variable interpolation in command context

SourceSKILL.md
118console.log(` OK - Can list presentations (${presentations.length} found)\n`);
medium line 120

Template literal with variable interpolation in command context

SourceSKILL.md
120console.log(` FAIL - ${err.message}\n`);
medium line 134

Template literal with variable interpolation in command context

SourceSKILL.md
134console.log(` FAIL - ${err.message}\n`);
medium line 140

Template literal with variable interpolation in command context

SourceSKILL.md
140console.log(` Remaining: ${status.remaining}/${status.limit}`);
medium line 141

Template literal with variable interpolation in command context

SourceSKILL.md
141console.log(` Resets: ${new Date(status.reset * 1000).toISOString()}\n`);
medium line 146

Template literal with variable interpolation in command context

SourceSKILL.md
146console.log(`${log.method} ${log.path} - ${log.status} (${log.duration}ms)`);
medium line 170

Template literal with variable interpolation in command context

SourceSKILL.md
170console.log(`${check.name}: ${status} (${display})`);
low line 47

Access to .env file

SourceSKILL.md
47apiKey: process.env.GAMMA_API_KEY,
low line 158

Access to .env file

SourceSKILL.md
158{ name: 'GAMMA_API_KEY', value: process.env.GAMMA_API_KEY },
low line 159

Access to .env file

SourceSKILL.md
159{ name: 'NODE_ENV', value: process.env.NODE_ENV },
low line 186

Access to .env file

SourceSKILL.md
186env: process.env.NODE_ENV,
low line 190

Access to .env file

SourceSKILL.md
190apiKeySet: !!process.env.GAMMA_API_KEY,
low line 211

External URL reference

SourceSKILL.md
211- [Gamma Debug Guide](https://gamma.app/docs/debugging)
low line 212

External URL reference

SourceSKILL.md
212- [Gamma Support Portal](https://gamma.app/support)
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →