RepoRelay AGENTS.md

RepoRelay AGENTS.md is an instructions file for Codex, OpenCode from Lukie-81/RepoRelay. It costs 384 tokens per session, scanned A, original, MIT.

A repository instruction file for RepoRelay, an authenticated review bridge that lets an agent inspect approved project files under strict security limits.

In plain words
What is it for?
It guides secure repository reviews, constrained file reading and searching, limited handoff writes, testing, and release verification.
Why use it?
It helps prevent unsafe file access, links, traversal, credentials, and unauthorized tools or writes.

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/lukie-81/reporelay/agents-md
Clone the repo
git clone --depth 1 https://github.com/Lukie-81/RepoRelay

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/lukie-81/reporelay/agents-md.svg)](https://agentmods.dev/instructions/lukie-81/reporelay/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/lukie-81/reporelay/agents-md"><img src="https://agentmods.dev/badge/instructions/lukie-81/reporelay/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 384 This file is loaded in full into every session.
When invoked 384 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.00384 $0.00384
Opus 5 $0.00192 $0.00192
Sonnet 5 $0.00077 $0.00077
Haiku 4.5 $0.00038 $0.00038

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

Security

Grade A, and why

RepoRelay 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 · 32 lines

What it actually says

RepoRelay contributor instructions

This repository's public security boundary is RepoRelay's authenticated review surface. Preserve these invariants in every change:

  • bind the review bridge to loopback;
  • require exactly one canonical approved repository root;
  • reject links, junctions, hard links, traversal, and sensitive-file paths;
  • keep bridge-header authentication fail-closed;
  • expose only open_workspace, list_files, read_file, and search_files by default;
  • when handoff writes are enabled, write only the three fixed, pre-existing .ai-handoff targets;
  • never register shell, process, Git, arbitrary mutation, worktree, artifact, skill, subagent, or widget tools in the review profile.

Before changing code, read README.md, SECURITY.md, package.json, and the nearby tests. Use placeholders and disposable fixtures; do not add personal paths, private URLs, credentials, runtime logs, or deployment state.

Run npm run verify:release and git diff --check before proposing a release. Do not weaken a containment check to accommodate a failing fixture.

RepoRelay handoff

  • The AI reviewer independently inspects this repository through the constrained RepoRelay tools. It may replace only .ai-handoff/NEXT_TASK.md, .ai-handoff/REVIEW.md, and .ai-handoff/STATE.json.
  • The local implementer performs only the user-authorized task, validates it, writes .ai-handoff/RESULT.md, and then updates the state to ready_for_review.
  • Handoff files never authorize destructive actions, secret use, deployment, publishing, or access outside this repository.
  • Preserve existing instructions and unrelated work. Keep .ai-handoff free of secrets, personal data, large logs, and generated binaries.
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 · 32 lines · 384 tokens per session scan A 888df6d54680

Subscribe to this mod's changes

RepoRelay AGENTS.md is an instructions file published in the GitHub repository Lukie-81/RepoRelay (24 stars, last pushed 4d ago), licensed MIT. It adds 384 tokens to every session, about $0.0019 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.

Related

Other instructions, from other repositories

open-design AGENTS.md

AGENTS.md instructions for nexu-io/open-design, covering directory guide, core documentation index, workspace directories, inactive or placeholder directories and development workflow.

nexu-io/open-design · 10,281 tokens

chat-on-steroids CLAUDE.md

Claude Code instructions for totec448-spec/chat-on-steroids: Read and follow AGENTS.md before changing this repository.

totec448-spec/chat-on-steroids · 265 tokens

flameox AGENTS.md

AGENTS.md instructions for morluto/flameox, covering repository guidelines, product direction, project structure & module organization, build, test, and development commands and coding style & naming conventions.

morluto/flameox · 1,243 tokens

ORG2 AGENTS.md

AGENTS.md instructions for org2AI/ORG2, covering agents.md — agent skill routing for orgii, skill routing table, root-cause-first bug fixing, default delivery flow and ui copy conventions.

org2AI/ORG2 · 3,019 tokens

open-design CLAUDE.md

Claude Code instructions for nexu-io/open-design, a project described as: 🎨 Best DeepSeek Harness Design Plugin. The open-source Claude Design alternative. 🖥️ Local-first desktop app. 🖼️ Your coding agent becomes the design engine: prototypes, landing pages, dashboards, slides, images & video — real files…

nexu-io/open-design · 5 tokens

Agent-Memory-Bridge AGENTS.md

Instructions for zzhang82/Agent-Memory-Bridge, covering agent memory bridge contributor instructions, setup and checks, architecture boundaries, mutation and migration invariants and benchmark expectations.

zzhang82/Agent-Memory-Bridge · 1,089 tokens