audit_compose
Run the full security audit against a docker-compose.yml.
Provide exactly one of `compose_content` (paste the YAML) or `compose_url`
(public HTTPS URL — e.g. a GitHub raw URL). Returns findings grouped by
category, each with severity, description, remediation, and a YAML fix snippet.
check_privilege
Run only the privilege checks against a docker-compose.yml.
check_network
Run only the network checks against a docker-compose.yml.
check_filesystem
Run only the filesystem checks against a docker-compose.yml.
check_secrets
Run only the secrets checks against a docker-compose.yml.
check_resources
Run only the resources checks against a docker-compose.yml.