Skip to main content

llm-application-dev

Facilitates the development of applications using Large Language Models, focusing on prompt engineering and API integration for automation.

Install this skill

or
83/100

Security score

The llm-application-dev skill was audited on May 12, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 31

Template literal with variable interpolation in command context

SourceSKILL.md
31const prompt = `Classify the sentiment of customer feedback.
medium line 49

Template literal with variable interpolation in command context

SourceSKILL.md
49const prompt = `Solve this step by step:
medium line 131

Template literal with variable interpolation in command context

SourceSKILL.md
131const prompt = `Answer based on this context:\n${context}\n\nQuestion: ${question}`;
low line 67

Access to .env file

SourceSKILL.md
67const openai = new OpenAI({ apiKey: process.env.OPENAI_API_KEY });
low line 85

Access to .env file

SourceSKILL.md
85const anthropic = new Anthropic({ apiKey: process.env.ANTHROPIC_API_KEY });
Scanned on May 12, 2026
View Security Dashboard
Installation guide →