jwx AGENTS.md

jwx AGENTS.md is an instructions file for Codex, OpenCode from lestrrat-go/jwx. It costs 3,058 tokens per session, scanned A, original, MIT.

Project instructions for developers using the jwx Go library, including its required Go version and special JSON compatibility setting.

In plain words
What is it for?
Use them when checking jwx examples, documentation, migration guidance, Go toolchain requirements, or development commands.
Why use it?
They clarify which guidance applies to library users and which applies only to people developing the library itself.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/lestrrat-go/jwx/agents-md.svg)](https://agentmods.dev/instructions/lestrrat-go/jwx/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/lestrrat-go/jwx/agents-md"><img src="https://agentmods.dev/badge/instructions/lestrrat-go/jwx/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 3,058 This file is loaded in full into every session.
When invoked 3,058 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.03058 $0.03058
Opus 5 $0.01529 $0.01529
Sonnet 5 $0.00612 $0.00612
Haiku 4.5 $0.00306 $0.00306

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

Security

Grade A, and why

jwx 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 · 281 lines

How it starts

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

AGENTS.md

For Module Consumers

If you are writing code that uses jwx (not developing jwx itself):

The rest of this document focuses on developing the jwx library itself.


Go Version

This project requires Go 1.26.0 or later. Check go.mod for the exact version.

GOEXPERIMENT

v4 depends on encoding/json/v2, which is behind GOEXPERIMENT=jsonv2 on Go 1.26 and part of the standard library from Go 1.27 on. The Makefile probes the toolchain and rewrites GOEXPERIMENT to match it, adding jsonv2 on Go 1.26 and removing it on Go 1.27, so make targets work on both even when your shell already exports the variable. Experiments other than jsonv2 are left alone. scripts/test-companion.sh carries the same probe.

A direct go build, go test, or go run invocation on Go 1.26 must set it:

GOEXPERIMENT=jsonv2 go test ./...
GOEXPERIMENT=jsonv2 go build ./...

Without this, Go 1.26 builds fail with build constraints exclude all Go files errors.

On Go 1.27 do not set it. Naming an experiment the toolchain already ships for real rebuilds the standard library under a non-default configuration for no benefit.

Module Path vs Physical Layout

This repository uses a flat layout with vanity import paths. There is no physical v4/ directory.

Branch Module Path Physical Root
develop/v4 github.com/lestrrat-go/jwx/v4 / (repo root)

Read the full file on GitHub · 281 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 · 281 lines · 3,058 tokens per session scan A 66abdef07afa

Subscribe to this mod's changes

jwx AGENTS.md is an instructions file published in the GitHub repository lestrrat-go/jwx (2,420 stars, last pushed today), licensed MIT. It adds 3,058 tokens to every session, about $0.0153 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.