Claude KVM
NPM · CLAUDE-KVM · SCANNED AUG 3
MCP server — control remote desktops via VNC with a native Swift daemon and Apple Vision OCR
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 Security86
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency97
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Cryptographically verified build provenance (signed, bound to ARAS-Workspace/claude-kvm). View diagnostics → Pass
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 27 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability37
- AI-judged instruction clarity (poor).Fail
- Tool/resource definitions use about 489 tokens (~122/item across 4 items; 4 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 Coverage33
- 0% of tools have a non-trivial description (not blank, and not just the tool's name).Fail
- 100% of tool parameters carry a description.Pass
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 · claude-kvm
claude mcp add aras-workspace-claude-kvm -- npx -y claude-kvm
codex mcp add aras-workspace-claude-kvm -- npx -y claude-kvm
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"aras-workspace-claude-kvm": {
"type": "local",
"command": [
"npx",
"-y",
"claude-kvm"
],
"enabled": true
}
}
} openclaw mcp add aras-workspace-claude-kvm --command npx --arg -y --arg claude-kvm
mcp_servers:
aras-workspace-claude-kvm:
command: "npx"
args: ["-y", "claude-kvm"] {
"mcpServers": {
"aras-workspace-claude-kvm": {
"command": "npx",
"args": [
"-y",
"claude-kvm"
]
}
}
} 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 +27
- Provenance: unverified → pass ▲ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- The attested source repository moved: ARAS-Workspace/claude-kvm security
- Schema quality: unverified → poor ▲ functional
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- License: unverified → pass ▲ functional
- Licence: MIT functional
- 2 Aug 26 +30
- Malware scan: unverified → pass ▲ security
- Dependency health: partial → unverified ▼ functional
- MCP protocol: unverified → pass ▲ functional
- Tool coverage: unverified → 0 ▲ functional
- Stability: unverified → 0.23 ▲ functional
- 1 Aug 26 −10
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 31 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 30 Jul 26 +12
- Tool coverage: unverified → 0 ▲ functional
- 28 Jul 26 −12
- Tool coverage: 0 → unverified ▼ functional
- First check of Schema quality: unverified functional
- 27 Jul 26 36
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/[email protected]
Provenance verified
Ecosystem: npm · Outcome: verified
Reason: verified
- Source repo:
- ARAS-Workspace/claude-kvm
- Certificate issuer:
- https://token.actions.githubusercontent.com
- Certificate SAN:
- https://github.com/ARAS-Workspace/claude-kvm/.github/workflows/publish.yml@refs/heads/main
- Rekor log index:
- 2090238983
- Predicate type:
- https://slsa.dev/provenance/v1
- Subject digest:
- sha512:9f6603d0b3db4e6e6ee07754d27e9a7ae62b87bdd4b87f87f0cd6edf068da165d528b9ba06c955600d5912e38f11ac2c720b98f3c9458f509e953aeeb
- Discovery method:
- attestation_endpoint
Dependencies 94 packages
94 packages in the resolved dependency tree · 94 deprecated · 29 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.
action_queue ~18
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| actions | array | yes | Ordered actions to execute sequentially |
No output schema declared.
No examples provided.
task_complete ~15
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| summary | string | yes | What was accomplished |
No output schema declared.
No examples provided.
task_failed ~19
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| reason | string | yes | Why the task could not be completed |
No output schema declared.
No examples provided.
vnc_command ~437
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | The action to perform |
| amount | integer | — | Scroll amount (default 3) |
| button | string | — | Mouse button |
| click_hold_ms | integer | — | Click hold duration |
| combo_mod_ms | integer | — | Modifier settle delay |
| cursor_crop_radius | integer | — | Cursor crop radius |
| direction | string | — | Scroll direction |
| double_click_gap_ms | integer | — | Double-click gap |
| drag_min_steps | integer | — | Min interpolation steps |
| drag_pixels_per_step | number | — | Point density per pixel |
| drag_position_ms | integer | — | Pre-drag position wait |
| drag_press_ms | integer | — | Drag press hold |
| drag_settle_ms | integer | — | Settle before release |
| drag_step_ms | integer | — | Between interpolation pts |
| dx | integer | — | Relative X offset (nudge) |
| dy | integer | — | Relative Y offset (nudge) |
| hover_settle_ms | integer | — | Hover settle wait |
| key | string | — | Key name or combo string (e.g. "cmd+c") |
| key_hold_ms | integer | — | Key hold duration |
| keys | array | — | Array of key names for combo (e.g. ["cmd","shift","3"]) |
| max_dimension | integer | — | Max screenshot dimension |
| ms | integer | — | Wait duration in ms (default 500) |
| paste_settle_ms | integer | — | Post-clipboard write wait |
| reset | boolean | — | Reset all params to defaults |
| scroll_press_ms | integer | — | Scroll press-release gap |
| scroll_tick_ms | integer | — | Inter-tick delay |
| text | string | — | Text to type or paste |
| toX | integer | — | Drag target X |
| toY | integer | — | Drag target Y |
| type_inter_key_ms | integer | — | Inter-character delay |
| type_key_ms | integer | — | Key hold during typing |
| type_shift_ms | integer | — | Shift key settle |
| x | integer | — | X coordinate |
| y | integer | — | Y coordinate |
No output schema declared.
No examples provided.