multi-search-engine-2

clawhub:multi-search-engine-2

View source
A
100/100

First Seen

Feb 18, 2026

Last Scanned

Feb 22, 2026

Findings

7

Score

100/100

LOW 7

Findings (7)

LOW
Non-localhost remote MCP server URL
L37

Detects MCP server configurations connecting to non-localhost remote URLs

"url": "https://www.google.com/search?q=python+tutorial"
FIX

Change the MCP server URL to localhost or a trusted internal endpoint. If a remote server is required, verify the domain ownership and use HTTPS with certificate validation.

FP?

Likely FP if the URL points to example.com, a documentation domain, or a well-known SaaS API endpoint (e.g., api.openai.com).

LOW
Non-localhost remote MCP server URL
L40

Detects MCP server configurations connecting to non-localhost remote URLs

"url": "https://www.google.com/search?q=site:github.com+react"
FIX

Change the MCP server URL to localhost or a trusted internal endpoint. If a remote server is required, verify the domain ownership and use HTTPS with certificate validation.

FP?

Likely FP if the URL points to example.com, a documentation domain, or a well-known SaaS API endpoint (e.g., api.openai.com).

LOW
Non-localhost remote MCP server URL
L43

Detects MCP server configurations connecting to non-localhost remote URLs

"url": "https://www.google.com/search?q=machine+learning+filetype:pdf"
FIX

Change the MCP server URL to localhost or a trusted internal endpoint. If a remote server is required, verify the domain ownership and use HTTPS with certificate validation.

FP?

Likely FP if the URL points to example.com, a documentation domain, or a well-known SaaS API endpoint (e.g., api.openai.com).

LOW
Non-localhost remote MCP server URL
L46

Detects MCP server configurations connecting to non-localhost remote URLs

"url": "https://www.google.com/search?q=ai+news&tbs=qdr:w"
FIX

Change the MCP server URL to localhost or a trusted internal endpoint. If a remote server is required, verify the domain ownership and use HTTPS with certificate validation.

FP?

Likely FP if the URL points to example.com, a documentation domain, or a well-known SaaS API endpoint (e.g., api.openai.com).

LOW
Non-localhost remote MCP server URL
L49

Detects MCP server configurations connecting to non-localhost remote URLs

"url": "https://duckduckgo.com/html/?q=privacy+tools"
FIX

Change the MCP server URL to localhost or a trusted internal endpoint. If a remote server is required, verify the domain ownership and use HTTPS with certificate validation.

FP?

Likely FP if the URL points to example.com, a documentation domain, or a well-known SaaS API endpoint (e.g., api.openai.com).

LOW
Non-localhost remote MCP server URL
L52

Detects MCP server configurations connecting to non-localhost remote URLs

"url": "https://duckduckgo.com/html/?q=!gh+tensorflow"
FIX

Change the MCP server URL to localhost or a trusted internal endpoint. If a remote server is required, verify the domain ownership and use HTTPS with certificate validation.

FP?

Likely FP if the URL points to example.com, a documentation domain, or a well-known SaaS API endpoint (e.g., api.openai.com).

LOW
Non-localhost remote MCP server URL
L55

Detects MCP server configurations connecting to non-localhost remote URLs

"url": "https://www.wolframalpha.com/input?i=100+USD+to+CNY"
FIX

Change the MCP server URL to localhost or a trusted internal endpoint. If a remote server is required, verify the domain ownership and use HTTPS with certificate validation.

FP?

Likely FP if the URL points to example.com, a documentation domain, or a well-known SaaS API endpoint (e.g., api.openai.com).