# Digital Passport Assessment Workbench (oci · ghcr.io/ce-rise-software/dpawb-mcp:0.1.2)

Deterministic SHACL-based assessment and comparison for digital passport data models.

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

## Components

- oci · `ghcr.io/ce-rise-software/dpawb-mcp:0.1.2`: 35/100 (this document), [markdown](https://verifymcp.io/servers/ce-rise-software-dpawb/ghcr-io-ce-rise-software-dpawb-mcp-0-1-2.md), [page](https://verifymcp.io/servers/ce-rise-software-dpawb/ghcr-io-ce-rise-software-dpawb-mcp-0-1-2)

## Channel facts

- Registry: `oci`
- Package: `ghcr.io/ce-rise-software/dpawb-mcp:0.1.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-03.

- **Supply Chain Security**: 0/100
  - Malware scan not yet available for this package.
  - CVE data not yet available for this package.
  - Install-script risk not yet assessed.
  - Dependency-health data not yet available.
- **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 97 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 54/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 460 tokens (~46/item across 10 items; 10 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 94/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 82% 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 ce-rise-software-dpawb -- docker run --rm -i ghcr.io/ce-rise-software/dpawb-mcp:0.1.2
```

### Codex

```bash
codex mcp add ce-rise-software-dpawb -- docker run --rm -i ghcr.io/ce-rise-software/dpawb-mcp:0.1.2
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ce-rise-software-dpawb": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/ce-rise-software/dpawb-mcp:0.1.2"
      ],
      "enabled": true
    }
  }
}
```

### Hermes

```yaml
mcp_servers:
  ce-rise-software-dpawb:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/ce-rise-software/dpawb-mcp:0.1.2"]
```

### Other

```json
{
  "mcpServers": {
    "ce-rise-software-dpawb": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/ce-rise-software/dpawb-mcp:0.1.2"
      ]
    }
  }
}
```

## 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-02 (score 35, +3)

- [functional improvement] Stability: unverified → 0.20

### 2026-07-31 (score 32, −3)

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

### 2026-07-27 (score 35, +27)

- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Schema quality: fair
- [functional] First check of Tool coverage: 82
- [functional] First check of Schema quality: pass
- [functional] First check of Schema quality: fail

### 2026-07-26 (score 8)

First indexed and scored.

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

## MCP tools (10)

### `assess` (~33 tokens)

Assess Profile

Assess one composition profile and return one assessment_result document.

Input parameters:

- `profile` (string, required): Local path to one composition profile YAML file.

### `coverage` (~53 tokens)

Assess Use-Case Coverage

Assess one use case against one composition profile and return one coverage_result document.

Input parameters:

- `profile` (string, required): Local path to one composition profile YAML file.
- `use_case` (string, required): Local path to one use-case YAML file.

### `compare` (~74 tokens)

Compare Assessments

Compare exactly two assessment_result documents and optionally apply an analyst-authored alignment file.

Input parameters:

- `alignment` (string): Optional local path to one alignment YAML file.
- `left_assessment` (string, required): Local path to the left assessment_result JSON document.
- `right_assessment` (string, required): Local path to the right assessment_result JSON document.

### `prioritize` (~68 tokens)

Prioritize Improvement Targets

Rank improvement targets from one assessment_result document plus optional downstream result documents.

Input parameters:

- `assessment` (string, required): Local path to one assessment_result JSON document.
- `comparison` (string): Optional local path to one comparison_result JSON document.
- `coverage` (array): Optional list of local coverage_result JSON document paths.

### `recommend_composition` (~87 tokens)

Recommend Composition

Recommend a deterministic combined composition from two assessment results.

Input parameters:

- `comparison` (string): Optional local path to one comparison_result JSON document.
- `coverage` (array): Optional list of local coverage_result JSON document paths.
- `left_assessment` (string, required): Local path to the left assessment_result JSON document.
- `right_assessment` (string, required): Local path to the right assessment_result JSON document.

### `schema` (~20 tokens)

Get Schema

Return one bundled JSON Schema.

Input parameters:

- `name` (string, required)

### `vocabulary` (~21 tokens)

Get Vocabulary

Return one bundled controlled vocabulary document.

Input parameters:

- `name` (string, required)

### `template` (~21 tokens)

Get Template

Return one bundled YAML template document.

Input parameters:

- `name` (string, required)

### `capabilities` (~16 tokens)

Get Capabilities

Return the deterministic command and artifact capability catalog.

### `summarize` (~38 tokens)

Summarize Results

Create one deterministic summary_result document from one or more existing result JSON documents.

Input parameters:

- `result` (array, required): One or more local paths to result JSON documents.

## Diagnostics

Captured diagnostic sections: Provenance. The full working is on the page: https://verifymcp.io/servers/ce-rise-software-dpawb/ghcr-io-ce-rise-software-dpawb-mcp-0-1-2#diagnostics

## Score history

- 2026-08-03: 35
- 2026-08-02: 35
- 2026-08-01: 32
- 2026-07-31: 32
- 2026-07-30: 35
- 2026-07-29: 35
- 2026-07-28: 35
- 2026-07-27: 35
- 2026-07-26: 8

## Links

- Repository: https://github.com/CE-RISE-software/dp-assessment-workbench
- Changelog RSS feed: https://verifymcp.io/servers/ce-rise-software-dpawb/ghcr-io-ce-rise-software-dpawb-mcp-0-1-2/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/ce-rise-software-dpawb/ghcr-io-ce-rise-software-dpawb-mcp-0-1-2/changelog.json
- HTML version of this page: https://verifymcp.io/servers/ce-rise-software-dpawb/ghcr-io-ce-rise-software-dpawb-mcp-0-1-2
