Skip to main content

convex-ai-card-generation

Generates dynamic Pictionary drawing cards using AI with fallback options for enhanced gameplay experience.

Install this skill

or
87/100

Security score

The convex-ai-card-generation skill was audited on Feb 9, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 174

Template literal with variable interpolation in command context

SourceSKILL.md
174console.log(`Cards generated from ${result.source}`);
medium line 191

Template literal with variable interpolation in command context

SourceSKILL.md
191console.log(`Generated cards from ${source} for category: ${category}`);
low line 96

External URL reference

SourceSKILL.md
96baseURL: "https://api.groq.com/openai/v1",
low line 248

External URL reference

SourceSKILL.md
248- Groq API docs: https://console.groq.com/docs
low line 249

External URL reference

SourceSKILL.md
249- Vercel AI SDK: https://sdk.vercel.ai
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →