II.
LibraryProcess JSON
Structured · livelib-process:security-compliance--stride-threat-modeling
stride-threat-modeling json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:security-compliance--stride-threat-modeling",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "stride-threat-modeling",
"description": "STRIDE Threat Modeling Process - Systematic security threat analysis using Microsoft's STRIDE\nmethodology to identify and mitigate security threats across six categories: Spoofing, Tampering,\nRepudiation, Information Disclosure, Denial of Service, and Elevation of Privilege. Includes architecture\nanalysis, threat identification, risk assessment, and mitigation strategy development.",
"libraryPath": "library/specializations/security-compliance/stride-threat-modeling.js",
"specialization": "security-compliance",
"references": [
"- Microsoft STRIDE Threat Modeling: https://learn.microsoft.com/en-us/azure/security/develop/threat-modeling-tool\n- OWASP Threat Modeling: https://owasp.org/www-community/Threat_Modeling\n- Threat Modeling Manifesto: https://www.threatmodelingmanifesto.org/\n- Microsoft Security Development Lifecycle: https://www.microsoft.com/en-us/securityengineering/sdl/threatmodeling"
],
"example": "const result = await orchestrate('specializations/security-compliance/stride-threat-modeling', {\n system: 'E-commerce Platform',\n architecture: {\n components: ['web-app', 'api-gateway', 'payment-service', 'database'],\n dataFlows: [...],\n trustBoundaries: [...]\n },\n securityRequirements: {\n confidentiality: 'high',\n integrity: 'high',\n availability: 'medium'\n },\n complianceNeeds: ['PCI-DSS', 'GDPR'],\n threatModelingDepth: 'comprehensive' // 'basic', 'standard', 'comprehensive'\n});",
"usesAgents": [
"security-architecture-reviewer-agent",
"general-purpose",
"threat-modeling-agent",
"risk-scoring-agent"
]
},
"outgoingEdges": [
{
"from": "lib-process:security-compliance--stride-threat-modeling",
"to": "domain:security",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:security-compliance--stride-threat-modeling",
"to": "role:data-scientist",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:security-compliance--stride-threat-modeling",
"to": "workflow:vulnerability-management",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:security-compliance--stride-threat-modeling",
"to": "specialization:security-compliance",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
},
{
"from": "lib-process:security-compliance--stride-threat-modeling",
"to": "lib-agent:security-compliance--security-architecture-reviewer-agent",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:security-compliance--stride-threat-modeling",
"to": "lib-agent:security-compliance--threat-modeling-agent",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:security-compliance--stride-threat-modeling",
"to": "lib-agent:security-compliance--risk-scoring-agent",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}