docker-best-practices

Fail

Audited by Runlayer on Feb 21, 2026

Risk Level: HIGH
Scan Summary
Max Score
95%
Files
1
Flagged
1
Chunks
2
Flagged Files (1)
SKILL.mdHIGH
95.2%

Malicious tool definition detected

Tool: SKILL.md [1/2] Description: --- name: docker-best-practices description: Comprehensive Docker best practices for images, containers, and production deployments --- ## 🚨 CRITICAL GUIDELINES ### Windows File Path Requirements **MANDATORY: Always Use Backslashes on Windows for File Paths** When using Edit or Write tools on Windows, you MUST use backslashes (`\`) in file paths, NOT forward slashes (`/`).

Tool: SKILL.md [2/2] Description: image) docker run --env-file /secure/.env my-app ``` ### Monitoring & Observability ```yaml services: app: # Health checks healthcheck: test: ["CMD", "curl", "-f", "http://localhost/health"] interval: 30s # Labels for monitoring tools labels: - "prometheus.io/scrape=true" - "prometheus.io/port=9090" - "com.company.team=backend" - "com.company.version=1.2.3" # Logging logging: driver: "json-file" options: max-size: "10m" max-file: "3" ``` ### Backup Strategy ```b

Audit Metadata
Max File Score
95%
Classification
UNKNOWN_SERVER
Files Scanned
1
Files Flagged
1
Chunks Analyzed
2
Analyzed
Feb 21, 2026, 12:20 PM
Security Audit — runlayer — docker-best-practices