promode-audit

promode-audit is a command for coding agents from mikekelly/promode. It costs 94 tokens per session (257 once invoked), scanned A, original, MIT.

A command that checks a repository against the promode methodology, a set of practices for organizing and improving software work. It produces a prioritized plan of recommended changes.

In plain words
What is it for?
Use it to assess a repository, investigate specific areas, and produce an actionable improvement plan.
Why use it?
It turns a broad review of code and working practices into findings ranked by importance.

Command

Part of the promode plugin — 2 commands, 19 agents, 2 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 commands/mikekelly/promode/promode-audit
Clone the repo
git clone --depth 1 https://github.com/mikekelly/promode

Or install promode, the plugin that ships this one along with the rest of its 2 commands, 19 agents, 2 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 promode-audit

README.md
[![agentmods](https://agentmods.dev/badge/commands/mikekelly/promode/promode-audit.svg)](https://agentmods.dev/commands/mikekelly/promode/promode-audit)
Your own site
<a href="https://agentmods.dev/commands/mikekelly/promode/promode-audit"><img src="https://agentmods.dev/badge/commands/mikekelly/promode/promode-audit.svg" alt="Measured on agentmods" height="20"></a>
Per session 94 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 257 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.00094 $0.00257
Opus 5 $0.00047 $0.00129
Sonnet 5 $0.00019 $0.00051
Haiku 4.5 $0.00009 $0.00026

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

Security

Grade A, and why

promode-audit 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/promode/commands/promode-audit.md · 10 lines

What it actually says

Run the promode methodology audit by dispatching the promode:auditor agent (via the Agent tool) — do not run the audit yourself. Brief it with the target repo (default: the current one) and any focus the user gave: $ARGUMENTS

The auditor fans out per-dimension assessors, synthesises their findings, and returns a full report with a prioritised action plan. When it reports back: ratify (or challenge) its prioritisation, deliver the report to the user, and offer to capture the plan as tracked work (e.g. KANBAN_BOARD.md / IDEAS.md) or a saved report file.

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 · 10 lines · 94 tokens per session scan A c8cef2e2abf8

Subscribe to this mod's changes

promode-audit is a command published in the GitHub repository mikekelly/promode (21 stars, last pushed 1mo ago), licensed MIT. It adds 94 tokens to every session and 257 once invoked, about $0.0005 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.