serper
Enables web searches using the Serper API, providing Google search results based on user queries and API key.
Install this skill
or
85/100
Security score
The serper skill was audited on Feb 16, 2026 and we found 7 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 23
Curl to non-GitHub URL
SourceSKILL.md
| 23 | SERPER_API_KEY="your-key" curl -s -X POST "https://google.serper.dev/search" \ |
medium line 32
Curl to non-GitHub URL
SourceSKILL.md
| 32 | curl -s -X POST "https://google.serper.dev/search" \ |
low line 13
External URL reference
SourceSKILL.md
| 13 | - **Endpoint**: `https://google.serper.dev/search` |
low line 23
External URL reference
SourceSKILL.md
| 23 | SERPER_API_KEY="your-key" curl -s -X POST "https://google.serper.dev/search" \ |
low line 32
External URL reference
SourceSKILL.md
| 32 | curl -s -X POST "https://google.serper.dev/search" \ |
low line 58
External URL reference
SourceSKILL.md
| 58 | {"title": "Result Title", "link": "https://...", "snippet": "Description...", "position": 1} |
low line 66
External URL reference
SourceSKILL.md
| 66 | 1. Visit https://serper.dev |
Scanned on Feb 16, 2026
View Security Dashboard