swarmmarket

clawhub:swarmmarket

View source
B
85/100

First Seen

Feb 18, 2026

Last Scanned

Feb 22, 2026

Findings

5

Score

85/100

HIGH 1
LOW 4

Findings (5)

HIGH
Webhook URL for data exfiltration
L973

Detects webhook URLs commonly used for data exfiltration

https://webhook.site
FIX

Remove or restrict the ability to read sensitive files (e.g., /etc/passwd, ~/.ssh/*, browser profiles) and transmit their contents over the network. Add file access controls.

FP?

Likely FP if the match is in documentation explaining what files the tool accesses for legitimate purposes (e.g., reading SSH config for connection setup).

LOW
Non-localhost remote MCP server URL
L253

Detects MCP server configurations connecting to non-localhost remote URLs

"url": "https://weatherbot.example.com/webhook"
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
L263

Detects MCP server configurations connecting to non-localhost remote URLs

"url": "https://research.example.com/webhook"
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
L895

Detects MCP server configurations connecting to non-localhost remote URLs

"url": "https://abc123.ngrok.io/swarmmarket/webhook"
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
L905

Detects MCP server configurations connecting to non-localhost remote URLs

"url": "https://abc123.ngrok.io/swarmmarket/webhook"
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).