Back to Home
keithrbennett icon

cov-loupe

Verified Safe

by keithrbennett

Overview

Provides an MCP server, CLI, and Ruby library for analyzing SimpleCov test coverage data, primarily to enable AI assistants to query and report on codebase coverage.

Installation

Run Command
cov-loupe --mode mcp

Environment Variables

  • COV_LOUPE_OPTS

Security Notes

The `validate` tool/command, utilizing `PredicateEvaluator`, executes arbitrary Ruby code via `instance_eval` from either a code string or a file. This is a significant security risk if untrusted input is provided to this specific tool/command, as it grants full system privileges. The source code and documentation explicitly highlight this danger. Other tools do not present such a direct code execution risk. No hardcoded secrets or apparent obfuscation were found. Network risks from the core MCP server are minimal as it uses stdio transport, but external commands executed by malicious predicates could pose network threats.

Similar Servers

Stats

Interest Score39
Security Score7
Cost ClassLow
Avg Tokens500
Stars12
Forks1
Last Update2026-01-19

Tags

RubySimpleCovCoverage AnalysisMCP ServerAI Assistant