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.
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 & Transparency45
- 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
- Clear OSI-approved license (Apache-2.0).Pass
- Actively maintained (last published 38 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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.
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
claude mcp add paradoxinfinite-oriel -- docker run --rm -i ghcr.io/paradoxinfinite/oriel:0.7.0
codex mcp add paradoxinfinite-oriel -- docker run --rm -i ghcr.io/paradoxinfinite/oriel:0.7.0
{
"$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
}
}
} mcp_servers:
paradoxinfinite-oriel:
command: "docker"
args: ["run", "--rm", "-i", "ghcr.io/paradoxinfinite/oriel:0.7.0"] {
"mcpServers": {
"paradoxinfinite-oriel": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/paradoxinfinite/oriel:0.7.0"
]
}
}
} 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.
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
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.
colima.restart Restart Colima ~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 Start Colima ~15
Start the Colima VM
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
colima.status 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 Stop Colima ~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 Inspect container ~28
Full container detail; env values are masked
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | container id or name |
No output schema declared.
No examples provided.
container.list List containers ~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 Read container logs ~46
Return the most recent log lines (no follow)
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | container id or name |
| tail | number | — | number of trailing lines to return (default 100) |
No output schema declared.
No examples provided.
container.remove Remove container ~42
Remove a container (destructive, modifies state)
| Name | Type | Req | Description |
|---|---|---|---|
| force | boolean | — | force removal of a running container |
| id | string | yes | container id or name |
No output schema declared.
No examples provided.
container.restart Restart container ~23
Restart a container
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | container id or name |
No output schema declared.
No examples provided.
container.start Start container ~24
Start a stopped container
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | container id or name |
No output schema declared.
No examples provided.
container.stop Stop container ~24
Stop a running container
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | container id or name |
No output schema declared.
No examples provided.
docker.env Docker connection 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 List images ~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 Prune images ~19
Remove dangling images (destructive, modifies state)
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
image.remove Remove image ~42
Remove an image (destructive, modifies state)
| Name | Type | Req | Description |
|---|---|---|---|
| force | boolean | — | force removal even if in use |
| id | string | yes | image id or reference |
No output schema declared.
No examples provided.
image.tag Tag image ~38
Add a repository:tag to an image
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | image id |
| ref | string | yes | new repository:tag reference |
No output schema declared.
No examples provided.
network.list List networks ~15
List networks with driver and scope
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
network.remove Remove network ~29
Remove a network (destructive, modifies state)
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | network id or name |
No output schema declared.
No examples provided.
stack.alias Rename stack in Oriel ~55
Set or clear the Oriel display alias for a compose project (display only; the real project name is unchanged)
| Name | Type | Req | Description |
|---|---|---|---|
| alias | string | — | display alias; empty clears it |
| name | string | yes | real compose project name |
No output schema declared.
No examples provided.
stack.down Take stack down ~37
Stop and remove a compose project's containers and networks (destructive, modifies state)
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | compose project (stack) name |
No output schema declared.
No examples provided.
stack.restart Restart stack ~26
Restart a compose project
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | compose project (stack) name |
No output schema declared.
No examples provided.
stack.start Start stack ~27
Start a stopped compose project
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | compose project (stack) name |
No output schema declared.
No examples provided.
stack.stop Stop stack ~27
Stop a running compose project
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | compose project (stack) name |
No output schema declared.
No examples provided.
stacks.list List compose stacks ~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 Disk usage ~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 List volumes ~16
List volumes with driver and mountpoint
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
volume.prune Prune volumes ~19
Remove unused volumes (destructive, modifies state)
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
volume.remove Remove volume ~36
Remove a volume (destructive, modifies state)
| Name | Type | Req | Description |
|---|---|---|---|
| force | boolean | — | force removal |
| name | string | yes | volume name |
No output schema declared.
No examples provided.