Skip to main content

code-patterns

Provides a quick reference for common code patterns and best practices to enhance coding efficiency and maintainability.

Install this skill

or
90/100

Security score

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

Categories Tested

Security Issues

medium line 109

Template literal with variable interpolation in command context

SourceSKILL.md
109pay(amount: number) { console.log(`Paid ${amount} via credit card`); }
medium line 113

Template literal with variable interpolation in command context

SourceSKILL.md
113pay(amount: number) { console.log(`Paid ${amount} via PayPal`); }
Scanned on Mar 1, 2026
View Security Dashboard