Skip to main content

Add Parallel AI Integration

Integrates Parallel AI MCP into NanoClawbster for enhanced web research and analysis capabilities.

Install this skill

or
51/100

Security score

The Add Parallel AI Integration skill was audited on Mar 3, 2026 and we found 21 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 43

Template literal with variable interpolation in command context

SourceSKILL.md
43```bash
medium line 103

Template literal with variable interpolation in command context

SourceSKILL.md
103'Authorization': `Bearer ${parallelApiKey}`
medium line 110

Template literal with variable interpolation in command context

SourceSKILL.md
110'Authorization': `Bearer ${parallelApiKey}`
medium line 41

Access to .env file

SourceSKILL.md
41Add `PARALLEL_API_KEY` to `.env`:
low line 44

Access to .env file

SourceSKILL.md
44# Check if .env exists, create if not
low line 45

Access to .env file

SourceSKILL.md
45if [ ! -f .env ]; then
low line 46

Access to .env file

SourceSKILL.md
46touch .env
low line 50

Access to .env file

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

Access to .env file

SourceSKILL.md
51echo "PARALLEL_API_KEY=${API_KEY_FROM_USER}" >> .env
low line 52

Access to .env file

SourceSKILL.md
52echo "✓ Added PARALLEL_API_KEY to .env"
low line 55

Access to .env file

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

Access to .env file

SourceSKILL.md
56echo "✓ Updated PARALLEL_API_KEY in .env"
low line 62

Access to .env file

SourceSKILL.md
62grep "PARALLEL_API_KEY" .env | head -c 50
low line 97

Access to .env file

SourceSKILL.md
97const parallelApiKey = process.env.PARALLEL_API_KEY;
medium line 269

Access to .env file

SourceSKILL.md
269- Verify API key is correct in .env
medium line 273

Access to .env file

SourceSKILL.md
273- Ensure PARALLEL_API_KEY is in .env
medium line 286

Access to .env file

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

External URL reference

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

External URL reference

SourceSKILL.md
31> 1. Go to https://platform.parallel.ai
low line 101

External URL reference

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

External URL reference

SourceSKILL.md
108url: 'https://task-mcp.parallel.ai/mcp',
Scanned on Mar 3, 2026
View Security Dashboard