Skip to main content

llm-application-dev

Enables development of applications using Large Language Models with prompt engineering and API integration for chatbots and automation.

Install this skill

or
83/100

Security score

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

Categories Tested

Security Issues

medium line 30

Template literal with variable interpolation in command context

SourceSKILL.md
30const prompt = `Classify the sentiment of customer feedback.
medium line 48

Template literal with variable interpolation in command context

SourceSKILL.md
48const prompt = `Solve this step by step:
medium line 130

Template literal with variable interpolation in command context

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

Access to .env file

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

Access to .env file

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