# io.github.datasynx/cartography (npm · @datasynx/agentic-ai-cartography)

MCP-first read-only discovery of your infra & SaaS landscape as MCP resources, tools and prompts.

- Trust score: 24/100 (low)
- Change this week: +22
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

> **Malware flagged**: A supply-chain scanner flagged a high-severity malware risk in this package. Treat it as unsafe to install until the finding is cleared.

## Components

- npm · `@datasynx/agentic-ai-cartography`: 24/100 (this document), [markdown](https://verifymcp.io/servers/datasynx-cartography/datasynx-agentic-ai-cartography.md), [page](https://verifymcp.io/servers/datasynx-cartography/datasynx-agentic-ai-cartography)

## Channel facts

- Registry: `npm`
- Package: `@datasynx/agentic-ai-cartography`
- Version: `2.12.1`
- 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-03.

- **Supply Chain Security**: 34/100
  - Malware check failed: a supply-chain vendor flagged a high-severity malware risk.
  - CVE check failed: a known high-severity CVE affects adm-zip 0.5.18, reached via @huggingface/transformers > onnxruntime-node > adm-zip. A fixed version is available.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (229 of 233), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 71/100
  - Repository check failed: the declared repository URL returned HTTP 404.
  - Cryptographically verified build provenance (signed, bound to datasynx/agentic-ai-cartography).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 44 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 0/100
  - Schema quality not yet verified: our sandbox run of this package did not complete, so we have no schema to assess.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: our sandbox run of this package did not complete, so we have no schema to compare.
- **Tool Coverage**: 0/100
  - Tool coverage not yet verified: our sandbox run of this package did not complete, so we have no tool definitions to assess.
- **Capabilities**: 0/100
  - Protocol version not yet verified: our sandbox run of this package did not complete, so we never saw its MCP handshake.

**Unverified: 4 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

### Claude

```bash
claude mcp add datasynx-cartography -- npx -y @datasynx/agentic-ai-cartography
```

### Codex

```bash
codex mcp add datasynx-cartography -- npx -y @datasynx/agentic-ai-cartography
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "datasynx-cartography": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@datasynx/agentic-ai-cartography"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add datasynx-cartography --command npx --arg -y --arg @datasynx/agentic-ai-cartography
```

### Hermes

```yaml
mcp_servers:
  datasynx-cartography:
    command: "npx"
    args: ["-y", "@datasynx/agentic-ai-cartography"]
```

### Other

```json
{
  "mcpServers": {
    "datasynx-cartography": {
      "command": "npx",
      "args": [
        "-y",
        "@datasynx/agentic-ai-cartography"
      ]
    }
  }
}
```

## 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-03 (score 24, +22)

- [security regression] GHSA-f88m-g3jw-g9cj affects this package: high
- [security regression] CVE-2026-39244 affects this package: high
- [security regression] Known CVEs: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Provenance: unverified → pass
- [security] Stability: Stability not yet verified: our sandbox run of this package did not complete, so we have no schema to compare.
- [security] The attested source repository moved: datasynx/agentic-ai-cartography
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional] Schema quality: Schema quality not yet verified: our sandbox run of this package did not complete, so we have no schema to assess.
- [functional] Capabilities: Protocol version not yet verified: our sandbox run of this package did not complete, so we never saw its MCP handshake.
- [functional] Tool coverage: Tool coverage not yet verified: our sandbox run of this package did not complete, so we have no tool definitions to assess.
- [functional] Licence: MIT

### 2026-08-02 (score 2, 0)

- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional] Schema quality: Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional] Tool coverage: Tool coverage not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet.
- [functional] Capabilities: Protocol version not yet verified: we do not have a sandbox capture of the MCP handshake this version of the package performs yet.

### 2026-08-01 (score 2, +2)

- [security regression] Malware scan: unverified → fail
- [security] Stability: Stability not yet verified: our sandbox run of this package did not complete, so we have no schema to compare.
- [functional] Schema quality: Schema quality not yet verified: our sandbox run of this package did not complete, so we have no schema to assess.
- [functional] Capabilities: Protocol version not yet verified: our sandbox run of this package did not complete, so we never saw its MCP handshake.
- [functional] Tool coverage: Tool coverage not yet verified: our sandbox run of this package did not complete, so we have no tool definitions to assess.

### 2026-07-31 (score 0, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 0, −2)

- [security regression] Malware scan: fail → unverified
- [security improvement] Malware indicator gptMalware:QG-tdxy_Td-QP7d89N7r6d-W6H2gr1pFA_HBgD0Wz84Y cleared

### 2026-07-27 (score 2)

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/datasynx-cartography/datasynx-agentic-ai-cartography#diagnostics

## Score history

- 2026-08-03: 24
- 2026-08-02: 2
- 2026-08-01: 2
- 2026-07-31: 0
- 2026-07-30: 0
- 2026-07-28: 2
- 2026-07-27: 2

## Links

- npm package: https://www.npmjs.com/package/@datasynx/agentic-ai-cartography
- Socket report: https://socket.dev/npm/package/@datasynx/agentic-ai-cartography
- Changelog RSS feed: https://verifymcp.io/servers/datasynx-cartography/datasynx-agentic-ai-cartography/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/datasynx-cartography/datasynx-agentic-ai-cartography/changelog.json
- HTML version of this page: https://verifymcp.io/servers/datasynx-cartography/datasynx-agentic-ai-cartography
