Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

Digital Passport Assessment Workbench

OCI · GHCR.IO/CE-RISE-SOFTWARE/DPAWB-MCP:0.1.2 · SCANNED AUG 3

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

0 this week 35 Trust /100
Trust breakdown (6 categories)

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 Security0
  • Malware scan not yet available for this package.Unverified
  • CVE data not yet available for this package.Unverified
  • Install-script risk not yet assessed.Unverified
  • Dependency-health data not yet available.Unverified
Provenance & Transparency32
Schema Quality & AI Usability54
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 460 tokens (~46/item across 10 items; 10 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage94
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 82% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

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

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.

oci · ghcr.io/ce-rise-software/dpawb-mcp:0.1.2

# add to Claude Code
claude mcp add ce-rise-software-dpawb -- docker run --rm -i ghcr.io/ce-rise-software/dpawb-mcp:0.1.2
# add to Codex CLI
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/config.yaml
mcp_servers:
  ce-rise-software-dpawb:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/ce-rise-software/dpawb-mcp:0.1.2"]
// mcp.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 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.

  • 2 Aug 26 +3
    • Stability: unverified → 0.20 functional
  • 31 Jul 26 −3
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 +27
    • 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 functional
  • 26 Jul 26 8

    First indexed and scored.

    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
Diagnostics

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 oci/ghcr.io/ce-rise-software/dpawb-mcp:0.1.2

Provenance none

Ecosystem: oci · Outcome: none

Reason: no_attestation

MCP tools — 10 exposed · ~431 tokens

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.

Tool Tokens
assess ~33

Assess one composition profile and return one assessment_result document.

NameTypeReqDescription
profilestringyesLocal path to one composition profile YAML file.

No output schema declared.

No examples provided.

capabilities ~16

Return the deterministic command and artifact capability catalog.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

compare ~74

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

NameTypeReqDescription
alignmentstringOptional local path to one alignment YAML file.
left_assessmentstringyesLocal path to the left assessment_result JSON document.
right_assessmentstringyesLocal path to the right assessment_result JSON document.

No output schema declared.

No examples provided.

coverage ~53

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

NameTypeReqDescription
profilestringyesLocal path to one composition profile YAML file.
use_casestringyesLocal path to one use-case YAML file.

No output schema declared.

No examples provided.

prioritize ~68

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

NameTypeReqDescription
assessmentstringyesLocal path to one assessment_result JSON document.
comparisonstringOptional local path to one comparison_result JSON document.
coveragearrayOptional list of local coverage_result JSON document paths.

No output schema declared.

No examples provided.

recommend_composition ~87

Recommend a deterministic combined composition from two assessment results.

NameTypeReqDescription
comparisonstringOptional local path to one comparison_result JSON document.
coveragearrayOptional list of local coverage_result JSON document paths.
left_assessmentstringyesLocal path to the left assessment_result JSON document.
right_assessmentstringyesLocal path to the right assessment_result JSON document.

No output schema declared.

No examples provided.

schema ~20

Return one bundled JSON Schema.

NameTypeReqDescription
namestringyes

No output schema declared.

No examples provided.

summarize ~38

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

NameTypeReqDescription
resultarrayyesOne or more local paths to result JSON documents.

No output schema declared.

No examples provided.

template ~21

Return one bundled YAML template document.

NameTypeReqDescription
namestringyes

No output schema declared.

No examples provided.

vocabulary ~21

Return one bundled controlled vocabulary document.

NameTypeReqDescription
namestringyes

No output schema declared.

No examples provided.