groq-inference-skill
Facilitates fast LLM inference using Groq with an OpenAI-compatible client for AI agent logic and natural language processing.
Install this skill
Security score
The groq-inference-skill skill was audited on Feb 28, 2026 and we found 12 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 127 | const prompt = `Parse this user request and identify the task management intent. |
Template literal with variable interpolation in command context
| 168 | const prompt = `Given these tasks: |
Template literal with variable interpolation in command context
| 216 | const prompt = `Break down this task/project into actionable steps: |
Template literal with variable interpolation in command context
| 264 | const prompt = `Prioritize these tasks by ID based on urgency and importance: |
Template literal with variable interpolation in command context
| 266 | ${tasks.map(t => `ID: ${t.id}, Title: ${t.title}${t.due_date ? `, Due: ${t.due_date}` : ''}`).join('\n')} |
Template literal with variable interpolation in command context
| 348 | const prompt = `Extract task information from this user input: |
Template literal with variable interpolation in command context
| 387 | `ID:${t.id} Title:${t.title} Desc:${t.description || 'none'} Status:${t.completed ? 'done' : 'pending'}` |
Template literal with variable interpolation in command context
| 390 | const prompt = `Search for tasks matching this query: "${query}" |
Template literal with variable interpolation in command context
| 432 | `${i + 1}. "${t.title}" - ${t.description || 'no description'}` |
Template literal with variable interpolation in command context
| 435 | const prompt = `Analyze these ${tasks.length} tasks and provide: |
Access to .env file
| 33 | apiKey: process.env.GROQ_API_KEY, |
External URL reference
| 34 | baseURL: 'https://api.groq.com/openai/v1', |
Install this skill with one command
/learn @wajahatali3218664/groq-inference-skill