[PR #695] Add hazmat to For Developers #8950

Open
opened 2026-06-07 02:20:31 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/alebcay/awesome-shell/pull/695
Author: @dredozubov
Created: 4/18/2026
Status: 🔄 Open

Base: masterHead: add-hazmat


📝 Commits (1)

  • 2b01c14 Add 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 (not sandbox-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.

## 📋 Pull Request Information **Original PR:** https://github.com/alebcay/awesome-shell/pull/695 **Author:** [@dredozubov](https://github.com/dredozubov) **Created:** 4/18/2026 **Status:** 🔄 Open **Base:** `master` ← **Head:** `add-hazmat` --- ### 📝 Commits (1) - [`2b01c14`](https://github.com/alebcay/awesome-shell/commit/2b01c14cd7b98c04bcd79fbc37ffdaa9bc1620dc) Add hazmat to For Developers ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 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 (not `sandbox-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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-07 02:20:32 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-shell#8950