> For the complete documentation index, see [llms.txt](https://omega-6.gitbook.io/omega/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://omega-6.gitbook.io/omega/omega-os/safety-and-security.md).

# Safety and Security

Omega OS applies defense-in-depth security.

## Sandboxing

* Node integration disabled
* Context isolation enforced
* Renderer sandbox enabled
* Restricted filesystem access

## Encryption

* Wallet keys encrypted at rest
* Secure local storage
* SHA-256 document hashing

## Secure Communication

* Context bridge IPC only
* No direct system API access
* Explicit API exposure

## Security Best Practices

* Regular dependency audits
* Minimal attack surface
* Secure default configurations
* Isolated execution environment

{% hint style="info" %}
Omega OS provides Tor Browser-level security system-wide.
{% endhint %}

## Hardening & Security Enhancements

### Network Hardening

* **Mandatory Tor routing**
* Node.js requests routed via SOCKS5
* WebRTC disabled
* DNS leak prevention
* Background networking blocked
* Local services preserved

### Fingerprinting Protection

* Navigator API spoofing
* Canvas noise injection
* Audio fingerprint protection
* Font enumeration limits
* Standardized user agent

### Chromium Hardening

* Remote fonts blocked
* Canvas extraction blocked
* Spellcheck disabled
* Safe browsing disabled
* Insecure protocols blocked
* File access restricted

{% hint style="success" %}
Key Advantages

* Complete environment isolation
* No external Tor installation
* Application-level routing
* Enhanced fingerprint protection
* Local services remain functional
* Integrated privacy at every layer
  {% endhint %}
