II.
LibraryProcess JSON
Structured · livelib-process:legal--data-breach-response
data-breach-response json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:legal--data-breach-response",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "data-breach-response",
"description": "Data Breach Response - Establish incident detection, assessment, containment, notification,\nand remediation procedures for data breaches.",
"libraryPath": "library/specializations/domains/business/legal/data-breach-response.js",
"specialization": "legal",
"references": [
"- OneTrust Breach Management: https://www.onetrust.com/\n- GDPR Art 33/34: https://gdpr.eu/article-33-notification-of-a-personal-data-breach/"
],
"example": "const result = await orchestrate('specializations/domains/business/legal/data-breach-response', {\n incidentId: 'BRE-2024-001',\n action: 'respond',\n incidentDetails: { type: 'unauthorized-access', affectedRecords: 5000, personalData: true },\n outputDir: 'breach-response'\n});",
"usesAgents": [
"privacy-specialist"
]
},
"outgoingEdges": [
{
"from": "lib-process:legal--data-breach-response",
"to": "skill-area:financial-regulation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:legal--data-breach-response",
"to": "skill-area:compliance-automation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:legal--data-breach-response",
"to": "domain:legal",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:legal--data-breach-response",
"to": "role:legal-counsel",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:legal--data-breach-response",
"to": "role:compliance-officer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:legal--data-breach-response",
"to": "workflow:contract-lifecycle",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:legal--data-breach-response",
"to": "workflow:compliance-audit",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:legal--data-breach-response",
"to": "specialization:legal-compliance",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:legal--data-breach-response",
"to": "specialization:legal",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}