Score breakdown
Popularity is tracked separately. Support, ads, sponsorships, and tips never affect these signals.
Why it matters
Useful for teams that want to run untrusted code (including AI agents) on Linux with kernel-enforced isolation without paying the container/VM overhead. sandlock run -w /tmp -r /usr -r /lib -m 512M -- python3 untrusted.py and you have a confined process with HTTP-level rules, no root required.
Who should use it
Who should skip it
Skip if the source link, docs, or setup requirements do not match your workflow.
Risk explanation
Linux-only (uses Landlock + seccomp); macOS/Windows users need WSL2 or a different sandbox; kernel-level confinement tool — verify the policy covers all the attack surfaces the agent can reach before treating it as a security boundary.