Back to GitHub trending

dwisiswant0/sandboxec

A lightweight command sandbox for Linux, secure-by-default, built on Landlock.

Go13 stars1 forks
View on GitHubShare on X

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

2026-08-23 → 2026-09-110 stars

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.