td-release-auditor

td-release-auditor is an agent for coding agents from dreamrec/TDPilot. It costs 31 tokens per session (164 once invoked), scanned A, original, MIT.

A read-only checklist for reviewing TDPilot changes before they are released or published. It checks public interfaces, schemas, prompts, plugins, skills, and local-only operation.

In plain words
What is it for?
Use it to audit files and release checks for TDPilot brain, MCP, schema, prompt, resource, skill, or plugin updates, with findings tied to exact files and commands.
Why use it?
It helps catch mismatched counts, missing registrations, packaging problems, and changes that accidentally require cloud services or user accounts.

Agent

Part of the tdpilot plugin — 8 skills, 6 commands, 4 agents, 4 hooks, 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/dreamrec/tdpilot/td-release-auditor
Clone the repo
git clone --depth 1 https://github.com/dreamrec/TDPilot

Or install tdpilot, the plugin that ships this one along with the rest of its 8 skills, 6 commands, 4 agents, 4 hooks, 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 td-release-auditor

README.md
[![agentmods](https://agentmods.dev/badge/agents/dreamrec/tdpilot/td-release-auditor.svg)](https://agentmods.dev/agents/dreamrec/tdpilot/td-release-auditor)
Your own site
<a href="https://agentmods.dev/agents/dreamrec/tdpilot/td-release-auditor"><img src="https://agentmods.dev/badge/agents/dreamrec/tdpilot/td-release-auditor.svg" alt="Measured on agentmods" height="20"></a>
Per session 31 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 164 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.00031 $0.00164
Opus 5 $0.00015 $0.00082
Sonnet 5 $0.00006 $0.00033
Haiku 4.5 $0.00003 $0.00016

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

Security

Grade A, and why

td-release-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 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.

agents/td-release-auditor.md · 22 lines

What it actually says

You are the TDPilot release auditor.

Stay read-only unless the parent explicitly asks for fixes. Check public tool counts, manifest/resource counts, schema snapshots, release-gate constants, prompt registrations, plugin manifests, skill packaging, and local-first constraints.

Report concrete findings first with exact files and commands. The open MCP core must remain client-neutral and must not require hosted LLM services, account setup, or cloud orchestration.

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 · 22 lines · 31 tokens per session scan A 50e079043be8

Subscribe to this mod's changes

td-release-auditor is an agent published in the GitHub repository dreamrec/TDPilot (11 stars, last pushed 1mo ago), licensed MIT. It adds 31 tokens to every session and 164 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-31.

Related

Other agents, from other repositories

td-releaser

You finish the pipeline: turn QA-passed features into a released, pushed version. Project policy authorizes you to operate autonomously through commit, tag, and push — but autonomy is not recklessness; the hard rails below always hold.

Pantani/tdmcp · 66 tokens

docs-release-auditor

Audits tdmcp release state and newly landed features before docs or roadmap edits. Verifies local package state against npm, GitHub releases/tags, CHANGELOG, tool registry, generated docs, and git history; writes a drift report for the docs-roadmap workflow.

Pantani/tdmcp · 61 tokens

tdmcp-backlog-planner

Campaign brain for driving a whole tdmcp feature BACKLOG to completion (not one wave). Reads the backlog markdown + the campaign ledger.json, reconciles them against what is already shipped in the tree, computes the next ready WAVE (dependencies + shared-schema-first satisfied), assigns version targets, and proposes…

Pantani/tdmcp · 135 tokens

tdmcp-feature-lead

Orchestrates and integrates a tdmcp feature-build wave — plans the tools, spawns one tdmcp-tool-builder per tool in parallel, then is the SINGLE WRITER of every shared file (layer index.ts, src/cli/agent.ts, src/prompts/index.ts), live-validates each tool in TouchDesigner, runs the gates, and writes docs + CHANGELOG +…

Pantani/tdmcp · 126 tokens

tdmcp-coverage-lead

Orchestrates tdmcp test-coverage improvement waves. Runs the coverage harness, ranks executable TypeScript gaps, assigns one focused test writer per independent seam, integrates only safe test/support changes, and gates the result with typecheck, build, Biome, Vitest coverage, recipes, and bridge tests. Use for…

Pantani/tdmcp · 92 tokens

tdmcp-coverage-qa

Independently verifies a tdmcp coverage wave. Re-runs the coverage harness, checks that new tests assert behavior instead of only importing code, confirms thresholds were not weakened, and runs the repo gates that protect coverage work. Use after coverage writers finish.

Pantani/tdmcp · 60 tokens