Skip to main content

dev-fix-keyboard

Debugs keyboard shortcuts and event handling issues, ensuring smooth user interactions in web applications.

Install this skill

or
70/100

Security score

The dev-fix-keyboard skill was audited on Feb 9, 2026 and we found 6 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 107

Template literal with variable interpolation in command context

SourceSKILL.md
107console.group(`🔍 Keyboard handler: ${event}`)
medium line 126

Template literal with variable interpolation in command context

SourceSKILL.md
126handlers.set(`${event}-${element.tagName}`, { element, handler: wrappedHandler, priority })
medium line 139

Template literal with variable interpolation in command context

SourceSKILL.md
139console.log(` - ${key}: priority ${handler.priority}`)
medium line 242

Template literal with variable interpolation in command context

SourceSKILL.md
242console.log(`⌨️ Registered shortcut: ${keyCombo} - ${description}`)
medium line 258

Template literal with variable interpolation in command context

SourceSKILL.md
258console.log(`🎹 Key pressed: ${keyCombo}`)
medium line 263

Template literal with variable interpolation in command context

SourceSKILL.md
263console.log(`✅ Executing shortcut: ${description}`)
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →