II.
LibraryProcess JSON
Structured · livelib-process:security-research--security-research-publication
security-research-publication json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:security-research--security-research-publication",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "security-research-publication",
"description": "Process for conducting and publishing security research including methodology\ndocumentation, peer review, responsible disclosure coordination, and conference or blog publication.",
"libraryPath": "library/specializations/security-research/security-research-publication.js",
"specialization": "security-research",
"references": [
"- Project Zero Blog: https://googleprojectzero.blogspot.com/\n- Black Hat CFP: https://www.blackhat.com/call-for-papers.html\n- DEF CON CFP: https://defcon.org/html/defcon-call-for-papers.html"
],
"example": "const result = await orchestrate('specializations/security-research/security-research-publication', {\n projectName: 'Novel Cache Timing Attack',\n researchTopic: 'side-channel-attack',\n publicationType: 'conference'\n});",
"usesAgents": [
"security-report-writer",
"vuln-researcher"
]
},
"outgoingEdges": [
{
"from": "lib-process:security-research--security-research-publication",
"to": "domain:cybersecurity",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:security-research--security-research-publication",
"to": "workflow:vulnerability-management",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:security-research--security-research-publication",
"to": "specialization:security-research",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
},
{
"from": "lib-process:security-research--security-research-publication",
"to": "lib-agent:security-research--security-report-writer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:security-research--security-research-publication",
"to": "lib-agent:security-research--vuln-researcher",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}