II.
Workflow JSON
Structured · liveworkflow:security-review
Security Review json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:security-review",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-security.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Security Review",
"workflowKind": "security",
"triggerType": "event-driven",
"typicalCadence": "per-pull-request",
"complexity": "single-team",
"description": "Evaluates code changes and infrastructure modifications for security\nvulnerabilities, compliance gaps, and threat-model alignment.\n"
},
"outgoingEdges": [
{
"from": "workflow:security-review",
"to": "role:security-reviewer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:security-review",
"to": "role:code-reviewer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:security-review",
"to": "skill-area:oauth-flows",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:security-review",
"to": "skill-area:webhook-verification",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:security-review",
"to": "domain:cybersecurity",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:security-review",
"to": "domain:security",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:security-review",
"to": "responsibility:run-security-scans",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:security-review",
"to": "responsibility:review-prs-merge-decisions",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:security-review",
"to": "org-unit:security-team",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:security-review",
"to": "role:security-reviewer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:security-review",
"to": "role:code-reviewer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:security-review",
"to": "skill-area:oauth-flows",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:security-review",
"to": "skill-area:webhook-verification",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:security-review",
"to": "domain:cybersecurity",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:security-review",
"to": "domain:security",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:security-review",
"to": "responsibility:run-security-scans",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:security-review",
"to": "responsibility:review-prs-merge-decisions",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:security-review",
"to": "org-unit:security-team",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "stack-profile:healthcare-hipaa-compliant",
"to": "workflow:security-review",
"kind": "follows_workflow"
},
{
"from": "stack-profile:government-portal",
"to": "workflow:security-review",
"kind": "follows_workflow"
}
]
}