II.
LibraryProcess JSON
Structured · livelib-process:security-research--mobile-app-security-research
mobile-app-security-research json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:security-research--mobile-app-security-research",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "mobile-app-security-research",
"description": "Security research for Android and iOS applications including static analysis, dynamic\nanalysis, network traffic analysis, and platform-specific vulnerabilities using Frida, objection,\nand mobile security testing frameworks.",
"libraryPath": "library/specializations/security-research/mobile-app-security-research.js",
"specialization": "security-research",
"references": [
"- OWASP MASTG: https://mas.owasp.org/MASTG/\n- Frida: https://frida.re/\n- objection: https://github.com/sensepost/objection"
],
"example": "const result = await orchestrate('specializations/security-research/mobile-app-security-research', {\n projectName: 'Banking App Security',\n appPath: '/path/to/app.apk',\n platform: 'android'\n});",
"usesAgents": [
"mobile-researcher",
"security-report-writer"
]
},
"outgoingEdges": [
{
"from": "lib-process:security-research--mobile-app-security-research",
"to": "domain:cybersecurity",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:security-research--mobile-app-security-research",
"to": "workflow:vulnerability-management",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:security-research--mobile-app-security-research",
"to": "specialization:security-research",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
},
{
"from": "lib-process:security-research--mobile-app-security-research",
"to": "lib-agent:security-research--mobile-researcher",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:security-research--mobile-app-security-research",
"to": "lib-agent:security-research--security-report-writer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}