io.github.Cubiczan/codesentinel
NPM · @CUBICZAN/CODESENTINEL-MCP · SCANNED AUG 3
AI codebase health analysis: dead code, circular deps, coupling, architectural drift.
Available components
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. How we score →
Supply Chain Security70
- No malware found by supply-chain analysis.Pass
- CVE check failed: a known high-severity CVE affects adm-zip 0.5.18, a direct dependency. A fixed version is available. View diagnostics → Fail
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (241 of 243), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency6
- Repository check failed: no source repository is declared. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: no license is declared. See how to fix → Fail
- Actively maintained (last published 38 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability66
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 400 tokens (~66/item across 6 items; 6 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage97
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 91% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @cubiczan/codesentinel-mcp
claude mcp add cubiczan-codesentinel -- npx -y @cubiczan/codesentinel-mcp
codex mcp add cubiczan-codesentinel -- npx -y @cubiczan/codesentinel-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"cubiczan-codesentinel": {
"type": "local",
"command": [
"npx",
"-y",
"@cubiczan/codesentinel-mcp"
],
"enabled": true
}
}
} openclaw mcp add cubiczan-codesentinel --command npx --arg -y --arg @cubiczan/codesentinel-mcp
mcp_servers:
cubiczan-codesentinel:
command: "npx"
args: ["-y", "@cubiczan/codesentinel-mcp"] {
"mcpServers": {
"cubiczan-codesentinel": {
"command": "npx",
"args": [
"-y",
"@cubiczan/codesentinel-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +4
- Stability: unverified → 0.27 ▲ functional
- 2 Aug 26 +19
- Known CVEs: unverified → fail ▼ security
- Provenance: unverified → fail ▼ security
- CVE-2026-14257 no longer affects this package ▲ security
- Install scripts: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- License: unverified → fail ▼ functional
- MCP protocol: unverified → pass ▲ functional
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Schema quality: unverified → good ▲ functional
- 1 Aug 26 +16
- Tool coverage: unverified → 100 ▲ functional
- 31 Jul 26 −7
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −30
- Known CVEs: fail → unverified ▼ security
- Malware scan: pass → unverified ▼ security
- Provenance: fail → unverified ▼ security
- Install scripts: pass → unverified ▼ security
- CVE-2026-14257 no longer affects this package ▲ security
- CVE-2026-39244 no longer affects this package ▲ security
- License: fail → unverified ▼ functional
- Dependency health: partial → unverified ▼ functional
- Maintenance: pass → unverified ▼ functional
- 28 Jul 26 +34
- CVE-2026-39244 affects this package: high ▼ security
- CVE-2026-14257 affects this package: high ▼ security
- Known CVEs: unverified → fail ▼ security
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- License: unverified → fail ▼ functional
- Maintenance: unverified → pass ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- First check of Schema quality: unverified functional
- First check of Schema quality: pass functional
- First check of Tool coverage: 91 functional
- First check of Schema quality: fail functional
- 27 Jul 26 18
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/@cubiczan/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Vulnerabilities 1 finding
| ID | CVE | Severity | Vector | Fix available |
|---|---|---|---|---|
| GHSA-xcpc-8h2w-3j85 | CVE-2026-39244 | high | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H | yes |
Dependencies 241 packages
241 packages in the resolved dependency tree · 240 deprecated · 71 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
analyze_coupling ~65
Analyze coupling metrics across the codebase. Identifies modules with high fan-out (too many dependencies) and tightly coupled clusters.
| Name | Type | Req | Description |
|---|---|---|---|
| fan_out_threshold | number | — | Fan-out threshold for flagging modules |
| repo_path | string | — | Path or URL to the repository |
No output schema declared.
No examples provided.
analyze_dead_code ~75
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.
| Name | Type | Req | Description |
|---|---|---|---|
| include_suggestions | boolean | — | Whether to include fix suggestions |
| repo_path | string | — | Path or URL to the repository to analyze |
No output schema declared.
No examples provided.
detect_architectural_drift ~80
Detect architectural drift — violations of intended layer boundaries (e.g., UI importing from data layer, reverse dependencies).
| Name | Type | Req | Description |
|---|---|---|---|
| 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 |
No output schema declared.
No examples provided.
detect_circular_deps ~45
Detect circular dependencies between modules using DFS-based cycle detection. Returns cycles with involved files and impact assessment.
| Name | Type | Req | Description |
|---|---|---|---|
| repo_path | string | — | Path or URL to the repository |
No output schema declared.
No examples provided.
explain_finding ~77
Get a detailed explanation of a specific code health finding, including why it matters, potential risks, and detailed remediation steps.
| Name | Type | Req | Description |
|---|---|---|---|
| codebase_context | string | — | Additional context about the codebase (language, framework, etc.) |
| finding_description | string | yes | Description of the specific finding to explain |
| finding_type | string | yes | — |
No output schema declared.
No examples provided.
full_health_scan ~58
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.
| Name | Type | Req | Description |
|---|---|---|---|
| repo_path | string | — | Path or URL to the repository |
No output schema declared.
No examples provided.