registries/antigravity/skills/arifos-untrusted-sandbox/SKILL.md
Mandatory bubblewrap (bwrap) supermax jail for executing any untrusted Python/JS synthesized by external AIs (Copilot, Mythos, third-party). Load when running, evaluating, or testing code from non-federation AI sources. Triggers on `exec(`, `eval(`, untrusted code review, jail requirement.
npx skillsauth add ariffazil/openclaw-workspace arifos-untrusted-sandboxInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
When an external AI (Copilot, Mythos, or any untrusted synthesizer) generates Python code for arifOS, that code MUST be executed inside a bwrap (Bubblewrap) Supermax jail before it touches any federation organ.
This skill defines both:
arifos-sandbox) that enforces the jailarifosmcp.runtime.dispatcherSee /root/arifOS/prompts/untrusted_execution_synthesizer.txt
Core constraints communicated to the AI:
/tmp (64MB tmpfs)arifos-sandbox '<python_code>' [timeout] [memory_kb]
timeout(1) enforces the seconds limit (SIGKILL)ulimit -v enforces the memory limit (OOM)bwrap provides namespace isolation, capability drop, and filesystem sandboxing--ro-bind /usr /usr
--ro-bind /lib /lib
--ro-bind /lib64 /lib64
--proc /proc
--dev /dev
--size 67108864 --tmpfs /tmp
--unshare-all
--die-with-parent
--new-session
--cap-drop ALL
--setuid 65534
--setgid 65534
--dir /run/user
| Floor | Compliance | |-------|------------| | F1 | Capability drop + namespace isolation = no privilege escalation | | F2 | Prompt accurately reflects runtime reality (loopback truth, timeout truth) | | F4 | Single-threaded, stdlib-only = consistent execution environment | | F7 | 5s/128MB bounds prevent resource exhaustion |
testing
OpenClaw edge agent bridge — operational triage, doctor, restart, and A2A bridge routing for the federation edge (Telegram surface). USE WHEN: "openclaw unhealthy", "gateway down", "edge bot not responding", "a2a bridge disconnected", "watchdog tripped", "openclaw doctor", "openclaw restart". NOT for token/security audit — use FORGE-telegram-audit.
tools
Generate images, videos, TTS, voice clone, and music via MiniMax MCP server. Use when user asks to "draw", "generate image", "create picture", "make a photo", "text to image", "image generation".
testing
Single load-bearing constitutional-judgment skill. Routes all F1–F13, verdict, hold, seal, scope, authority and floor-check calls through the live arif_judge surface. Replaces 7 overlapping predecessors (arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge).
development
MANDATORY LSP grounding gate BEFORE any code mutation on .ts, .py, .js, .tsx, .jsx files. Forces the agent to read real-time compiler diagnostics and structural project context before editing — eliminating blind guesses and anchoring every mutation in F2 (TRUTH). Routes through arifOS kernel (:8088) for centralized gate logic.