GHOSTBOUND: open-source tool that lets AI agents see only allowlisted files from private repos

TheFreakinOG · reddit · 2026-09-13

A developer open-sourced GHOSTBOUND, a tool answering the question 'what is actually allowed to cross the boundary' when handing code to external AI agents, without exposing the whole private repo.

Flow: private Git repo → exact immutable commit → explicit allowlist policy → GHOSTBOUND → separate verified mirror → AI agent/reviewer/planner.

Key design points:

The author tested it with a fresh external Claude coding agent on a mirror-derived working copy: the agent changed exactly the expected files, passed tests, and never asked for anything outside the allowed view. v0.1 is deliberately narrow—no plugins, remote access, agent write-back, or auto policy generation. Repo: github.com/TheFreakinOG/GHOSTBOUND

Original post →

More from coding & agent

coding & agent channel →