docker-management — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited docker-management (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Use this skill when you need to manage Docker containers, inspect logs, run commands inside containers, or check resource usage.
| Tool | What it does |
|---|---|
list_containers | List running (or all) containers with status, ports, image |
container_logs | Get recent logs from a container |
start_container | Start a stopped container |
stop_container | Stop a running container |
restart_container | Restart a container |
remove_container | Remove a container (optional force) |
exec_command | Execute a command inside a running container |
container_stats | Get live CPU, memory, and network stats |
list_images | List all Docker images on the host |
remove_image | Remove a Docker image |
list_containers to see what's runningcontainer_logs first, then exec_command to investigatecontainer_stats to check resource usage when diagnosing performance issueslist_containers shows only running containers by default — pass all: true for stopped ones toocontainer_logs returns the last N lines — pass tail to control how manyexec_command runs inside a running container — the container must be started firstremove_container with force: true stops and removes in one stepcontainer_stats before restarting to understand if the issue is resource-related~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.