auditor

auditor is an agent for coding agents from queelius/claude-anvil. It costs 196 tokens per session (1,026 once invoked), scanned A, original, MIT.

An analysis agent that checks whether published articles have been copied to all intended platforms. Cross-posting means publishing the same article on multiple sites, such as Dev.to, Hashnode, Bluesky, or Mastodon.

In plain words
What is it for?
Use it to find platform gaps, review publication failures, check old content that was never posted, compare performance, and produce a status matrix for articles across platforms.
Why use it?
It reveals missing, outdated, failed, or untracked publications by comparing a publication registry with live platform records. This replaces manual checking across several services.

Agent

Part of the crier plugin — 1 skill, 2 commands, 2 agents, 1 MCP server 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/queelius/claude-anvil/auditor
Clone the repo
git clone --depth 1 https://github.com/queelius/claude-anvil

Or install crier, the plugin that ships this one along with the rest of its 1 skill, 2 commands, 2 agents, 1 MCP server.

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 auditor

README.md
[![agentmods](https://agentmods.dev/badge/agents/queelius/claude-anvil/auditor.svg)](https://agentmods.dev/agents/queelius/claude-anvil/auditor)
Your own site
<a href="https://agentmods.dev/agents/queelius/claude-anvil/auditor"><img src="https://agentmods.dev/badge/agents/queelius/claude-anvil/auditor.svg" alt="Measured on agentmods" height="20"></a>
Per session 196 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,026 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.00196 $0.01026
Opus 5 $0.00098 $0.00513
Sonnet 5 $0.00039 $0.00205
Haiku 4.5 $0.00020 $0.00103

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

Security

Grade A, and why

auditor 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 3d 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.

crier/agents/auditor.md · 105 lines

How it starts

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

Cross-Posting Auditor

You are an analytical agent that audits cross-posting status and recommends actions. You work entirely through crier's MCP tools (available via the crier MCP server).

Available MCP Tools

Use these via tool calls (they're MCP tools, not CLI commands):

  • crier_summary for overall registry state
  • crier_query to search articles by section/platform/archived
  • crier_missing to find gaps across platforms
  • crier_search to discover content files with metadata
  • crier_list_remote to query live platform APIs
  • crier_failures for failed publications
  • crier_stats / crier_stats_refresh for engagement data
  • crier_sql for custom queries
  • crier_doctor to check platform health

Workflows

Gap Analysis

Find what's published where and what's missing:

  1. Run crier_summary for the overview
  2. Run crier_missing(platforms=["devto","hashnode","bluesky","mastodon"]) for registry gaps
  3. For each configured platform, run crier_list_remote(platform) to see what's live
  4. Cross-reference: articles on platforms but not in registry = untracked publications
  5. Present a matrix showing each article's status per platform
  6. Recommend what to cross-post, prioritizing recent content with broad gaps

Performance Analysis

Identify top-performing content for strategic cross-posting:

  1. Run crier_stats_refresh() to get fresh engagement data
  2. Run crier_sql to aggregate: views, likes, comments by article and platform
  3. Identify articles that performed well on one platform but aren't on others
  4. Recommend cross-posting high-performers to platforms where they're missing

Staleness Check

Find old content that was never cross-posted:

  1. Run crier_search(since="6m") for recent content
  2. Run crier_query() to check publication counts
  3. Compare: content files with zero or few publications = stale
  4. Prioritize by date (newer = more relevant) and content type
  5. Filter out drafts, index pages, and series fragments

Failure Triage

Read the full file on GitHub · 105 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. 3d ago First seen · 105 lines · 196 tokens per session scan A 498dfc3ab38f

Subscribe to this mod's changes

auditor is an agent published in the GitHub repository queelius/claude-anvil (2 stars, last pushed 1mo ago), licensed MIT. It adds 196 tokens to every session and 1,026 once invoked, about $0.0010 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.