Docker Ctl
Analysis
This is a narrow, read-only container inspection skill, with minor notes that it can read container logs/metadata and references a docker-ctl command that the artifacts do not install.
Findings (2)
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.
# View container logs docker-ctl logs <container> # Inspect a container docker-ctl inspect <container>
The skill gives the agent commands to read local container logs and metadata. This is expected for the stated purpose, but such output may include sensitive runtime details or environment configuration.
"requires": { "bins": ["podman"] },
"install": []
...
docker-ctl psThe metadata requires podman and declares no install step, while the documented examples invoke `docker-ctl`. That command's source is not established by the supplied artifacts.
