# io.github.icohangar-ops/codesentinel-mcp (npm · @cubiczan/codesentinel-mcp)

Codebase health MCP: dead code, cycles, coupling, architectural drift.

- Trust score: 48/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-22

## Components

- npm · `@cubiczan/codesentinel-mcp`: 48/100 (this document), [markdown](https://verifymcp.io/servers/icohangar-ops-codesentinel-mcp/cubiczan-codesentinel-mcp.md), [page](https://verifymcp.io/servers/icohangar-ops-codesentinel-mcp/cubiczan-codesentinel-mcp)

## Channel facts

- Registry: `npm`
- Package: `@cubiczan/codesentinel-mcp`
- Version: `1.0.2`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-22.

- **Supply Chain Security**: 31/100
  - Malware scan not yet available for this package.
  - CVE check failed: a known high-severity CVE affects adm-zip 0.5.18, a direct dependency. A fixed version is available.
  - No install/post-install scripts declared.
  - Dependency health was assessed across the 366 of 367 dependencies we could resolve, so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 0 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 400 tokens (~66/item across 6 items; 6 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 97/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 91% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add icohangar-ops-codesentinel-mcp -- npx -y @cubiczan/codesentinel-mcp
```

### Codex

```bash
codex mcp add icohangar-ops-codesentinel-mcp -- npx -y @cubiczan/codesentinel-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "icohangar-ops-codesentinel-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@cubiczan/codesentinel-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add icohangar-ops-codesentinel-mcp --command npx --arg -y --arg @cubiczan/codesentinel-mcp
```

### Hermes

```yaml
mcp_servers:
  icohangar-ops-codesentinel-mcp:
    command: "npx"
    args: ["-y", "@cubiczan/codesentinel-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "icohangar-ops-codesentinel-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@cubiczan/codesentinel-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-22 (score 48)

First indexed and scored.

## MCP tools (6)

### `analyze_dead_code` (~75 tokens)

Analyze a codebase for dead code — functions, classes, and modules that are defined but never referenced. Returns findings with file paths, line numbers, severity, and fix suggestions.

Input parameters:

- `include_suggestions` (boolean): Whether to include fix suggestions
- `repo_path` (string): Path or URL to the repository to analyze

### `detect_circular_deps` (~45 tokens)

Detect circular dependencies between modules using DFS-based cycle detection. Returns cycles with involved files and impact assessment.

Input parameters:

- `repo_path` (string): Path or URL to the repository

### `analyze_coupling` (~65 tokens)

Analyze coupling metrics across the codebase. Identifies modules with high fan-out (too many dependencies) and tightly coupled clusters.

Input parameters:

- `fan_out_threshold` (number): Fan-out threshold for flagging modules
- `repo_path` (string): Path or URL to the repository

### `detect_architectural_drift` (~80 tokens)

Detect architectural drift — violations of intended layer boundaries (e.g., UI importing from data layer, reverse dependencies).

Input parameters:

- `layers_config` (string): JSON string defining layer patterns, e.g. {"ui": ["src/components/"], "data": ["src/db/"]}
- `repo_path` (string): Path or URL to the repository

### `full_health_scan` (~58 tokens)

Run a complete codebase health scan: dead code, circular dependencies, coupling metrics, and architectural drift. Returns an overall health score (0-100) and prioritized findings.

Input parameters:

- `repo_path` (string): Path or URL to the repository

### `explain_finding` (~77 tokens)

Get a detailed explanation of a specific code health finding, including why it matters, potential risks, and detailed remediation steps.

Input parameters:

- `codebase_context` (string): Additional context about the codebase (language, framework, etc.)
- `finding_description` (string, required): Description of the specific finding to explain
- `finding_type` (string, required)

## Diagnostics

Captured diagnostic sections: Provenance, Vulnerabilities, Dependencies. The full working is on the page: https://verifymcp.io/servers/icohangar-ops-codesentinel-mcp/cubiczan-codesentinel-mcp#diagnostics

## Score history

- 2026-08-22: 48

## Links

- npm package: https://www.npmjs.com/package/@cubiczan/codesentinel-mcp
- Socket report: https://socket.dev/npm/package/@cubiczan/codesentinel-mcp
- Repository: https://github.com/icohangar-ops/codesentinel
- Changelog RSS feed: https://verifymcp.io/servers/icohangar-ops-codesentinel-mcp/cubiczan-codesentinel-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/icohangar-ops-codesentinel-mcp/cubiczan-codesentinel-mcp.json
- HTML version of this page: https://verifymcp.io/servers/icohangar-ops-codesentinel-mcp/cubiczan-codesentinel-mcp
