Skip to main content

deno-debugger

Facilitates debugging of Deno/TypeScript applications using the V8 Inspector Protocol for efficient issue resolution.

Install this skill

or
0/100

Security score

The deno-debugger skill was audited on Feb 9, 2026 and we found 37 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 158

Template literal with variable interpolation in command context

SourceSKILL.md
158console.log(`Baseline: ${baseline_size.toFixed(2)} MB`);
medium line 172

Template literal with variable interpolation in command context

SourceSKILL.md
172console.log(`After: ${after_size.toFixed(2)} MB (grew ${growth_mb.toFixed(2)} MB)`);
medium line 256

Template literal with variable interpolation in command context

SourceSKILL.md
256console.log(` ${func.functionName}`);
medium line 257

Template literal with variable interpolation in command context

SourceSKILL.md
257console.log(` Total: ${totalPct}% | Self: ${selfPct}%`);
medium line 280

Template literal with variable interpolation in command context

SourceSKILL.md
280console.log(`\nšŸŽÆ Investigate: ${criticalIssues[0].functionName}`);
medium line 281

Template literal with variable interpolation in command context

SourceSKILL.md
281console.log(` Evidence: ${criticalIssues[0].evidence}`);
medium line 282

Template literal with variable interpolation in command context

SourceSKILL.md
282console.log(` Suspected: ${criticalIssues[0].suspectedComplexity}`);
medium line 384

Template literal with variable interpolation in command context

SourceSKILL.md
384clientId: `client-${i}`,
medium line 399

Template literal with variable interpolation in command context

SourceSKILL.md
399console.log(`Location: ${frames[0].functionName} line ${frames[0].location.lineNumber}`);
medium line 407

Template literal with variable interpolation in command context

SourceSKILL.md
407console.log(`Lock state: ${lockState}`);
medium line 408

Template literal with variable interpolation in command context

SourceSKILL.md
408console.log(`Lock owner: ${lockOwner}`);
medium line 409

Template literal with variable interpolation in command context

SourceSKILL.md
409console.log(`Lock version: ${lockVersion}`);
medium line 418

Template literal with variable interpolation in command context

SourceSKILL.md
418console.log(` Total requests: ${responses.length}`);
medium line 419

Template literal with variable interpolation in command context

SourceSKILL.md
419console.log(` Successful acquires: ${acquiredCount}`);
medium line 421

Template literal with variable interpolation in command context

SourceSKILL.md
421console.log(` Race detected: ${acquiredCount > 1 ? 'āŒ YES' : 'āœ… NO'}`);
medium line 467

Template literal with variable interpolation in command context

SourceSKILL.md
467`Found issue at line ${i + 1}`,
medium line 514

Template literal with variable interpolation in command context

SourceSKILL.md
514details: `Heap grew ${growth_mb.toFixed(2)} MB after single upload. ` +
medium line 515

Template literal with variable interpolation in command context

SourceSKILL.md
515`At this rate, production would hit OOM after ~${Math.floor(1024 / growth_mb)} uploads.`,
medium line 518

Template literal with variable interpolation in command context

SourceSKILL.md
518`Global array 'leakedBuffers' grows by ~${(growth_mb * 1024).toFixed(0)} KB per upload`,
medium line 559

Template literal with variable interpolation in command context

SourceSKILL.md
559{ Metric: "Baseline heap", Value: `${baseline_size.toFixed(2)} MB` },
medium line 560

Template literal with variable interpolation in command context

SourceSKILL.md
560{ Metric: "After operation", Value: `${after_size.toFixed(2)} MB` },
medium line 561

Template literal with variable interpolation in command context

SourceSKILL.md
561{ Metric: "Growth", Value: `${growth_mb.toFixed(2)} MB` },
medium line 562

Template literal with variable interpolation in command context

SourceSKILL.md
562{ Metric: "Growth per upload", Value: `~${(growth_mb * 1024).toFixed(0)} KB` },
medium line 563

Template literal with variable interpolation in command context

SourceSKILL.md
563{ Metric: "Projected OOM", Value: `After ~${Math.floor(1024 / growth_mb)} uploads` }
medium line 654

Template literal with variable interpolation in command context

SourceSKILL.md
654console.log(`Baseline: ${baseline_size.toFixed(2)} MB`);
medium line 670

Template literal with variable interpolation in command context

SourceSKILL.md
670console.log(`After: ${after_size.toFixed(2)} MB (grew ${growth_mb.toFixed(2)} MB)`);
medium line 709

Template literal with variable interpolation in command context

SourceSKILL.md
709details: `Heap grew ${growth_mb.toFixed(2)} MB after single upload.`,
medium line 712

Template literal with variable interpolation in command context

SourceSKILL.md
712`Global array grows by ~${(growth_mb * 1024).toFixed(0)} KB per upload`,
medium line 749

Template literal with variable interpolation in command context

SourceSKILL.md
749{ Metric: "Baseline heap", Value: `${baseline_size.toFixed(2)} MB` },
medium line 750

Template literal with variable interpolation in command context

SourceSKILL.md
750{ Metric: "After operation", Value: `${after_size.toFixed(2)} MB` },
medium line 751

Template literal with variable interpolation in command context

SourceSKILL.md
751{ Metric: "Growth", Value: `${growth_mb.toFixed(2)} MB` },
medium line 752

Template literal with variable interpolation in command context

SourceSKILL.md
752{ Metric: "Projected OOM", Value: `~${Math.floor(1024 / growth_mb)} uploads` }
low line 242

Fetch to external URL

SourceSKILL.md
242await fetch("http://localhost:8080/process", {
low line 379

Fetch to external URL

SourceSKILL.md
379fetch("http://localhost:8081/acquire", {
low line 242

External URL reference

SourceSKILL.md
242await fetch("http://localhost:8080/process", {
low line 273

External URL reference

SourceSKILL.md
273console.log(" Open in browser or upload to https://speedscope.app");
low line 379

External URL reference

SourceSKILL.md
379fetch("http://localhost:8081/acquire", {
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →
GitHub Stars 106
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
majiayu000/claude-skill-registry