Skip to main content

convex-agents

Facilitates the creation of AI agents and assistants using Convex, enabling chat interfaces and LLM integrations.

Install this skill

or
88/100

Security score

The convex-agents 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 338

Template literal with variable interpolation in command context

SourceSKILL.md
338result = `Task "${toolArgs.title}" created.`;
medium line 479

Template literal with variable interpolation in command context

SourceSKILL.md
479const systemMessage = `You are a helpful assistant. Use the following context to answer questions:
low line 105

Access to .env file

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

Access to .env file

SourceSKILL.md
383const openai = new OpenAI({ apiKey: process.env.OPENAI_API_KEY });
Scanned on Feb 19, 2026
View Security Dashboard