{
  "slug": "audit-world-readable-secrets",
  "title": "Find World-Readable Secret-Looking Files",
  "fixture": "containers/permission-ownership-audit-lab",
  "command_count": 2,
  "container_tool": "docker",
  "image": "localhost/linuxoneliners-lab:latest",
  "exit_code": 0,
  "elapsed_ms": 190,
  "stdout": "::fixture-ready::\n$ find fixtures/perm-audit -type f \\( -iname '*secret*' -o -iname '*.env' -o -iname '*token*' -o -iname '*key*' \\) -printf '%M %u:%g %p\\n' | sort\n-rw------- root:root fixtures/perm-audit/shared/secrets/prod.token\n-rw-r----- root:root fixtures/perm-audit/releases/2026-06-25/config/app.env\n-rw-r--r-- root:root fixtures/perm-audit/releases/2026-06-25/config/secret.key\n::exit-code::0\n$ find fixtures/perm-audit -type f -perm -0004 \\( -iname '*secret*' -o -iname '*.env' -o -iname '*token*' -o -iname '*key*' \\) -printf '%M %u:%g %p\\n' | sort\n-rw-r--r-- root:root fixtures/perm-audit/releases/2026-06-25/config/secret.key\n::exit-code::0\n",
  "stderr": "",
  "ok": true,
  "security": {
    "network": "none",
    "capabilities": "dropped",
    "no_new_privileges": true,
    "memory": "256m",
    "cpus": "1",
    "pids_limit": 128,
    "tmpfs": [
      "/tmp",
      "/var"
    ]
  }
}