Skip to main content

llm-patterns

Facilitates AI-first application development with LLM testing and prompt management for enhanced logical operations.

Install this skill

or
84/100

Security score

The llm-patterns skill was audited on Feb 19, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 123

Template literal with variable interpolation in command context

SourceSKILL.md
123return `Classify this support ticket into one of these categories:
medium line 202

Template literal with variable interpolation in command context

SourceSKILL.md
202it(`parses ${name} correctly`, () => {
medium line 246

Template literal with variable interpolation in command context

SourceSKILL.md
246```yaml
low line 226

Access to .env file

SourceSKILL.md
226const runEvals = process.env.RUN_LLM_EVALS === 'true';
Scanned on Feb 19, 2026
View Security Dashboard
Installation guide →