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.
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 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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: no license is declared. See how to fix → Fail
- Actively maintained (last published 97 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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.
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
claude mcp add ce-rise-software-dpawb -- docker run --rm -i ghcr.io/ce-rise-software/dpawb-mcp:0.1.2
codex mcp add ce-rise-software-dpawb -- docker run --rm -i ghcr.io/ce-rise-software/dpawb-mcp:0.1.2
{
"$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
}
}
} mcp_servers:
ce-rise-software-dpawb:
command: "docker"
args: ["run", "--rm", "-i", "ghcr.io/ce-rise-software/dpawb-mcp:0.1.2"] {
"mcpServers": {
"ce-rise-software-dpawb": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/ce-rise-software/dpawb-mcp:0.1.2"
]
}
}
} 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
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
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.
assess Assess Profile ~33
Assess one composition profile and return one assessment_result document.
| Name | Type | Req | Description |
|---|---|---|---|
| profile | string | yes | Local path to one composition profile YAML file. |
No output schema declared.
No examples provided.
capabilities Get 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 Compare Assessments ~74
Compare exactly two assessment_result documents and optionally apply an analyst-authored alignment file.
| Name | Type | Req | Description |
|---|---|---|---|
| alignment | string | — | Optional local path to one alignment YAML file. |
| left_assessment | string | yes | Local path to the left assessment_result JSON document. |
| right_assessment | string | yes | Local path to the right assessment_result JSON document. |
No output schema declared.
No examples provided.
coverage Assess Use-Case Coverage ~53
Assess one use case against one composition profile and return one coverage_result document.
| Name | Type | Req | Description |
|---|---|---|---|
| profile | string | yes | Local path to one composition profile YAML file. |
| use_case | string | yes | Local path to one use-case YAML file. |
No output schema declared.
No examples provided.
prioritize Prioritize Improvement Targets ~68
Rank improvement targets from one assessment_result document plus optional downstream result documents.
| Name | Type | Req | Description |
|---|---|---|---|
| assessment | string | yes | 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. |
No output schema declared.
No examples provided.
recommend_composition Recommend Composition ~87
Recommend a deterministic combined composition from two assessment results.
| Name | Type | Req | Description |
|---|---|---|---|
| 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 | yes | Local path to the left assessment_result JSON document. |
| right_assessment | string | yes | Local path to the right assessment_result JSON document. |
No output schema declared.
No examples provided.
schema Get Schema ~20
Return one bundled JSON Schema.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | — |
No output schema declared.
No examples provided.
summarize Summarize Results ~38
Create one deterministic summary_result document from one or more existing result JSON documents.
| Name | Type | Req | Description |
|---|---|---|---|
| result | array | yes | One or more local paths to result JSON documents. |
No output schema declared.
No examples provided.
template Get Template ~21
Return one bundled YAML template document.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | — |
No output schema declared.
No examples provided.
vocabulary Get Vocabulary ~21
Return one bundled controlled vocabulary document.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | — |
No output schema declared.
No examples provided.