
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
DetentPoint.ClusterValidator.Mcp
Advanced tools
Read-only SQL Server failover cluster health validator, run locally as a stdio MCP tool. Runs 16 phases (quorum, storage, MPIO, networking, identity, hotfix drift, and more) against Windows Server Failover Cluster nodes via CIM and DirectoryServices — no cluster state is ever modified, and your cluster data never leaves your environment. Offline signed-license gate; no license runs in Free mode (2 clusters).
Read-only health validation for Windows Server Failover Clusters hosting SQL Server Failover Cluster Instances (FCI), run locally as a stdio MCP tool.
It runs 16 phases against your cluster nodes via CIM and Active Directory — PreFlight plus 15 validation phases spanning storage and MPIO topology, SCSI-3 reservations, quorum and witness, heartbeat thresholds, time skew, hotfix parity, pending reboots, service-account hygiene, network configuration drift, LUN hygiene, and the Active Directory identity of the node/CNO/VCO accounts, plus Microsoft's Test-Cluster suite. get_phases returns all 16; PreFlight is marked automatic because it always runs first and is not opt-in.
Point your MCP client at the tool:
{
"mcpServers": {
"cluster-validator": {
"command": "dnx",
"args": ["DetentPoint.ClusterValidator.Mcp", "--yes"]
}
}
}
With no CV_LICENSE set, the tool runs in Free mode — 2 clusters per calendar month. To validate more, supply the license from your purchase as the CV_LICENSE environment variable (or point CLUSTERVALIDATOR_LICENSE_FILE at a .lic file). Licenses are verified offline — no network call.
Every check is read-only — no cluster state is changed. The tool runs on your machine and reads your cluster over your own network, so your cluster data and reports never leave your environment.
FAQs
Read-only SQL Server failover cluster health validator, run locally as a stdio MCP tool. Runs 16 phases (quorum, storage, MPIO, networking, identity, hotfix drift, and more) against Windows Server Failover Cluster nodes via CIM and DirectoryServices — no cluster state is ever modified, and your cluster data never leaves your environment. Offline signed-license gate; no license runs in Free mode (2 clusters).
We found that DetentPoint.ClusterValidator.Mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.