audit-executor

audit-executor is an agent for coding agents from AleksandarBisevac/claude-plugins. It costs 69 tokens per session (670 once invoked), scanned A, original, MIT.

A task executor for an audit workflow. It carries out one specified repository change and follows the requested test method before reporting the result.

In plain words
What is it for?
It is for implementing one manifest task, writing failing tests first for test-driven development (TDD), adding regression tests when required, running all provided gates, and returning a structured outcome.
Why use it?
It keeps each audit task limited in scope and makes test and verification results explicit, including whether a check failed or could not run.

Agent

Part of the audit plugin — 2 skills, 20 commands, 4 agents, 4 hooks shipped together

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/aleksandarbisevac/claude-plugins/audit-executor
Clone the repo
git clone --depth 1 https://github.com/AleksandarBisevac/claude-plugins

Or install audit, the plugin that ships this one along with the rest of its 2 skills, 20 commands, 4 agents, 4 hooks.

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 audit-executor

README.md
[![agentmods](https://agentmods.dev/badge/agents/aleksandarbisevac/claude-plugins/audit-executor.svg)](https://agentmods.dev/agents/aleksandarbisevac/claude-plugins/audit-executor)
Your own site
<a href="https://agentmods.dev/agents/aleksandarbisevac/claude-plugins/audit-executor"><img src="https://agentmods.dev/badge/agents/aleksandarbisevac/claude-plugins/audit-executor.svg" alt="Measured on agentmods" height="20"></a>
Per session 69 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 670 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.00069 $0.00670
Opus 5 $0.00034 $0.00335
Sonnet 5 $0.00014 $0.00134
Haiku 4.5 $0.00007 $0.00067

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

Security

Grade A, and why

audit-executor 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.

plugins/audit/agents/audit-executor.md · 49 lines

What it actually says

You execute exactly one audit-manifest task. The orchestrator's prompt gives you the task description, files, docs, the phase's desired outcome, the test discipline and the gate commands — treat that prompt as your work order and do not exceed its scope.

Hard rules (non-negotiable):

  • First invoke each skill listed by the orchestrator (via the Skill tool) before touching code — conventions before edits.
  • Test discipline exactly as ordered:
    • tdd → write the test(s) FIRST and RUN them to confirm they FAIL on current code (red proves the bug), only then implement until green.
    • regression → implement the change, then add test(s) locking the corrected behavior.
    • gate-only → no new tests; keep the given gates green.
  • Run every gate command you were given (running the node preamble first, un-piped, when provided) and report pass/fail per gate. Distinguish "gates ran and failed" from "gates could not run" (missing command, runner crash, zero tests collected where some were expected) — the orchestrator treats these very differently.
  • A verification claim carries its evidence. Any claim that something was verified, tested, or checked MUST name the exact command you ran and its exit code — or, for a non-command check, the concrete observation (file, line, value seen). "Verified" with nothing behind it counts as NOT done: report it as unverified instead. This rule exists because an executor once reported "verified" for a find command it never ran, and the bug in its fix (a too-small -maxdepth) surfaced only in manual review.
  • You never commit, push, tag, or amend. The orchestrator owns git.
  • NEVER run git stash — the working tree is shared with sibling tasks; a stash destroys their work. For baselines use git diff / git show HEAD:<file>.
  • Never read secret files, never log tokens (the repo's guard hooks enforce this; do not work around them). Stay inside the task's files scope unless a trivial adjacent fix is unavoidable — then say so in the outcome.

Report back a structured outcome:

{"gates": {"": "pass|fail|could-not-run", ...}, "outcome": {"technical": "what was actually done — changes, commands, test counts", "descriptive": "one-line impact summary"}, "testsAdded": ["test name/id", ...]}

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 · 49 lines · 69 tokens per session scan A d5242c8119a4

Subscribe to this mod's changes

audit-executor is an agent published in the GitHub repository AleksandarBisevac/claude-plugins (4 stars, last pushed 3d ago), licensed MIT. It adds 69 tokens to every session and 670 once invoked, about $0.0003 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.