add-parallel
Integrates Parallel AI MCP with Deus for enhanced web research capabilities, enabling quick searches and deep analysis.
Install this skill
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
Template literal with variable interpolation in command context
| 48 | ```bash |
Template literal with variable interpolation in command context
| 108 | 'Authorization': `Bearer ${parallelApiKey}` |
Template literal with variable interpolation in command context
| 115 | 'Authorization': `Bearer ${parallelApiKey}` |
Access to .env file
| 46 | Add `PARALLEL_API_KEY` to `.env`: |
Access to .env file
| 49 | # Check if .env exists, create if not |
Access to .env file
| 50 | if [ ! -f .env ]; then |
Access to .env file
| 51 | touch .env |
Access to .env file
| 55 | if ! grep -q "PARALLEL_API_KEY=" .env; then |
Access to .env file
| 56 | echo "PARALLEL_API_KEY=${API_KEY_FROM_USER}" >> .env |
Access to .env file
| 57 | echo "✓ Added PARALLEL_API_KEY to .env" |
Access to .env file
| 60 | sed -i.bak "s/^PARALLEL_API_KEY=.*/PARALLEL_API_KEY=${API_KEY_FROM_USER}/" .env |
Access to .env file
| 61 | echo "✓ Updated PARALLEL_API_KEY in .env" |
Access to .env file
| 67 | grep "PARALLEL_API_KEY" .env | head -c 50 |
Access to .env file
| 102 | const parallelApiKey = process.env.PARALLEL_API_KEY; |
Access to .env file
| 274 | - Verify API key is correct in .env |
Access to .env file
| 278 | - Ensure PARALLEL_API_KEY is in .env |
Access to .env file
| 291 | 1. Remove from .env: `sed -i.bak '/PARALLEL_API_KEY/d' .env` |
External URL reference
| 19 | 1. Parallel AI API key from https://platform.parallel.ai |
External URL reference
| 36 | > 1. Go to https://platform.parallel.ai |
External URL reference
| 106 | url: 'https://search-mcp.parallel.ai/mcp', |
External URL reference
| 113 | url: 'https://task-mcp.parallel.ai/mcp', |