zentinel AGENTS.md

zentinel AGENTS.md is an instructions file for Codex, OpenCode from zentinelproxy/zentinel. It costs 2,253 tokens per session, scanned A, original, Apache-2.0.

Project instructions for Zentinel, an open-source reverse proxy that sits between users and web services to control and protect traffic.

In plain words
What is it for?
Understanding Zentinel’s design, deciding where new code belongs, and checking whether proposed changes meet its operating principles.
Why use it?
It gives coding agents the project’s security, reliability, architecture, and contribution rules so changes fit the codebase.

Instructions file for CodexOpenCode

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/zentinelproxy/zentinel/agents-md
Clone the repo
git clone --depth 1 https://github.com/zentinelproxy/zentinel

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 zentinel AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/zentinelproxy/zentinel/agents-md.svg)](https://agentmods.dev/instructions/zentinelproxy/zentinel/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/zentinelproxy/zentinel/agents-md"><img src="https://agentmods.dev/badge/instructions/zentinelproxy/zentinel/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,253 This file is loaded in full into every session.
When invoked 2,253 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.02253 $0.02253
Opus 5 $0.01126 $0.01126
Sonnet 5 $0.00451 $0.00451
Haiku 4.5 $0.00225 $0.00225

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

Security

Grade A, and why

zentinel 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 4d 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 · 249 lines

How it starts

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

Zentinel

Security-first reverse proxy built to guard the free web.

Zentinel is an open-source, high-performance reverse proxy built on Cloudflare's Pingora framework. It emphasizes predictability, transparency, and operational simplicity—infrastructure that lets operators sleep.

Philosophy (North Star)

Every contribution must align with the Manifesto:

  1. Infrastructure should be calm — No surprises. Clear limits, predictable timeouts, explainable failure modes.
  2. Security must be explicit — No magic, no implied policy. Every decision visible and traceable.
  3. The edge is a boundary, not a battleground — Step in only when necessary, proportionally.
  4. Complexity must be isolated — Core dataplane stays small. Complex logic lives in external agents.
  5. The web is a commons — No vendor lock-in, no hidden control planes. Code is readable, forkable, modifiable.
  6. Production correctness beats feature breadth — Boring reliability over shiny features.

Before adding anything, ask:

  • Does this introduce ambiguity?
  • Can this fail loudly and safely?
  • Will this make someone's on-call worse?

Architecture

┌─────────────────────────────────────────────────────────────────────┐
│                         Zentinel Proxy                               │
│  ┌─────────────────────────────────────────────────────────────────┐│
│  │                    Pingora Foundation                            ││
│  │  (async I/O, connection pooling, TLS, HTTP/1.1 & HTTP/2)        ││
│  └─────────────────────────────────────────────────────────────────┘│
│  ┌──────────┐ ┌──────────┐ ┌──────────┐ ┌──────────┐ ┌────────────┐│
│  │ Routing  │ │  Rate    │ │  Cache   │ │ Filters  │ │   Agent    ││
│  │  Engine  │ │ Limiting │ │  Layer   │ │  Chain   │ │  Manager   ││
│  └──────────┘ └──────────┘ └──────────┘ └──────────┘ └─────┬──────┘│
└────────────────────────────────────────────────────────────┼────────┘
                                                             │
                    ┌────────────────────────────────────────┼────────┐
                    │              External Agents            │        │
                    │  ┌─────────┐ ┌─────────┐ ┌─────────┐  │        │
                    │  │   WAF   │ │  Auth   │ │  Rate   │  │◄───────┘
                    │  │  Agent  │ │  Agent  │ │  Limit  │  │
                    │  └─────────┘ └─────────┘ └─────────┘  │
                    └───────────────────────────────────────────────────┘

Read the full file on GitHub · 249 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. 4d ago First seen · 249 lines · 2,253 tokens per session scan A dea9082557ee

Subscribe to this mod's changes

zentinel AGENTS.md is an instructions file published in the GitHub repository zentinelproxy/zentinel (107 stars, last pushed today), licensed Apache-2.0. It adds 2,253 tokens to every session, about $0.0113 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.