Back to Home
Canbow icon

SitePulse-Agent

Verified Safe

by Canbow

Overview

Provides network diagnostic capabilities (site health checks) for the Cline autonomous coding agent, allowing developers to verify API endpoints and deployment status directly within their chat interface.

Installation

Run Command
node index.js

Security Notes

The server's 'check_site_health' tool performs a fetch request to a user-provided URL without apparent validation or sanitization. This introduces a Server-Side Request Forgery (SSRF) risk. An attacker could potentially use this tool to scan internal networks, access local services (e.g., `localhost`), or send requests to arbitrary external endpoints on behalf of the server running the agent. While the tool's core functionality is to fetch URLs, direct exposure of arbitrary URLs to an external agent without host-level restrictions or input validation is a significant security concern.

Similar Servers

Stats

Interest Score0
Security Score5
Cost ClassLow
Avg Tokens75
Stars0
Forks0
Last Update2025-12-14

Tags

ClineMCPNetwork DiagnosticsNode.jsAgent Tool