Clear scores
Production readiness plus focused security and reliability findings.
Upload your AI-generated Docker Compose configuration and get a clear production-readiness and security review before you deploy.
1services:
2 api:
3 image: acme/api:latest
4 volumes:
5 - /var/run/docker.sock:/var/run/docker.sock
6 db:
7 ports: ["5432:5432"]
The gap
AI tools like ChatGPT, Claude and coding agents can generate Docker Compose files in seconds. But a file that looks correct is not automatically:
Example output
Not a wall of generic advice. A prioritized Docker Compose review tied to your configuration.
A compromised container could gain control of the Docker host.
api.volumesThe database may be reachable beyond the private application network.
db.ports:latestDeployments can change without a corresponding configuration change.
2 servicesService health cannot be reliably observed by the orchestrator.
3 servicesSensitive values are embedded in the Compose configuration.
db.environmentDatabase state is mapped to a named volume.
db_dataKey services can recover after a process or host restart.
3 servicesIllustrative sample report. The audit product is currently in validation and is not yet available.
Planned coverage
A focused set of Docker Compose best practices, security checks and production-readiness signals — without pretending static analysis knows your entire infrastructure.
latest tagsWhat you would get
Production readiness plus focused security and reliability findings.
Every finding grouped by severity, with a plain-language explanation.
Actionable recommendations and YAML examples for possible corrections.
Anything that needs context or a human check is clearly marked for manual verification.
No false certainty
The goal is not to provide false certainty. The audit should identify what can be determined from your configuration and clearly mark what still requires human verification.
Simple pricing
No seat pricing, recurring plan or sales call.
One Docker Stack Audit
One-time payment · No subscription
FAQ
The planned flow does not require an account: upload a configuration, pay once and receive the report.
We plan to process uploaded configuration only for the audit and avoid permanent storage. Final retention details will be documented before launch.
No. It is intended as a focused first-pass Docker Compose security check, not a penetration test, architecture review or compliance assessment.
We plan to support the current Compose Specification. Exact compatibility and validation rules will be published before launch.
The first planned version focuses on Compose configuration. Dockerfile analysis may follow if there is enough demand.
No. The planned price is €9.90 for one Docker stack audit, paid once.
Before you ship