acx-tester

acx-tester is an agent for Claude Code from KbWen/agentic-os. It costs 38 tokens per session (111 once invoked), scanned A, original, MIT.

A test-verification agent for the AgentCortex workflow.

In plain words
What is it for?
Use it when delegating test verification that must follow AgentCortex governance requirements.
Why use it?
It checks tests against the required test structure, coverage changes, and evidence rules.

Agent for Claude Code

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 agents/kbwen/agentic-os/acx-tester
Clone the repo
git clone --depth 1 https://github.com/KbWen/agentic-os

Made for: Claude Code.

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 acx-tester

README.md
[![agentmods](https://agentmods.dev/badge/agents/kbwen/agentic-os/acx-tester.svg)](https://agentmods.dev/agents/kbwen/agentic-os/acx-tester)
Your own site
<a href="https://agentmods.dev/agents/kbwen/agentic-os/acx-tester"><img src="https://agentmods.dev/badge/agents/kbwen/agentic-os/acx-tester.svg" alt="Measured on agentmods" height="20"></a>
Per session 38 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 111 The whole file, excluding the scripts and references it only reads on demand.
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.00038 $0.00111
Opus 5 $0.00019 $0.00056
Sonnet 5 $0.00008 $0.00022
Haiku 4.5 $0.00004 $0.00011

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

Security

Grade A, and why

acx-tester 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 5d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.claude/agents/acx-tester.md · 13 lines

What it actually says

Execute .agent/workflows/test.md verbatim. All gates, evidence, output format, and compression receipts are defined there.

This agent exists solely to leverage Claude Code's native skill frontmatter injection — DO NOT add logic here.

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. 5d ago First seen · 13 lines · 38 tokens per session scan A 8da6382ed630

Subscribe to this mod's changes

acx-tester is an agent published in the GitHub repository KbWen/agentic-os (157 stars, last pushed today), licensed MIT. It adds 38 tokens to every session and 111 once invoked, about $0.0002 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 agents, from other repositories

agent-system

An AgentSystem composes multiple Agents into a directed graph that Orloj executes as a coordinated workflow. The graph defines how messages flow between agents during task execution.

OrlojHQ/orloj · 0 tokens

agent

An Agent is a declarative unit of work backed by a language model. It defines what the agent does (its prompt), what model powers it, what tools it can call, and what constraints bound its execution.

OrlojHQ/orloj · 0 tokens

xml-agent-instruction-format

After surveying 17 sources spanning Anthropic's official guidance, VS Code's .agent.md file specification, the Claude Code and Agent Skills ecosystems, OpenAI's prompt engineering guide, AutoGen, LangChain, and the Anthropic cookbook multi-agent pipeline, the answer to Issue #12 is unambiguous: EndogenAI should adopt…

EndogenAI/dogma · 0 tokens

Executive Orchestrator

Coordinate multi-workflow sessions spanning research, docs, scripting, and fleet changes — sequence executive agents and maintain session coherence.

EndogenAI/dogma · 29 tokens

agent-taxonomy

The VS Code customization stack has three first-class primitives with non-overlapping roles: Roles (.agent.md; VS Code: Custom Agents) encode who does a task — role-specific persona, posture, tool restrictions, and handoff graph; Agent Skills (SKILL.md) encode how a task is done — reusable workflow procedures and…

EndogenAI/dogma · 0 tokens

fleet-emergence-operationalization

The Endogenic Development Methodology's H2 hypothesis — morphogenetic system design — claims that an agent fleet governed by distributed local encoding rules exhibits emergent coherent topology without central coordination. This document operationalizes that claim.

EndogenAI/dogma · 0 tokens