gauntlex
01Plugin Claude Code
Plugin marketplace listing 1 plugin: gauntlex.
Plugin Claude Code
Plugin marketplace listing 1 plugin: gauntlex.
Plugin Claude Code
Adversarial co-generation engine — generates code and adversarial attacks from the same spec, concurrently. Adds /gauntlex:run and friends, plus the gauntlex MCP server.
Settings file Claude Code
Agent settings declaring 4 allowed tools.
Skill Claude CodeCodex
Diff two GAUNTLEX Resilience Reports — shows ARS delta, attack category shifts, new CWE coverage, and whether the codebase is improving or regressing. Returns exit 1 if ARS regression > 0.05.
Skill Claude CodeCodex
Full GAUNTLEX environment health check — model reachable, ChromaDB writable, AVF fixtures pass, no unexpected outbound network (air-gap verification). Use before first run or when debugging failures.
Skill Claude CodeCodex
Ingest a completed GAUNTLEX run into the Knowledge Forge and update the Adaptive Brain's attack effectiveness scores. Call after reviewing a completed run to reinforce learning.
Skill Claude CodeCodex
Render a stored GAUNTLEX Resilience Report as Markdown, HTML, or structured JSON. Can attach to a GitHub PR comment.
Skill Claude CodeCodex
Run a full GAUNTLEX adversarial session on a spec file or GitHub issue URL. Invokes the Gauntlex (Builder + Breaker concurrent) and outputs an Adversarial Resilience Score (ARS) with a Resilience Report.
Skill Claude CodeCodex
Dry-run GAUNTLEX validation — parses the spec, resolves policy playbooks, checks model availability, and runs the AVF golden fixture gate. No attacks are fired. Exit 1 if any check fails.
Skill Claude CodeCodex
Re-derive the SHA-256 integrity hash over a Resilience Report's attack array and confirm it matches the stored hash. Detects tampered reports.
Instructions file CodexOpenCode
AGENTS.md instructions for sanjoy1234/gauntlex, covering agents.md, what this project is, setup, running the test suite and key cli commands an agent will typically need.
MCP server Claude CodeCodexCursor
Adversarial Co-Generation Engine — concurrent Builder + Breaker agents for production-grade AI-generated code. Runs locally from the gauntlex-ai Python package.