II.
LibraryProcess JSON
Structured · livelib-process:security-research--vulnerability-research-workflow
vulnerability-research-workflow json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:security-research--vulnerability-research-workflow",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "vulnerability-research-workflow",
"description": "Comprehensive process for systematic vulnerability discovery in target applications or systems.\nCovers target analysis, reconnaissance, testing methodologies, vulnerability validation, and documentation\nfollowing industry standards like OWASP Testing Guide and PTES.",
"libraryPath": "library/specializations/security-research/vulnerability-research-workflow.js",
"specialization": "security-research",
"references": [
"- OWASP Testing Guide: https://owasp.org/www-project-web-security-testing-guide/\n- PTES: https://www.pentest-standard.org/\n- CWE Top 25: https://cwe.mitre.org/top25/"
],
"example": "const result = await orchestrate('specializations/security-research/vulnerability-research-workflow', {\n projectName: 'Web Application Security Research',\n targetScope: {\n applications: ['https://app.target.com'],\n apis: ['https://api.target.com'],\n codebase: 'https://github.com/target/app'\n },\n authorizationType: 'bug-bounty',\n testingMethodology: 'OWASP'\n});",
"usesAgents": [
"vuln-researcher",
"security-report-writer"
]
},
"outgoingEdges": [
{
"from": "lib-process:security-research--vulnerability-research-workflow",
"to": "domain:cybersecurity",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:security-research--vulnerability-research-workflow",
"to": "workflow:vulnerability-management",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:security-research--vulnerability-research-workflow",
"to": "specialization:security-research",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
},
{
"from": "lib-process:security-research--vulnerability-research-workflow",
"to": "lib-agent:security-research--vuln-researcher",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:security-research--vulnerability-research-workflow",
"to": "lib-agent:security-research--security-report-writer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}