io.github.Dave-London/pare-docker
NPM · @PARETOOLS/DOCKER · SCANNED AUG 3
Pare Docker ג€” Structured Docker operations (ps, images, logs, build, compose) as typed JSON.
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 Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency97
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Cryptographically verified build provenance (signed, bound to Dave-London/Pare). View diagnostics → Pass
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 4 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability76
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 1485 tokens (~114/item across 13 items; 13 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
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
- Structured output schemas are declared (100% of tools); any adoption earns full credit.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.
npm · @paretools/docker
claude mcp add dave-london-pare-docker -- npx -y @paretools/docker
codex mcp add dave-london-pare-docker -- npx -y @paretools/docker
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"dave-london-pare-docker": {
"type": "local",
"command": [
"npx",
"-y",
"@paretools/docker"
],
"enabled": true
}
}
} openclaw mcp add dave-london-pare-docker --command npx --arg -y --arg @paretools/docker
mcp_servers:
dave-london-pare-docker:
command: "npx"
args: ["-y", "@paretools/docker"] {
"mcpServers": {
"dave-london-pare-docker": {
"command": "npx",
"args": [
"-y",
"@paretools/docker"
]
}
}
} 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 +50
- Install scripts: unverified → pass ▲ security
- Provenance: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- The attested source repository moved: Dave-London/Pare security
- Schema quality: unverified → excellent ▲ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- Licence: MIT functional
- 1 Aug 26 +5
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- MCP protocol: unverified → pass ▲ functional
- 31 Jul 26 −7
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 27 Jul 26 46
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 npm/@paretools/[email protected]
Provenance verified
Ecosystem: npm · Outcome: verified
Reason: verified
- Source repo:
- Dave-London/Pare
- Certificate issuer:
- https://token.actions.githubusercontent.com
- Certificate SAN:
- https://github.com/Dave-London/Pare/.github/workflows/release.yml@refs/heads/main
- Rekor log index:
- 952352676
- Predicate type:
- https://slsa.dev/provenance/v1
- Subject digest:
- sha512:8c797059f0c6009c5043a2bc94f2822f7aa330bf8036dd18a842e59f7c97f03a4192c0f405e3939b0b0ae74245103ba527ef435709bd8e7dd843b7101
- Discovery method:
- attestation_endpoint
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
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.
build Docker Build ~118
Builds a Docker image and returns structured build results including image ID, duration, and errors. Use instead of running `docker build` in the terminal.
| Name | Type | Req | Description |
|---|---|---|---|
| args | array | — | Additional build arguments |
| compact | boolean | — | Auto-compact when structured output exceeds raw CLI tokens. Set false to always get full schema. |
| file | string | — | Dockerfile path (default: Dockerfile) |
| path | string | — | Build context path (default: cwd) |
| tag | string | — | Image tag (e.g., myapp:latest) |
| Name | Type | Req | Description |
|---|---|---|---|
| duration | number | yes | — |
| errors | array | yes | — |
| imageId | string | — | — |
| steps | number | — | — |
| success | boolean | yes | — |
No examples provided.
compose-down Docker Compose Down ~114
Stops Docker Compose services and returns structured status. Use instead of running `docker compose down` in the terminal.
| Name | Type | Req | Description |
|---|---|---|---|
| compact | boolean | — | Auto-compact when structured output exceeds raw CLI tokens. Set false to always get full schema. |
| file | string | — | Compose file path (default: docker-compose.yml) |
| path | string | yes | Directory containing docker-compose.yml |
| removeOrphans | boolean | — | Remove orphan containers (default: false) |
| volumes | boolean | — | Also remove named volumes (default: false) |
| Name | Type | Req | Description |
|---|---|---|---|
| removed | number | yes | — |
| stopped | number | yes | — |
| success | boolean | yes | — |
No examples provided.
compose-ps Docker Compose PS ~74
Lists Docker Compose services with structured state and status information. Use instead of running `docker compose ps` in the terminal.
| Name | Type | Req | Description |
|---|---|---|---|
| compact | boolean | — | Auto-compact when structured output exceeds raw CLI tokens. Set false to always get full schema. |
| path | string | — | Directory containing docker-compose.yml (default: cwd) |
| Name | Type | Req | Description |
|---|---|---|---|
| services | array | yes | — |
| total | number | yes | — |
No examples provided.
compose-up Docker Compose Up ~127
Starts Docker Compose services and returns structured status. Use instead of running `docker compose up` in the terminal.
| Name | Type | Req | Description |
|---|---|---|---|
| build | boolean | — | Build images before starting (default: false) |
| compact | boolean | — | Auto-compact when structured output exceeds raw CLI tokens. Set false to always get full schema. |
| detach | boolean | — | Run in background (default: true) |
| file | string | — | Compose file path (default: docker-compose.yml) |
| path | string | yes | Directory containing docker-compose.yml |
| services | array | — | Specific services to start (default: all) |
| Name | Type | Req | Description |
|---|---|---|---|
| services | array | yes | — |
| started | number | yes | — |
| success | boolean | yes | — |
No examples provided.
exec Docker Exec ~147
Executes arbitrary commands inside a running Docker container and returns structured output. Use instead of running `docker exec` in the terminal. WARNING: This runs arbitrary commands inside the container. Only use on trusted containers.
| Name | Type | Req | Description |
|---|---|---|---|
| command | array | yes | Command to execute (e.g., ["ls", "-la"]) |
| compact | boolean | — | Auto-compact when structured output exceeds raw CLI tokens. Set false to always get full schema. |
| container | string | yes | Container name or ID |
| env | array | — | Environment variables (e.g., ["KEY=VALUE"]) |
| path | string | — | Host working directory (default: cwd) |
| workdir | string | — | Working directory inside the container |
| Name | Type | Req | Description |
|---|---|---|---|
| exitCode | number | yes | — |
| stderr | string | yes | — |
| stdout | string | yes | — |
| success | boolean | yes | — |
No examples provided.
images Docker Images ~94
Lists Docker images with structured repository, tag, size, and creation info. Use instead of running `docker images` in the terminal.
| Name | Type | Req | Description |
|---|---|---|---|
| all | boolean | — | Show all images including intermediates |
| compact | boolean | — | Auto-compact when structured output exceeds raw CLI tokens. Set false to always get full schema. |
| filter | string | — | Filter by reference (e.g., 'myapp', 'nginx:*') |
| Name | Type | Req | Description |
|---|---|---|---|
| images | array | yes | — |
| total | number | yes | — |
No examples provided.
inspect Docker Inspect ~88
Shows detailed container or image information with structured state, image, and platform data. Use instead of running `docker inspect` in the terminal.
| Name | Type | Req | Description |
|---|---|---|---|
| compact | boolean | — | Auto-compact when structured output exceeds raw CLI tokens. Set false to always get full schema. |
| path | string | — | Working directory (default: cwd) |
| target | string | yes | Container or image name/ID to inspect |
| Name | Type | Req | Description |
|---|---|---|---|
| created | string | yes | — |
| id | string | yes | — |
| image | string | yes | — |
| name | string | yes | — |
| platform | string | — | — |
| state | object | yes | — |
No examples provided.
logs Docker Logs ~134
Retrieves container logs as structured line arrays. Use instead of running `docker logs` in the terminal.
| Name | Type | Req | Description |
|---|---|---|---|
| compact | boolean | — | Auto-compact when structured output exceeds raw CLI tokens. Set false to always get full schema. |
| container | string | yes | Container name or ID |
| limit | number | — | Max lines in structured output (default: 100). Lines beyond this are truncated with isTruncated flag. |
| since | string | — | Show logs since timestamp (e.g., '10m', '2024-01-01') |
| tail | number | — | Number of lines to return (default: 100) |
| Name | Type | Req | Description |
|---|---|---|---|
| container | string | yes | — |
| isTruncated | boolean | — | — |
| lines | array | yes | — |
| total | number | yes | — |
| totalLines | number | — | — |
No examples provided.
network-ls Docker Network LS ~70
Lists Docker networks with structured driver and scope information. Use instead of running `docker network ls` in the terminal.
| Name | Type | Req | Description |
|---|---|---|---|
| compact | boolean | — | Auto-compact when structured output exceeds raw CLI tokens. Set false to always get full schema. |
| path | string | — | Working directory (default: cwd) |
| Name | Type | Req | Description |
|---|---|---|---|
| networks | array | yes | — |
| total | number | yes | — |
No examples provided.
ps Docker PS ~74
Lists Docker containers with structured status, ports, and state information. Use instead of running `docker ps` in the terminal.
| Name | Type | Req | Description |
|---|---|---|---|
| all | boolean | — | Show all containers (default: true, includes stopped) |
| compact | boolean | — | Auto-compact when structured output exceeds raw CLI tokens. Set false to always get full schema. |
| Name | Type | Req | Description |
|---|---|---|---|
| containers | array | yes | — |
| running | number | yes | — |
| stopped | number | yes | — |
| total | number | yes | — |
No examples provided.
pull Docker Pull ~120
Pulls a Docker image from a registry and returns structured result with digest info. Use instead of running `docker pull` in the terminal.
| Name | Type | Req | Description |
|---|---|---|---|
| compact | boolean | — | Auto-compact when structured output exceeds raw CLI tokens. Set false to always get full schema. |
| image | string | yes | Image to pull (e.g., nginx:latest, ubuntu:22.04) |
| path | string | — | Working directory (default: cwd) |
| platform | string | — | Target platform (e.g., "linux/amd64", "linux/arm64") |
| Name | Type | Req | Description |
|---|---|---|---|
| digest | string | — | — |
| image | string | yes | — |
| success | boolean | yes | — |
| tag | string | yes | — |
No examples provided.
run Docker Run ~202
Runs a Docker container from an image and returns structured container ID and status. Use instead of running `docker run` in the terminal.
| Name | Type | Req | Description |
|---|---|---|---|
| command | array | — | Command to run in the container |
| compact | boolean | — | Auto-compact when structured output exceeds raw CLI tokens. Set false to always get full schema. |
| detach | boolean | — | Run container in background (default: true) |
| env | array | — | Environment variables (e.g., ["KEY=VALUE"]) |
| image | string | yes | Docker image to run (e.g., nginx:latest) |
| name | string | — | Container name |
| path | string | — | Working directory (default: cwd) |
| ports | array | — | Port mappings (e.g., ["8080:80", "443:443"]) |
| rm | boolean | — | Remove container after exit (default: false) |
| volumes | array | — | Volume mounts (e.g., ["/host/path:/container/path"]) |
| Name | Type | Req | Description |
|---|---|---|---|
| containerId | string | yes | — |
| detached | boolean | yes | — |
| image | string | yes | — |
| name | string | — | — |
No examples provided.
volume-ls Docker Volume LS ~74
Lists Docker volumes with structured driver, mountpoint, and scope information. Use instead of running `docker volume ls` in the terminal.
| Name | Type | Req | Description |
|---|---|---|---|
| compact | boolean | — | Auto-compact when structured output exceeds raw CLI tokens. Set false to always get full schema. |
| path | string | — | Working directory (default: cwd) |
| Name | Type | Req | Description |
|---|---|---|---|
| total | number | yes | — |
| volumes | array | yes | — |
No examples provided.