Skip to content

Security: Jeremy8776/DRAM

Security

docs/security.md

Security

Security is a core requirement for DRAM.

Controls

  • Context isolation and sandboxed renderer execution
  • Explicit IPC surface between renderer and main process
  • Local secure storage patterns for credentials
  • Local-first defaults for data flow and runtime behavior

Operational Guardrails

  • Avoid exposing external network surfaces by default
  • Keep sensitive values out of renderer scope
  • Prefer scoped handlers and audited IPC routes

Validation

  • Run security-related test suites:
    • npm run test
    • npm run check:ipc

Related

  • Roadmap for security hardening backlog
  • OpenClaw runtime and gateway behavior

There aren’t any published security advisories