# io.github.aabxtract/koda (npm · koda-verify)

Verification and memory layer for coding-agent workflows.

- Trust score: 31/100 (low)
- Change this week: 0
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- npm · `koda-verify`: 31/100 (this document), [markdown](https://verifymcp.io/servers/aabxtract-koda/koda-verify.md), [page](https://verifymcp.io/servers/aabxtract-koda/koda-verify)

## Channel facts

- Registry: `npm`
- Package: `koda-verify`
- Version: `0.3.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-09-20.

- **Supply Chain Security**: 81/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known high-severity CVE affects @modelcontextprotocol/sdk 1.0.4, a direct dependency. A fixed version is available.
  - No install/post-install scripts declared.
  - 17 of 64 dependencies flagged as unhealthy (1 deprecated).
- **Provenance & Transparency**: 32/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: no license is declared.
  - Actively maintained (last published 19 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 0/100
  - Schema quality not yet verified: this package installed, but its server did not start, so we have no schema to assess.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: this package installed, but its server did not start, so we have no schema to compare.
- **Tool Coverage**: 0/100
  - Tool coverage not yet verified: this package installed, but its server did not start, so we have no tool definitions to assess.
- **Tool Safety**: 0/100
  - Tool safety not yet verified: this package installed, but its server did not start, so we have no tool text to scan.
- **Capabilities**: 0/100
  - Protocol version not yet verified: this package installed, but its server did not start, so we never saw its MCP handshake.

**Unverified: 5 categories.** Categories scored 0 because our sandbox run of this package has not given us the schema these checks need to read. That is a gap on our side rather than a finding about the package, and we only credit what we can confirm, so the score stands at 0 until the capture succeeds. We are working through the fleet, so this normally clears without any action from you.

## Install

### How do I install the io.github.aabxtract/koda MCP server?

io.github.aabxtract/koda runs locally as an npm package, launched with npx -y koda-verify. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add aabxtract-koda -- npx -y koda-verify
```

### Cursor

```json
{
  "mcpServers": {
    "aabxtract-koda": {
      "command": "npx",
      "args": [
        "-y",
        "koda-verify"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "aabxtract-koda": {
      "command": "npx",
      "args": [
        "-y",
        "koda-verify"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add aabxtract-koda -- npx -y koda-verify
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "aabxtract-koda": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "koda-verify"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add aabxtract-koda --command npx --arg -y --arg koda-verify
```

### Hermes

```yaml
mcp_servers:
  aabxtract-koda:
    command: "npx"
    args: ["-y", "koda-verify"]
```

### Netclaw

```json
{
  "McpServers": {
    "aabxtract-koda": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "koda-verify"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add aabxtract-koda -t stdio -c npx -a -y koda-verify
```

### Other

```json
{
  "mcpServers": {
    "aabxtract-koda": {
      "command": "npx",
      "args": [
        "-y",
        "koda-verify"
      ]
    }
  }
}
```

## 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-09-20 (score 31, 0)

- [security regression] CVE-2026-44487 affects this package: high
- [security regression] CVE-2026-42264 affects this package: high
- [security regression] CVE-2026-67317 affects this package: high
- [security regression] CVE-2026-25639 affects this package: high
- [security regression] CVE-2026-84375 affects this package: high
- [security regression] CVE-2026-42033 affects this package: high
- [security regression] CVE-2026-42044 affects this package: high
- [security regression] CVE-2026-42037 affects this package: high
- [security regression] CVE-2026-67313 affects this package: high
- [security regression] CVE-2025-64718 affects this package: high
- [security regression] CVE-2026-42034 affects this package: high
- [security regression] CVE-2026-44488 affects this package: high
- [security regression] CVE-2026-42038 affects this package: high
- [security regression] CVE-2025-66414 affects this package: high
- [security regression] CVE-2026-44495 affects this package: high
- [security regression] CVE-2026-42043 affects this package: high
- [security regression] CVE-2026-42035 affects this package: high
- [security regression] CVE-2026-42040 affects this package: high
- [security regression] GHSA-5p4m-2wfm-xmqj affects this package: high
- [security regression] CVE-2026-42042 affects this package: high
- [security regression] CVE-2026-42039 affects this package: high
- [security regression] CVE-2026-44496 affects this package: high
- [security regression] CVE-2026-67312 affects this package: high
- [security regression] CVE-2026-44490 affects this package: high
- [security regression] CVE-2026-53550 affects this package: high
- [security regression] CVE-2026-67316 affects this package: high
- [security regression] CVE-2026-42036 affects this package: high
- [security regression] CVE-2025-62718 affects this package: high
- [security regression] CVE-2026-42041 affects this package: high
- [security regression] CVE-2026-40175 affects this package: high
- [security regression] CVE-2026-44494 affects this package: high
- [security regression] CVE-2025-58754 affects this package: high
- [security regression] CVE-2025-27152 affects this package: high
- [security regression] CVE-2026-67319 affects this package: high
- [security regression] CVE-2026-59869 affects this package: high
- [security regression] CVE-2026-44486 affects this package: high

### 2026-09-19 (score 31, 0)

- [security regression] CVE-2026-44487 affects this package: high
- [security regression] CVE-2026-42264 affects this package: high
- [security regression] CVE-2026-67317 affects this package: high
- [security regression] CVE-2026-25639 affects this package: high
- [security regression] CVE-2026-84375 affects this package: high
- [security regression] CVE-2026-42033 affects this package: high
- [security regression] CVE-2026-42044 affects this package: high
- [security regression] CVE-2026-42037 affects this package: high
- [security regression] CVE-2026-67313 affects this package: high
- [security regression] CVE-2025-64718 affects this package: high
- [security regression] CVE-2026-42034 affects this package: high
- [security regression] CVE-2026-44488 affects this package: high
- [security regression] CVE-2026-42038 affects this package: high
- [security regression] CVE-2025-66414 affects this package: high
- [security regression] CVE-2026-44495 affects this package: high
- [security regression] CVE-2026-42043 affects this package: high
- [security regression] CVE-2026-42035 affects this package: high
- [security regression] CVE-2026-42040 affects this package: high
- [security regression] GHSA-5p4m-2wfm-xmqj affects this package: high
- [security regression] CVE-2026-42042 affects this package: high
- [security regression] CVE-2026-42039 affects this package: high
- [security regression] CVE-2026-44496 affects this package: high
- [security regression] CVE-2026-67312 affects this package: high
- [security regression] CVE-2026-44490 affects this package: high
- [security regression] CVE-2026-53550 affects this package: high
- [security regression] CVE-2026-67316 affects this package: high
- [security regression] CVE-2026-42036 affects this package: high
- [security regression] CVE-2025-62718 affects this package: high
- [security regression] CVE-2026-42041 affects this package: high
- [security regression] CVE-2026-40175 affects this package: high
- [security regression] CVE-2026-44494 affects this package: high
- [security regression] CVE-2025-58754 affects this package: high
- [security regression] CVE-2025-27152 affects this package: high
- [security regression] CVE-2026-67319 affects this package: high
- [security regression] CVE-2026-59869 affects this package: high
- [security regression] CVE-2026-44486 affects this package: high

### 2026-09-18 (score 31, 0)

- [security regression] CVE-2026-44487 affects this package: high
- [security regression] CVE-2026-42264 affects this package: high
- [security regression] CVE-2026-67317 affects this package: high
- [security regression] CVE-2026-25639 affects this package: high
- [security regression] CVE-2026-84375 affects this package: high
- [security regression] CVE-2026-42033 affects this package: high
- [security regression] CVE-2026-42044 affects this package: high
- [security regression] CVE-2026-42037 affects this package: high
- [security regression] CVE-2026-67313 affects this package: high
- [security regression] CVE-2025-64718 affects this package: high
- [security regression] CVE-2026-42034 affects this package: high
- [security regression] CVE-2026-44488 affects this package: high
- [security regression] CVE-2026-42038 affects this package: high
- [security regression] CVE-2025-66414 affects this package: high
- [security regression] CVE-2026-44495 affects this package: high
- [security regression] CVE-2026-42043 affects this package: high
- [security regression] CVE-2026-42035 affects this package: high
- [security regression] CVE-2026-42040 affects this package: high
- [security regression] GHSA-5p4m-2wfm-xmqj affects this package: high
- [security regression] CVE-2026-42042 affects this package: high
- [security regression] CVE-2026-42039 affects this package: high
- [security regression] CVE-2026-44496 affects this package: high
- [security regression] CVE-2026-67312 affects this package: high
- [security regression] CVE-2026-44490 affects this package: high
- [security regression] CVE-2026-53550 affects this package: high
- [security regression] CVE-2026-67316 affects this package: high
- [security regression] CVE-2026-42036 affects this package: high
- [security regression] CVE-2025-62718 affects this package: high
- [security regression] CVE-2026-42041 affects this package: high
- [security regression] CVE-2026-40175 affects this package: high
- [security regression] CVE-2026-44494 affects this package: high
- [security regression] CVE-2025-58754 affects this package: high
- [security regression] CVE-2025-27152 affects this package: high
- [security regression] CVE-2026-67319 affects this package: high
- [security regression] CVE-2026-59869 affects this package: high
- [security regression] CVE-2026-44486 affects this package: high

### 2026-09-17 (score 31, 0)

- [security regression] CVE-2026-44487 affects this package: high
- [security regression] CVE-2026-42264 affects this package: high
- [security regression] CVE-2026-67317 affects this package: high
- [security regression] CVE-2026-25639 affects this package: high
- [security regression] CVE-2026-84375 affects this package: high
- [security regression] CVE-2026-42033 affects this package: high
- [security regression] CVE-2026-42044 affects this package: high
- [security regression] CVE-2026-42037 affects this package: high
- [security regression] CVE-2026-67313 affects this package: high
- [security regression] CVE-2025-64718 affects this package: high
- [security regression] CVE-2026-42034 affects this package: high
- [security regression] CVE-2026-44488 affects this package: high
- [security regression] CVE-2026-42038 affects this package: high
- [security regression] CVE-2025-66414 affects this package: high
- [security regression] CVE-2026-44495 affects this package: high
- [security regression] CVE-2026-42043 affects this package: high
- [security regression] CVE-2026-42035 affects this package: high
- [security regression] CVE-2026-42040 affects this package: high
- [security regression] GHSA-5p4m-2wfm-xmqj affects this package: high
- [security regression] CVE-2026-42042 affects this package: high
- [security regression] CVE-2026-42039 affects this package: high
- [security regression] CVE-2026-44496 affects this package: high
- [security regression] CVE-2026-67312 affects this package: high
- [security regression] CVE-2026-44490 affects this package: high
- [security regression] CVE-2026-53550 affects this package: high
- [security regression] CVE-2026-67316 affects this package: high
- [security regression] CVE-2026-42036 affects this package: high
- [security regression] CVE-2025-62718 affects this package: high
- [security regression] CVE-2026-42041 affects this package: high
- [security regression] CVE-2026-40175 affects this package: high
- [security regression] CVE-2026-44494 affects this package: high
- [security regression] CVE-2025-58754 affects this package: high
- [security regression] CVE-2025-27152 affects this package: high
- [security regression] CVE-2026-67319 affects this package: high
- [security regression] CVE-2026-59869 affects this package: high
- [security regression] CVE-2026-44486 affects this package: high

### 2026-09-16 (score 31, 0)

- [security regression] CVE-2026-44487 affects this package: high
- [security regression] CVE-2026-42264 affects this package: high
- [security regression] CVE-2026-67317 affects this package: high
- [security regression] CVE-2026-25639 affects this package: high
- [security regression] CVE-2026-84375 affects this package: high
- [security regression] CVE-2026-42033 affects this package: high
- [security regression] CVE-2026-42044 affects this package: high
- [security regression] CVE-2026-42037 affects this package: high
- [security regression] CVE-2026-67313 affects this package: high
- [security regression] CVE-2025-64718 affects this package: high
- [security regression] CVE-2026-42034 affects this package: high
- [security regression] CVE-2026-44488 affects this package: high
- [security regression] CVE-2026-42038 affects this package: high
- [security regression] CVE-2025-66414 affects this package: high
- [security regression] CVE-2026-44495 affects this package: high
- [security regression] CVE-2026-42043 affects this package: high
- [security regression] CVE-2026-42035 affects this package: high
- [security regression] CVE-2026-42040 affects this package: high
- [security regression] GHSA-5p4m-2wfm-xmqj affects this package: high
- [security regression] CVE-2026-42042 affects this package: high
- [security regression] CVE-2026-42039 affects this package: high
- [security regression] CVE-2026-44496 affects this package: high
- [security regression] CVE-2026-67312 affects this package: high
- [security regression] CVE-2026-44490 affects this package: high
- [security regression] CVE-2026-53550 affects this package: high
- [security regression] CVE-2026-67316 affects this package: high
- [security regression] CVE-2026-42036 affects this package: high
- [security regression] CVE-2025-62718 affects this package: high
- [security regression] CVE-2026-42041 affects this package: high
- [security regression] CVE-2026-40175 affects this package: high
- [security regression] CVE-2026-44494 affects this package: high
- [security regression] CVE-2025-58754 affects this package: high
- [security regression] CVE-2025-27152 affects this package: high
- [security regression] CVE-2026-67319 affects this package: high
- [security regression] CVE-2026-59869 affects this package: high
- [security regression] CVE-2026-44486 affects this package: high

### 2026-09-15 (score 31, 0)

We did not load change detail this far back for this component, so this day may have recorded more than is shown.

- [security regression] CVE-2026-44487 affects this package: high
- [security regression] CVE-2026-42264 affects this package: high
- [security regression] CVE-2026-67317 affects this package: high
- [security regression] CVE-2026-25639 affects this package: high
- [security regression] CVE-2026-84375 affects this package: high
- [security regression] CVE-2026-42033 affects this package: high
- [security regression] CVE-2026-42044 affects this package: high
- [security regression] CVE-2026-42037 affects this package: high
- [security regression] CVE-2026-67313 affects this package: high
- [security regression] CVE-2025-64718 affects this package: high
- [security regression] CVE-2026-42034 affects this package: high
- [security regression] CVE-2026-44488 affects this package: high
- [security regression] CVE-2026-42038 affects this package: high
- [security regression] CVE-2025-66414 affects this package: high
- [security regression] CVE-2026-44495 affects this package: high
- [security regression] CVE-2026-42043 affects this package: high
- [security regression] CVE-2026-42035 affects this package: high
- [security regression] CVE-2026-42040 affects this package: high
- [security regression] GHSA-5p4m-2wfm-xmqj affects this package: high
- [security regression] CVE-2026-42042 affects this package: high

### 2026-08-30 (score 31, +15)

We did not load change detail this far back for this component, so this day may have recorded more than is shown.

### 2026-08-29 (score 16)

First indexed and scored.

## MCP tools (0)

Tools for package channels are captured by running the package in an isolated sandbox. The most recent sandbox run could not capture a tool list from this package.

## Diagnostics

Captured diagnostic sections: Provenance, Vulnerabilities, Dependencies. The full working is on the page: https://verifymcp.io/servers/aabxtract-koda/koda-verify#diagnostics

## Score history

- 2026-09-20: 31
- 2026-09-19: 31
- 2026-09-18: 31
- 2026-09-17: 31
- 2026-09-16: 31
- 2026-09-15: 31
- 2026-09-14: 31
- 2026-09-13: 31
- 2026-09-12: 31
- 2026-09-11: 31
- 2026-09-10: 31
- 2026-09-09: 31
- 2026-09-08: 31
- 2026-09-07: 31
- 2026-09-06: 31
- 2026-09-05: 31
- 2026-09-04: 31
- 2026-09-03: 31
- 2026-09-02: 31
- 2026-09-01: 31
- 2026-08-31: 31
- 2026-08-30: 31
- 2026-08-29: 16

## Common questions

### What is the io.github.aabxtract/koda MCP server?

io.github.aabxtract/koda is an MCP server listed in the public MCP registry as io.github.aabxtract/koda. Verification and memory layer for coding-agent workflows. This page covers its npm package (koda-verify).

### Is the io.github.aabxtract/koda MCP server safe to use?

io.github.aabxtract/koda scores 31 out of 100 on VerifyMCP. We recorded 36 known advisories against it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### Is the io.github.aabxtract/koda MCP server still maintained?

io.github.aabxtract/koda is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- npm package: https://www.npmjs.com/package/koda-verify
- Socket report: https://socket.dev/npm/package/koda-verify
- Repository: https://github.com/aabxtract/koda
- Changelog RSS feed: https://verifymcp.io/servers/aabxtract-koda/koda-verify.xml
- Changelog JSON feed: https://verifymcp.io/servers/aabxtract-koda/koda-verify.json
- HTML version of this page: https://verifymcp.io/servers/aabxtract-koda/koda-verify
