Lp3
Medium
- Category
- MCP Least Privilege
- Confidence
- 70% confidence
- Finding
- Without declared permissions the skill's intent is opaque and cannot be validated.
Security audit
Security checks across malware telemetry and agentic risk
This skill is a straightforward self-hosted SearXNG search helper, with Docker and local search commands that match its stated purpose.
Before installing, make sure you are comfortable running a persistent local SearXNG Docker container on port 8080. Use the remove command only when you intend to delete that container, and remember that search queries still go from your SearXNG instance to selected upstream search engines.
docker restart searxng
# Verify
curl -s "http://localhost:8080/search?q=test&format=json&engines=bing&num_results=1" | python3 -c "import sys,json; d=json.load(sys.stdin); print(f\"Results: {d.get('number_of_results',0)}\")"
## Usage60/60 vendors flagged this skill as clean.
No suspicious patterns detected.