brightdata-local-search
Enables local web searches using Bright Data's SERP API with advanced features like query expansion and multi-engine retrieval.
Install this skill
or
57/100
Security score
The brightdata-local-search skill was audited on May 16, 2026 and we found 19 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 71
Curl to non-GitHub URL
SourceSKILL.md
| 71 | curl -X POST http://localhost:3000/api/search \ |
medium line 81
Curl to non-GitHub URL
SourceSKILL.md
| 81 | curl http://localhost:3000/api/search-status/{jobId} |
medium line 111
Curl to non-GitHub URL
SourceSKILL.md
| 111 | JOB_ID=$(curl -s -X POST http://localhost:3000/api/search \ |
medium line 117
Curl to non-GitHub URL
SourceSKILL.md
| 117 | RESULT=$(curl -s http://localhost:3000/api/search-status/$JOB_ID) |
medium line 130
Curl to non-GitHub URL
SourceSKILL.md
| 130 | curl -X POST http://localhost:3000/api/search \ |
low line 25
Access to .env file
SourceSKILL.md
| 25 | cp .env.example .env |
medium line 30
Access to .env file
SourceSKILL.md
| 30 | Edit `.env` with your credentials: |
low line 14
External URL reference
SourceSKILL.md
| 14 | - [Bright Data](https://brightdata.com) account with SERP API access |
low line 15
External URL reference
SourceSKILL.md
| 15 | - [Anthropic API key](https://console.anthropic.com) (for query expansion, optional) |
low line 38
External URL reference
SourceSKILL.md
| 38 | Get your Bright Data token from: https://brightdata.com (SERP API section) |
low line 45
External URL reference
SourceSKILL.md
| 45 | # Server runs at http://localhost:3000 |
low line 52
External URL reference
SourceSKILL.md
| 52 | # Server runs at http://localhost:3000 |
low line 57
External URL reference
SourceSKILL.md
| 57 | All requests go to `http://localhost:3000`: |
low line 71
External URL reference
SourceSKILL.md
| 71 | curl -X POST http://localhost:3000/api/search \ |
low line 81
External URL reference
SourceSKILL.md
| 81 | curl http://localhost:3000/api/search-status/{jobId} |
low line 111
External URL reference
SourceSKILL.md
| 111 | JOB_ID=$(curl -s -X POST http://localhost:3000/api/search \ |
low line 117
External URL reference
SourceSKILL.md
| 117 | RESULT=$(curl -s http://localhost:3000/api/search-status/$JOB_ID) |
low line 130
External URL reference
SourceSKILL.md
| 130 | curl -X POST http://localhost:3000/api/search \ |
low line 144
External URL reference
SourceSKILL.md
| 144 | 2. Your agent can use `curl` or `fetch` to query `http://localhost:3000/api/search` |
Scanned on May 16, 2026
View Security Dashboard