rivox 1.0.0

Universal polyglot build coordination layer for Python, Rust, and Node monorepos
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Rivox OS Process Sandboxing

Rivox isolates native compilation build steps to prevent filesystem side-effects or network exfiltration.

---

## Operating System Mechanics

- **Linux**: Unprivileged user, mount, and network namespaces (`CLONE_NEWNS`, `CLONE_NEWNET`).
- **macOS**: `/usr/bin/sandbox-exec` with dynamically generated Seatbelt (`.sb`) profiles.
- **Environment Scrubbing**: Scrubbing sensitive host secrets (`AWS_SECRET_ACCESS_KEY`, `GITHUB_TOKEN`) prior to build execution.