agent-passport-system AGENTS.md

agent-passport-system AGENTS.md is an instructions file for Codex, OpenCode from aeoess/agent-passport-system. It costs 852 tokens per session, scanned A, original, Apache-2.0.

Repository instructions for AI coding agents working on the agent-passport-system project. They describe the development setup, coding rules, tests, and pull-request process.

In plain words
What is it for?
Use them when modifying that repository, especially its TypeScript source, tests, builds, interoperability checks, or pull requests.
Why use it?
They give an agent the project's local rules, so it knows what to edit, how to test changes, and how releases are handled.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: the file is AGENTS.md. Also seen: mentions AGENTS.md.

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/aeoess/agent-passport-system/agents-md
Clone the repo
git clone --depth 1 https://github.com/aeoess/agent-passport-system

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-passport-system AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/aeoess/agent-passport-system/agents-md.svg)](https://agentmods.dev/instructions/aeoess/agent-passport-system/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/aeoess/agent-passport-system/agents-md"><img src="https://agentmods.dev/badge/instructions/aeoess/agent-passport-system/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 852 This file is loaded in full into every session.
When invoked 852 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.1 $0.00852 $0.00852
Opus 5 $0.00426 $0.00426
Sonnet 5 $0.00170 $0.00170
Haiku 4.5 $0.00085 $0.00085

Measured 2d ago against content hash d1a162d0c6c3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

agent-passport-system 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 2d 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 · 62 lines

How it starts

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

AGENTS.md

Context and instructions for AI coding agents working on agent-passport-system.

This repo is the public protocol layer. The private gateway product lives in a separate repo. Product intelligence (analytics, compliance automation, drift detection, cross-tenant orchestration, metering) does not belong here.

Dev environment

  • Node.js >= 18
  • npm install
  • TypeScript strict. tsc --noUnusedLocals, tsc --noImplicitAny must pass.
  • All code under src/ is source of truth; dist/ is generated by npm run build, do not edit.

Test before you ship

  • npm test runs the full suite, must exit 0 with zero failures before any commit that touches src/.
  • npm run test:interop runs the cross-implementation interop suite (SDK + MCP).
  • npm run test:quick is a fast subset for iterative development.
  • New primitives require new tests. Existing tests do not change unless the spec changes.

PR instructions

  • Title format: <type>(<scope>): <summary> per Conventional Commits. Examples: feat(v2/delegation): add policy-context binding, fix(canonicalization): stable key ordering in JCS helper.
  • Never merge your own PR. Never push directly to main.
  • Version bumps to package.json are a human decision, not an agent decision. Open a PR proposing the bump, leave the merge to a human.
  • Breaking changes require a major-version bump AND a migration note in MIGRATION.md.
  • Run npm test AND npm run build before any commit. If the tree is not green, the commit is not ready.

Code style

  • No any. Use unknown with type narrowing if the shape is genuinely unknown.
  • Ed25519 for all signatures. No ES256 unless a spec requires it.
  • Canonicalization is RFC 8785 JCS + SHA-256, no exceptions. Helper lives at src/canonicalization/.
  • Every exported symbol has a JSDoc block describing invariants, not just types.
  • No console.log in committed code. Use the structured logger under src/logger/.

What this repo is and is not

This repo IS:

  • The protocol primitives (identity, delegation, enforcement, governance, commerce, data lifecycle, coordination).
  • The types and interfaces that define how APS-compatible systems interoperate.
  • Reference test vectors for cross-implementation conformance.

Read the full file on GitHub · 62 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. 2d ago Changed · -9 tokens per session d1a162d0c6c3
  2. 6d ago First seen · 62 lines · 861 tokens per session scan A c3082e33d87d

Subscribe to this mod's changes

agent-passport-system AGENTS.md is an instructions file published in the GitHub repository aeoess/agent-passport-system (43 stars, last pushed yesterday), licensed Apache-2.0. It adds 852 tokens to every session, about $0.0043 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.