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.

io.github.ParadoxInfinite/oriel

OCI · GHCR.IO/PARADOXINFINITE/ORIEL:0.7.0 · SCANNED AUG 3

Safety-gated AI control of Docker and Colima: containers, images, volumes, networks, Compose.

−2 this week 45 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 & Transparency45
Schema Quality & AI Usability85
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 775 tokens (~27/item across 28 items; 28 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
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/paradoxinfinite/oriel:0.7.0

# add to Claude Code
claude mcp add paradoxinfinite-oriel -- docker run --rm -i ghcr.io/paradoxinfinite/oriel:0.7.0
# add to Codex CLI
codex mcp add paradoxinfinite-oriel -- docker run --rm -i ghcr.io/paradoxinfinite/oriel:0.7.0
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "paradoxinfinite-oriel": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/paradoxinfinite/oriel:0.7.0"
      ],
      "enabled": true
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  paradoxinfinite-oriel:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/paradoxinfinite/oriel:0.7.0"]
// mcp.json
{
  "mcpServers": {
    "paradoxinfinite-oriel": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/paradoxinfinite/oriel:0.7.0"
      ]
    }
  }
}
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.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

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

    First indexed and scored.

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/paradoxinfinite/oriel:0.7.0

Provenance none

Ecosystem: oci · Outcome: none

Reason: no_attestation

MCP tools — 28 exposed · ~775 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
colima.restart ~29

Restart the Colima VM, this bounces every container on it (destructive, modifies state)

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

colima.start ~15

Start the Colima VM

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

colima.status ~21

Colima VM status: runtime, resources and docker socket

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

colima.stop ~28

Stop the Colima VM, this stops every container on it (destructive, modifies state)

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

container.inspect ~28

Full container detail; env values are masked

NameTypeReqDescription
idstringyescontainer id or name

No output schema declared.

No examples provided.

container.list ~16

List all containers with state and ports

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

container.logs ~46

Return the most recent log lines (no follow)

NameTypeReqDescription
idstringyescontainer id or name
tailnumbernumber of trailing lines to return (default 100)

No output schema declared.

No examples provided.

container.remove ~42

Remove a container (destructive, modifies state)

NameTypeReqDescription
forcebooleanforce removal of a running container
idstringyescontainer id or name

No output schema declared.

No examples provided.

container.restart ~23

Restart a container

NameTypeReqDescription
idstringyescontainer id or name

No output schema declared.

No examples provided.

container.start ~24

Start a stopped container

NameTypeReqDescription
idstringyescontainer id or name

No output schema declared.

No examples provided.

container.stop ~24

Stop a running container

NameTypeReqDescription
idstringyescontainer id or name

No output schema declared.

No examples provided.

docker.env ~38

DOCKER_HOST + Testcontainers socket override for this machine's docker socket, fixes tools that default to /var/run/docker.sock and miss colima

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

image.list ~18

List images with repo tags, size and age

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

image.prune ~19

Remove dangling images (destructive, modifies state)

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

image.remove ~42

Remove an image (destructive, modifies state)

NameTypeReqDescription
forcebooleanforce removal even if in use
idstringyesimage id or reference

No output schema declared.

No examples provided.

image.tag ~38

Add a repository:tag to an image

NameTypeReqDescription
idstringyesimage id
refstringyesnew repository:tag reference

No output schema declared.

No examples provided.

network.list ~15

List networks with driver and scope

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

network.remove ~29

Remove a network (destructive, modifies state)

NameTypeReqDescription
idstringyesnetwork id or name

No output schema declared.

No examples provided.

stack.alias ~55

Set or clear the Oriel display alias for a compose project (display only; the real project name is unchanged)

NameTypeReqDescription
aliasstringdisplay alias; empty clears it
namestringyesreal compose project name

No output schema declared.

No examples provided.

stack.down ~37

Stop and remove a compose project's containers and networks (destructive, modifies state)

NameTypeReqDescription
namestringyescompose project (stack) name

No output schema declared.

No examples provided.

stack.restart ~26

Restart a compose project

NameTypeReqDescription
namestringyescompose project (stack) name

No output schema declared.

No examples provided.

stack.start ~27

Start a stopped compose project

NameTypeReqDescription
namestringyescompose project (stack) name

No output schema declared.

No examples provided.

stack.stop ~27

Stop a running compose project

NameTypeReqDescription
namestringyescompose project (stack) name

No output schema declared.

No examples provided.

stacks.list ~19

List Docker Compose projects with their running/total counts

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

system.df ~18

Docker disk usage across images, containers and volumes

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

volume.list ~16

List volumes with driver and mountpoint

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

volume.prune ~19

Remove unused volumes (destructive, modifies state)

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

volume.remove ~36

Remove a volume (destructive, modifies state)

NameTypeReqDescription
forcebooleanforce removal
namestringyesvolume name

No output schema declared.

No examples provided.