iiRecord
Agentic AI Atlas · container-security-research
lib-process:security-research--container-security-researcha5c.ai
II.
LibraryProcess JSON

lib-process:security-research--container-security-research

Structured · live

container-security-research json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · generated-library/processes.yamlCluster · generated-library
Record JSON
{
  "id": "lib-process:security-research--container-security-research",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "container-security-research",
    "description": "Security research for containerized environments including Docker and Kubernetes.\nCovers image security, runtime security, orchestration misconfigurations, and supply chain\nsecurity using Trivy, Falco, and kube-bench.",
    "libraryPath": "library/specializations/security-research/container-security-research.js",
    "specialization": "security-research",
    "references": [
      "- CIS Docker Benchmark: https://www.cisecurity.org/benchmark/docker\n- CIS Kubernetes Benchmark: https://www.cisecurity.org/benchmark/kubernetes\n- Trivy: https://aquasecurity.github.io/trivy/"
    ],
    "example": "const result = await orchestrate('specializations/security-research/container-security-research', {\n  projectName: 'K8s Cluster Security',\n  targetScope: { clusterName: 'production', namespaces: ['default', 'app'] },\n  containerRuntime: 'containerd'\n});",
    "usesAgents": [
      "cloud-security-researcher",
      "security-report-writer"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:security-research--container-security-research",
      "to": "domain:cybersecurity",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:security-research--container-security-research",
      "to": "workflow:vulnerability-management",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:security-research--container-security-research",
      "to": "specialization:security-research",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    },
    {
      "from": "lib-process:security-research--container-security-research",
      "to": "lib-agent:security-research--cloud-security-researcher",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    },
    {
      "from": "lib-process:security-research--container-security-research",
      "to": "lib-agent:security-research--security-report-writer",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    }
  ],
  "incomingEdges": []
}