-
Notifications
You must be signed in to change notification settings - Fork 0
Security Model
Alexander Dennhoven edited this page Apr 18, 2026
·
2 revisions
- Least Privilege
- Context Isolation
- No direct Node integration in the renderer
- Explicit IPC interfaces
contextIsolation: truenodeIntegration: falsesandbox: true
- Signed releases are recommended
- Sensitive files (for example certificates) must never be committed
- Dependencies should be updated regularly
Without code signing (OV/EV), Smart App Control / SmartScreen warnings or blocks are more likely.
See SECURITY.md in the main repository.
AegisBridge OS Guard Wiki · Maintained by project contributors.