II.
LibraryProcess JSON
Structured · livelib-process:desktop-development--security-hardening
specializations/desktop-development/security-hardening json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:desktop-development--security-hardening",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/desktop-development/security-hardening",
"description": "Desktop Security Hardening - Implement security measures including content security policy,\nsandboxing, secure IPC, context isolation, and protection against common desktop app vulnerabilities.",
"libraryPath": "library/specializations/desktop-development/security-hardening.js",
"specialization": "desktop-development",
"references": [
"- Electron Security: https://www.electronjs.org/docs/latest/tutorial/security",
"- OWASP Desktop Security: https://owasp.org/www-project-desktop-app-security-top-10/"
],
"example": "const result = await orchestrate('specializations/desktop-development/security-hardening', {\n projectName: 'MyDesktopApp',\n framework: 'Electron',\n securityFeatures: ['csp', 'sandboxing', 'context-isolation', 'secure-ipc', 'preload-scripts'],\n targetPlatforms: ['windows', 'macos', 'linux']\n});",
"usesAgents": [
"electron-ipc-security-audit",
"csp-developer",
"electron-main-preload-generator",
"sandbox-entitlements-auditor",
"ipc-security-developer",
"security-developer",
"update-security-analyst"
]
},
"outgoingEdges": [
{
"from": "lib-process:desktop-development--security-hardening",
"to": "skill-area:desktop-ui-frameworks",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:desktop-development--security-hardening",
"to": "skill-area:cross-platform-desktop",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:desktop-development--security-hardening",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:desktop-development--security-hardening",
"to": "role:desktop-developer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:desktop-development--security-hardening",
"to": "role:fullstack-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:desktop-development--security-hardening",
"to": "workflow:desktop-app-release",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:desktop-development--security-hardening",
"to": "workflow:release-management",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:desktop-development--security-hardening",
"to": "specialization:desktop-development",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:desktop-development--security-hardening",
"to": "lib-agent:desktop-development--update-security-analyst",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}