II.
LibraryProcess JSON
Structured · livelib-process:security-research--network-penetration-testing
network-penetration-testing json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:security-research--network-penetration-testing",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "network-penetration-testing",
"description": "Authorized security assessment of network infrastructure including reconnaissance,\nvulnerability identification, exploitation, and post-exploitation activities. Follows PTES\nmethodology for comprehensive network security testing.",
"libraryPath": "library/specializations/security-research/network-penetration-testing.js",
"specialization": "security-research",
"references": [
"- PTES: https://www.pentest-standard.org/\n- Nmap: https://nmap.org/\n- Metasploit: https://www.metasploit.com/"
],
"example": "const result = await orchestrate('specializations/security-research/network-penetration-testing', {\n projectName: 'Corporate Network Assessment',\n scope: { networks: ['10.0.0.0/24'], excludes: ['10.0.0.1'] },\n engagementType: 'internal'\n});",
"usesAgents": [
"red-team-operator",
"security-report-writer"
]
},
"outgoingEdges": [
{
"from": "lib-process:security-research--network-penetration-testing",
"to": "domain:cybersecurity",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:security-research--network-penetration-testing",
"to": "workflow:vulnerability-management",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:security-research--network-penetration-testing",
"to": "specialization:security-research",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
},
{
"from": "lib-process:security-research--network-penetration-testing",
"to": "lib-agent:security-research--red-team-operator",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:security-research--network-penetration-testing",
"to": "lib-agent:security-research--security-report-writer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}