Docker Compose

PassAudited by ClawScan on May 1, 2026.

Overview

This is an instruction-only Docker Compose guidance skill with purpose-aligned Docker command references and explicit warnings about data-loss options.

This skill appears safe to install as Docker Compose guidance. Treat its command examples as educational and review any Docker command before running it, especially commands that remove containers or volumes.

Findings (1)

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.

What this means

If a user or agent applies destructive Docker Compose options without care, local container data could be deleted.

Why it was flagged

The skill references a Docker Compose option that can delete persistent data, but it presents this as a warning rather than encouraging its use.

Skill content
`docker compose down -v` DELETES ALL VOLUMES—data loss
Recommendation

Review Docker Compose commands before running them, especially options like `-v`, and back up important volumes before destructive operations.