Skip to main content

add-parallel

Integrates Parallel AI MCP with Deus for enhanced web research capabilities, enabling quick searches and deep analysis.

Install this skill

or
51/100

Security score

The add-parallel skill was audited on Jun 1, 2026 and we found 21 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 48

Template literal with variable interpolation in command context

SourceSKILL.md
48```bash
medium line 108

Template literal with variable interpolation in command context

SourceSKILL.md
108'Authorization': `Bearer ${parallelApiKey}`
medium line 115

Template literal with variable interpolation in command context

SourceSKILL.md
115'Authorization': `Bearer ${parallelApiKey}`
medium line 46

Access to .env file

SourceSKILL.md
46Add `PARALLEL_API_KEY` to `.env`:
low line 49

Access to .env file

SourceSKILL.md
49# Check if .env exists, create if not
low line 50

Access to .env file

SourceSKILL.md
50if [ ! -f .env ]; then
low line 51

Access to .env file

SourceSKILL.md
51touch .env
low line 55

Access to .env file

SourceSKILL.md
55if ! grep -q "PARALLEL_API_KEY=" .env; then
low line 56

Access to .env file

SourceSKILL.md
56echo "PARALLEL_API_KEY=${API_KEY_FROM_USER}" >> .env
low line 57

Access to .env file

SourceSKILL.md
57echo "✓ Added PARALLEL_API_KEY to .env"
low line 60

Access to .env file

SourceSKILL.md
60sed -i.bak "s/^PARALLEL_API_KEY=.*/PARALLEL_API_KEY=${API_KEY_FROM_USER}/" .env
low line 61

Access to .env file

SourceSKILL.md
61echo "✓ Updated PARALLEL_API_KEY in .env"
low line 67

Access to .env file

SourceSKILL.md
67grep "PARALLEL_API_KEY" .env | head -c 50
low line 102

Access to .env file

SourceSKILL.md
102const parallelApiKey = process.env.PARALLEL_API_KEY;
medium line 274

Access to .env file

SourceSKILL.md
274- Verify API key is correct in .env
medium line 278

Access to .env file

SourceSKILL.md
278- Ensure PARALLEL_API_KEY is in .env
medium line 291

Access to .env file

SourceSKILL.md
2911. Remove from .env: `sed -i.bak '/PARALLEL_API_KEY/d' .env`
low line 19

External URL reference

SourceSKILL.md
191. Parallel AI API key from https://platform.parallel.ai
low line 36

External URL reference

SourceSKILL.md
36> 1. Go to https://platform.parallel.ai
low line 106

External URL reference

SourceSKILL.md
106url: 'https://search-mcp.parallel.ai/mcp',
low line 113

External URL reference

SourceSKILL.md
113url: 'https://task-mcp.parallel.ai/mcp',
Scanned on Jun 1, 2026
View Security Dashboard
Installation guide →