Skip to main content

gap-analysis

Facilitates strategic planning by identifying gaps between current capabilities and desired future states for effective improvements.

Install this skill

or
85/100

Security score

The gap-analysis skill was audited on Feb 9, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 381

Template literal with variable interpolation in command context

SourceSKILL.md
381{ name: 'First deliverable', date_offset: `Week ${Math.ceil(gap.effort_estimate / 3)}` },
medium line 382

Template literal with variable interpolation in command context

SourceSKILL.md
382{ name: 'Mid-point review', date_offset: `Week ${Math.ceil(gap.effort_estimate / 2)}` },
medium line 383

Template literal with variable interpolation in command context

SourceSKILL.md
383{ name: 'Final validation', date_offset: `Week ${gap.effort_estimate}` }
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →