Network egress
Records every outbound connection - PID, process, IP, port, and domain when DNS is correlated. See exactly what your build talks to.
The agent · CLI + GitHub Action
Egret wraps a command and watches it through eBPF - every outbound connection, process, and file write. In block mode it enforces a domain allowlist. No server, no account, no phone-home.
Capabilities
Records every outbound connection - PID, process, IP, port, and domain when DNS is correlated. See exactly what your build talks to.
Block mode is default-deny with a domain allowlist, backed by a local DNS proxy and an nftables dynamic allow set. Fail-closed teardown.
Observes execve/fork through eBPF to reconstruct the whole process tree of a run - what spawned what.
Flags writes to protected paths - .git/, ~/.ssh/, /etc/ - so a compromised step tampering with your source is visible.
Observe a run, then emit a ready-to-paste suggested allowlist. Start in audit, graduate to block with confidence.
Markdown + JSON + SARIF, written to the GitHub Actions job summary and uploaded to Code Scanning. No server required.
Quickstart
Observe a run in audit mode (zero risk), turn the observed endpoints into a policy, then flip to block to enforce it - as a GitHub Action or the CLI.