II.
LibraryProcess JSON
Structured · livelib-process:security-research--supply-chain-security
supply-chain-security json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": []
}