dwisiswant0/sandboxec
A lightweight command sandbox for Linux, secure-by-default, built on Landlock.
Go13 stars1 forks
Topics
#cli#go#go-cli#go-tool#landlock#linux-landlock#linux-sandbox#linux-security#sandbox
What it does
sandboxec is a lightweight command sandbox for Linux that allows users to run untrusted commands with minimal overhead and explicit allow rules. It focuses on providing a secure environment for executing risky scripts and third-party CLIs without the need for containers or VMs.
Star history
Not enough history yet — 1 day(s) recorded. The daily snapshot builds this up.
Tracking
- Last trending
- 2026-02-21
Creator kit
Hook
Discover how sandboxec can enhance your command-line safety by isolating untrusted commands effortlessly!
Content angles
- Create a tutorial on using sandboxec for testing third-party CLIs safely.
- Compare sandboxec with traditional containerization methods for command execution.
- Discuss the importance of command isolation in CI/CD pipelines and how sandboxec fits in.
Who should care
Developers and system administrators looking for secure command execution solutions.