Skip to main content

simplicity-principles

Applies simplicity principles like KISS and YAGNI to create clear, maintainable code in software development.

Install this skill

or
95/100

Security score

The simplicity-principles skill was audited on Feb 22, 2026 and we found 1 security issue across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 97

Template literal with variable interpolation in command context

SourceSKILL.md
97const response = await fetch(`/api/users/${id}`);
Scanned on Feb 22, 2026
View Security Dashboard