II.
LibraryProcess overview
Reference · livelib-process:desktop-development--security-hardening
specializations/desktop-development/security-hardening overview
Desktop Security Hardening - Implement security measures including content security policy, sandboxing, secure IPC, context isolation, and protection against common desktop app vulnerabilities.
Attributes
displayName
specializations/desktop-development/security-hardening
description
Desktop Security Hardening - Implement security measures including content security policy,
sandboxing, 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', {
projectName: 'MyDesktopApp',
framework: 'Electron',
securityFeatures: ['csp', 'sandboxing', 'context-isolation', 'secure-ipc', 'preload-scripts'],
targetPlatforms: ['windows', 'macos', 'linux']
});
usesAgents
- electron-ipc-security-audit
- csp-developer
- electron-main-preload-generator
- sandbox-entitlements-auditor
- ipc-security-developer
- security-developer
- update-security-analyst
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:desktop-development·Specialization
lib_implements_workflow2
- workflow:desktop-app-release·WorkflowDesktop App Release
- workflow:release-management·Workflow
lib_involves_role2
- role:desktop-developer·RoleDesktop Application Developer
- role:fullstack-engineer·RoleFullstack Engineer
lib_requires_skill_area2
- skill-area:desktop-ui-frameworks·SkillAreaDesktop UI Frameworks
- skill-area:cross-platform-desktop·SkillAreaCross-Platform Desktop Development
uses_agent1
- lib-agent:desktop-development--update-security-analyst·LibraryAgentupdate-security-analyst
Incoming edges
None.