Skip to main content

profiling-optimization

Optimizes application performance by profiling code execution, identifying bottlenecks, and implementing data-driven enhancements.

Install this skill

or
90/100

Security score

The profiling-optimization skill was audited on Mar 4, 2026 and we found 2 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 48

Template literal with variable interpolation in command context

SourceSKILL.md
48if (!start) throw new Error(`Mark ${startMark} not found`);
medium line 51

Template literal with variable interpolation in command context

SourceSKILL.md
51console.log(`${name}: ${duration.toFixed(2)}ms`);
Scanned on Mar 4, 2026
View Security Dashboard