ZackEyes
Local safety model

Security and safety model.

ZackEyes is local-first by design. It connects Claude Code and Codex CLI events to the macOS notch through identifiable local hooks and a Unix socket bridge, while preserving the terminal workflow if the app is not running.

Write boundaries.

ZackEyes-managed hook entries are intended to be visible, reversible, and scoped to the integration files they need.

Backups before hook writes

Every write to `~/.claude/settings.json` and `~/.codex/hooks.json` is preceded by a timestamped backup so users can inspect or restore prior settings.

Small configuration surface

Claude integration changes are limited to hook and status line entries. Codex integration uses `~/.codex/hooks.json` and does not need the CLI config file.

Explicit non-goal

ZackEyes should never read or write `~/.codex/config.toml`. Hook installation should abort instead of guessing if a JSON file cannot be parsed safely.

Identifiable entries

ZackEyes-managed commands contain the literal string `zackeyes`, which makes them searchable in local hook files during audit or uninstall.

Source-code auditable

Every boundary above is enforced in code that lives in the open under the MIT license. Read the hook installer, the bridge, and the socket protocol yourself at github.com/yangshiqi/ZackEyes — no closed binary doing magic behind the scenes.

Runtime behavior

Bridge and failure mode.

BridgeUnix socket

Agent hook events are normalized locally and sent to the macOS app over a Unix socket. The bridge is for local status, not a hosted dashboard.

Failurefail quietly

If ZackEyes is closed or unavailable, controlled failures should write nothing to stdout, exits 0, and return control to Claude Code or Codex CLI.

AuditUser removable

Quit ZackEyes, remove hook entries containing `zackeyes`, and delete `~/.zackeyes` only when you want to clear local ZackEyes settings.

Report a concern.

Use the public issue tracker for install problems, hook behavior, compatibility reports, security concerns, and requests for clearer controls.

What to include

Share your ZackEyes version, macOS version, Mac model, agent CLI, the observed hook file state, and reproduction steps.

Public feedback channel

GitHub Issues is the feedback channel for security model questions, bugs, feature requests, and workflow concerns.