Back to Home
doublemover icon

PairOfCleats

by doublemover

Overview

Codebase analysis and intelligence server, providing indexing, search, risk analysis, and vulnerability triage capabilities.

Installation

Run Command
node bin/pairofcleats.js mcp-server

Environment Variables

  • PAIROFCLEATS_API_TOKEN
  • PAIROFCLEATS_UV_THREADPOOL_SIZE

Security Notes

The server has network-exposed APIs (HTTP/MCP) and extensively uses child_process.spawn to interact with external tools and system commands. While there are explicit configuration options for CORS, authentication tokens (PAIROFCLEATS_API_TOKEN), and repository access restrictions, critical security vulnerabilities have been identified in the roadmap, specifically 'risk rules regex compilation is currently mis-wired' and 'risk analysis can crash indexing on long lines'. Although these are actively being addressed (Phase 23 P0 items), the presence of such P0 issues is a concern. The use of ReDoS-safe regex engines (re2/re2js) is a strong positive. Direct execution of user-supplied commands should be carefully audited.

Similar Servers

Stats

Interest Score32
Security Score6
Cost ClassHigh
Avg Tokens10000
Stars2
Forks0
Last Update2026-01-18

Tags

Code analysisCode intelligenceRepository indexingVulnerability managementDeveloper tools