audit_dockerfile
Run the full security & quality audit against a Dockerfile.
Provide exactly one of `dockerfile_content` (paste the Dockerfile) or
`dockerfile_url` (public HTTPS URL — GitHub raw, gist, etc.). Returns
findings with severity, line number, remediation, and a fix snippet.
check_base_image
Run only the base_image checks against a Dockerfile.
check_instructions
Run only the instructions checks against a Dockerfile.
check_security
Run only the security checks against a Dockerfile.
check_efficiency
Run only the efficiency checks against a Dockerfile.
check_secrets
Run only the secrets checks against a Dockerfile.