II.
LibraryProcess JSON
Structured · livelib-process:security-research--fuzzing-campaign
fuzzing-campaign json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:security-research--fuzzing-campaign",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "fuzzing-campaign",
"description": "Automated vulnerability discovery through coverage-guided fuzzing. Includes target preparation,\nharness development, corpus creation, campaign execution, and crash analysis using AFL++, libFuzzer,\nand OSS-Fuzz methodologies.",
"libraryPath": "library/specializations/security-research/fuzzing-campaign.js",
"specialization": "security-research",
"references": [
"- AFL++: https://aflplus.plus/\n- libFuzzer: https://llvm.org/docs/LibFuzzer.html\n- OSS-Fuzz: https://github.com/google/oss-fuzz"
],
"example": "const result = await orchestrate('specializations/security-research/fuzzing-campaign', {\n projectName: 'Parser Fuzzing Campaign',\n targetBinary: '/path/to/target',\n fuzzingEngine: 'afl++',\n seedCorpus: '/path/to/seeds'\n});",
"usesAgents": [
"fuzzing-engineer",
"security-report-writer"
]
},
"outgoingEdges": [
{
"from": "lib-process:security-research--fuzzing-campaign",
"to": "domain:cybersecurity",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:security-research--fuzzing-campaign",
"to": "workflow:vulnerability-management",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:security-research--fuzzing-campaign",
"to": "specialization:security-research",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
},
{
"from": "lib-process:security-research--fuzzing-campaign",
"to": "lib-agent:security-research--fuzzing-engineer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:security-research--fuzzing-campaign",
"to": "lib-agent:security-research--security-report-writer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}