@enclave-vm/browser.
Quick Example
Core Options
Console Limits
Security Level Comparison
All “varies” defaults above depend on the selected security level:Secure Proxy Configuration
Override proxy behavior for the current security level:Double Iframe Configuration
Configure the outer iframe security barrier:Built-in Suspicious Patterns
These patterns are detected automatically whenblockSuspiciousSequences is enabled:
Custom Globals
Inject read-only data into the sandbox. Only JSON-serializable values are supported — functions cannot cross the iframe boundary.__safe_ prefix (e.g., config and __safe_config), matching the pattern used by AgentScript’s code transformation.
Related
- Overview - Getting started
- Security Architecture - Isolation model details
- @enclave-vm/core Configuration - Node.js configuration reference
- Security Levels - Security preset details