II.
LibraryProcess JSON
Structured · livelib-process:security-research--cloud-security-research
cloud-security-research json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:security-research--cloud-security-research",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "cloud-security-research",
"description": "Security research for cloud infrastructure and services covering AWS, Azure, GCP\nmisconfigurations, IAM analysis, serverless security, and container security using cloud-native\nsecurity tools and frameworks.",
"libraryPath": "library/specializations/security-research/cloud-security-research.js",
"specialization": "security-research",
"references": [
"- AWS Security Best Practices: https://aws.amazon.com/security/\n- Prowler: https://github.com/prowler-cloud/prowler\n- ScoutSuite: https://github.com/nccgroup/ScoutSuite"
],
"example": "const result = await orchestrate('specializations/security-research/cloud-security-research', {\n projectName: 'AWS Infrastructure Security',\n cloudProvider: 'aws',\n targetScope: { accountId: '123456789012', regions: ['us-east-1', 'us-west-2'] }\n});",
"usesAgents": [
"cloud-security-researcher",
"security-report-writer"
]
},
"outgoingEdges": [
{
"from": "lib-process:security-research--cloud-security-research",
"to": "domain:cybersecurity",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:security-research--cloud-security-research",
"to": "workflow:vulnerability-management",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:security-research--cloud-security-research",
"to": "specialization:security-research",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
},
{
"from": "lib-process:security-research--cloud-security-research",
"to": "lib-agent:security-research--cloud-security-researcher",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:security-research--cloud-security-research",
"to": "lib-agent:security-research--security-report-writer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}