Docker Pilot
Analysis
Docker Pilot is a coherent instruction-only Docker management skill with clear safety gates, but users should remember it can guide high-impact Docker operations.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
docker rm CONTAINER ... docker rmi IMAGE ... docker volume rm VOLUME ... docker system prune --volumes ... docker compose down -v
The skill documents Docker commands that can stop services, remove containers/images, and delete volumes. This is expected for a Docker operations skill, and the same section requires explicit confirmation before destructive actions.
Install both for full coverage: - `clawhub install docker` ... - `clawhub install docker-pilot`
The documentation recommends installing a separate companion skill. This is disclosed and purpose-aligned, but the companion skill is outside the provided artifact set.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
"requires": { "bins": ["docker"] }The skill requires access to the local Docker CLI. Docker access is powerful because it can manage containers, images, volumes, and networks under the user's Docker permissions.
