agent-safehouse AGENTS.md

agent-safehouse AGENTS.md is an instructions file for Codex, OpenCode from eugene1g/agent-safehouse. It costs 1,350 tokens per session, scanned A, original, Apache-2.0.

A set of working instructions for Agent Safehouse, a macOS tool that runs coding agents inside restricted environments. It explains the project, commands, policy files, and tests.

In plain words
What is it for?
Use it to edit sandbox policies, regenerate distribution files, run tests, and work on the project's documentation and deployment tooling.
Why use it?
It gives an agent clear rules for changing sandbox permissions safely and keeping generated files and tests up to date.

Instructions file for CodexOpenCode

About the project

Agent Safehouse is a macOS sandboxing tool that restricts local AI coding agents to the files and integrations they are allowed to use. It is for developers who want to reduce the damage an agent can cause while preserving normal development workflows. Its catalogue entries help configure or use the sandbox with coding agents.

eugene1g/agent-safehouse · 2,050 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/eugene1g/agent-safehouse/agents-md
Clone the repo
git clone --depth 1 https://github.com/eugene1g/agent-safehouse

Made for: Codex, OpenCode.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for agent-safehouse AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/eugene1g/agent-safehouse/agents-md.svg)](https://agentmods.dev/instructions/eugene1g/agent-safehouse/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/eugene1g/agent-safehouse/agents-md"><img src="https://agentmods.dev/badge/instructions/eugene1g/agent-safehouse/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,350 This file is loaded in full into every session.
When invoked 1,350 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.01350 $0.01350
Opus 5 $0.00675 $0.00675
Sonnet 5 $0.00270 $0.00270
Haiku 4.5 $0.00135 $0.00135

Measured 5d ago against content hash d2988c15c670, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

agent-safehouse AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

AGENTS.md · 98 lines

How it starts

The opening of the file, as written. The whole thing — 98 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Agent Safehouse: LLM Quick Reference

What This Project Is

Agent Safehouse is a macOS sandbox wrapper for coding agents (Claude, Cursor, Aider, Gemini, etc.) built on sandbox-exec. Policy model is strict by default: start from (deny default), then add explicit allow rules via layered .sb profiles. Core sandbox wrapper is pure Bash + Sandbox Profile Language (.sb) and has no build step. Repo also includes a VitePress docs site and Cloudflare deploy tooling (pnpm + Wrangler).

Fast Working Rules

  • Use rg for text search.
  • Use fd for file listing/find.
  • Make least-privilege policy edits; avoid broad subpath grants unless required.
  • Do not hand-edit dist/*; edit bin/ and profiles/, then regenerate dist artifacts.
  • If you change any .sb file or policy assembly/runtime logic (bin/safehouse.sh, bin/lib/*.sh), run ./scripts/generate-dist.sh.
  • Run tests with ./tests/run.sh on macOS with sandbox-exec, outside any existing sandbox. Use ./tests/run.sh e2e for the tmux-driven startup/prompt-roundtrip suite for agent TUIs.
  • If tests cannot run because the current session is already sandboxed, state that explicitly and continue with static validation.

Core Commands

# Generate policy only (prints temp policy path)
./bin/safehouse.sh [--add-dirs-ro=...] [--add-dirs=...] [--enable=...] [--append-profile=...]

# Run command in sandbox
./bin/safehouse.sh [policy opts] -- <command> [args...]
./bin/safehouse.sh --stdout

# Explain effective workdir/grants/profile selection (debugging)
./bin/safehouse.sh --explain --stdout

# Trust and load <workdir>/.safehouse config (disabled by default)
./bin/safehouse.sh --trust-workdir-config --stdout

# Validate behavior
./tests/run.sh
./tests/run.sh e2e

# Regenerate committed dist artifacts
./scripts/generate-dist.sh

./scripts/generate-dist.sh updates these deterministic outputs:

  • dist/safehouse.sh

Dist Purpose

dist/ is for consumers: it provides ready-to-run packaged artifacts, especially dist/safehouse.sh, a single executable containing the assembled policy + runtime shell logic. Authoring source of truth is bin/ and profiles/; make functional changes there, then regenerate dist/. Agents should usually avoid loading dist/ files into context unless validating generated distribution output or debugging packaging/compression regressions.

Read the full file on GitHub · 98 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 98 lines · 1,350 tokens per session scan A d2988c15c670

Subscribe to this mod's changes

agent-safehouse AGENTS.md is an instructions file published in the GitHub repository eugene1g/agent-safehouse (2,050 stars, last pushed 5d ago), licensed Apache-2.0. It adds 1,350 tokens to every session, about $0.0068 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.