gauntlex AGENTS.md

gauntlex AGENTS.md is an instructions file for Codex, OpenCode from sanjoy1234/gauntlex. It costs 1,011 tokens per session, scanned A, original, MIT.

Repository instructions for AI coding agents working on GAUNTLEX, a Python tool that runs a builder agent and a breaker agent against the same specification, then scores the attacks. They cover setup, testing, and common commands.

In plain words
What is it for?
Use them to set up GAUNTLEX, run its doctor check, execute the test suite, and perform live smoke tests when integration code changes.
Why use it?
They explain how to prepare the project and which checks to run after code changes. They also warn that mocked tests do not verify live model, MCP, or command-line integrations.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/sanjoy1234/gauntlex/agents-md.svg)](https://agentmods.dev/instructions/sanjoy1234/gauntlex/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/sanjoy1234/gauntlex/agents-md"><img src="https://agentmods.dev/badge/instructions/sanjoy1234/gauntlex/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,011 This file is loaded in full into every session.
When invoked 1,011 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.01011 $0.01011
Opus 5 $0.00505 $0.00505
Sonnet 5 $0.00202 $0.00202
Haiku 4.5 $0.00101 $0.00101

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

Security

Grade A, and why

gauntlex 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 · 91 lines

How it starts

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

AGENTS.md

Instructions for AI coding agents (Codex, Cursor, Cline, Windsurf, Gemini CLI, Claude Code, and any other agent that reads this file) working in this repo.

What this project is

GAUNTLEX is an adversarial co-generation engine. It runs two agents concurrently against the same specification — Builder (writes the implementation) and Breaker (writes adversarial attacks against that same spec) — then an Arbiter scores every attack and produces an Adversarial Resilience Score (ARS). See README.md for the full pitch.

Package name on PyPI: gauntlex-ai. CLI entry point: gauntlex.

Setup

python3 -m venv .venv && source .venv/bin/activate
pip install -e ".[dev]"
gauntlex doctor        # verify model connectivity + ChromaDB before anything else

Running the test suite

python -m pytest -q

Run this after any change under src/gauntlex/. The suite is fast (~2s, 500+ tests) because it mocks external model calls — it verifies wiring and logic, not live model behavior. If you touch anything that calls out to a real model, MCP transport, or CLI subprocess, also do a live smoke test (see below) since the mocked suite will not catch integration-only breakage.

Live smoke test (do this for any change to cli.py, harness/, or mcp/)

gauntlex run --issue examples/demo_issue.md --mode quick --pretty
gauntlex status
gauntlex findings

--mode quick keeps this under ~2 minutes. Do not use --mode thorough for routine verification.

Key CLI commands an agent will typically need

Command Purpose
gauntlex run --issue <file|url> --mode quick|standard|thorough Run Builder+Breaker, get an ARS score
gauntlex doctor Environment health check — run this first if anything fails
gauntlex validate Dry run, zero attacks fired, just checks config/connectivity
gauntlex findings Vulnerability-first summary of the last run
gauntlex status List recent runs and pass/fail gate state
gauntlex mcp-server Start GAUNTLEX as an MCP server (stdio)
gauntlex integrate --platform all Wire GAUNTLEX's MCP config into every supported IDE/agent at once

Read the full file on GitHub · 91 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 · 91 lines · 1,011 tokens per session scan A a56940ad279f

Subscribe to this mod's changes

gauntlex AGENTS.md is an instructions file published in the GitHub repository sanjoy1234/gauntlex (1 stars, last pushed 1mo ago), licensed MIT. It adds 1,011 tokens to every session, about $0.0051 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-31.