mirror of
https://github.com/alebcay/awesome-shell.git
synced 2026-07-15 18:43:23 -05:00
[PR #695] Add hazmat to For Developers #5565
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/alebcay/awesome-shell/pull/695
Author: @dredozubov
Created: 4/18/2026
Status: 🔄 Open
Base:
master← Head:add-hazmat📝 Commits (1)
2b01c14Add hazmat to For Developers📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
Adding hazmat under For Developers.
hazmat is a macOS CLI that contains AI/coding agents and risky shell tasks. The agent runs under its own UID (not the operator's), under a Seatbelt policy applied via
sandbox_init()from a small privileged helper (notsandbox-exec), with PF anchors and DNS blocklists for per-session network policy, plus backup/rollback for reversible host setup.Particularly useful for developers running coding agents (Claude Code, Codex, etc.) where generated shell commands would otherwise execute with full user authority.
https://github.com/dredozubov/hazmat
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.