iiRecord
Agentic AI Atlas · supply-chain-security
lib-process:security-research--supply-chain-securitya5c.ai
II.
LibraryProcess JSON

lib-process:security-research--supply-chain-security

Structured · live

supply-chain-security 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--supply-chain-security",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "supply-chain-security",
    "description": "Analysis of software supply chain security including dependency analysis, build system\nsecurity, artifact integrity verification, and third-party component risk assessment using\nSBOM generation and vulnerability databases.",
    "libraryPath": "library/specializations/security-research/supply-chain-security.js",
    "specialization": "security-research",
    "references": [
      "- SLSA: https://slsa.dev/\n- Sigstore: https://www.sigstore.dev/\n- SBOM: https://www.cisa.gov/sbom"
    ],
    "example": "const result = await orchestrate('specializations/security-research/supply-chain-security', {\n  projectName: 'NPM Supply Chain Analysis',\n  projectPath: '/path/to/project',\n  ecosystems: ['npm', 'docker']\n});",
    "usesAgents": [
      "hardware-security-researcher",
      "security-report-writer"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:security-research--supply-chain-security",
      "to": "domain:cybersecurity",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:security-research--supply-chain-security",
      "to": "workflow:vulnerability-management",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:security-research--supply-chain-security",
      "to": "specialization:security-research",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    },
    {
      "from": "lib-process:security-research--supply-chain-security",
      "to": "lib-agent:security-research--hardware-security-researcher",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    },
    {
      "from": "lib-process:security-research--supply-chain-security",
      "to": "lib-agent:security-research--security-report-writer",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    }
  ],
  "incomingEdges": []
}