II.
LibraryProcess JSON
Structured · livelib-process:security-research--bug-bounty-workflow
bug-bounty-workflow json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:security-research--bug-bounty-workflow",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "bug-bounty-workflow",
"description": "End-to-end workflow for participating in bug bounty programs from scope review through\nsubmission and reward. Covers target reconnaissance, vulnerability hunting, reporting, and program\ncommunication best practices.",
"libraryPath": "library/specializations/security-research/bug-bounty-workflow.js",
"specialization": "security-research",
"references": [
"- HackerOne: https://www.hackerone.com/\n- Bugcrowd: https://www.bugcrowd.com/\n- Intigriti: https://www.intigriti.com/"
],
"example": "const result = await orchestrate('specializations/security-research/bug-bounty-workflow', {\n projectName: 'HackerOne Bug Bounty',\n program: { platform: 'hackerone', name: 'acme-corp' },\n targetScope: { domains: ['*.acme.com'], apps: ['mobile-app'] }\n});",
"usesAgents": [
"web-security-researcher",
"security-report-writer"
]
},
"outgoingEdges": [
{
"from": "lib-process:security-research--bug-bounty-workflow",
"to": "domain:cybersecurity",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:security-research--bug-bounty-workflow",
"to": "workflow:vulnerability-management",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:security-research--bug-bounty-workflow",
"to": "specialization:security-research",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
},
{
"from": "lib-process:security-research--bug-bounty-workflow",
"to": "lib-agent:security-research--web-security-researcher",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:security-research--bug-bounty-workflow",
"to": "lib-agent:security-research--security-report-writer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}