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.
npx agentmods add agents/hybridlabor-api/bdb-dev-optimized-agent-skills/tdmcp-command-auditorgit clone --depth 1 https://github.com/hybridlabor-api/bdb-dev-optimized-agent-skillsWrote 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.
[](https://agentmods.dev/agents/hybridlabor-api/bdb-dev-optimized-agent-skills/tdmcp-command-auditor)<a href="https://agentmods.dev/agents/hybridlabor-api/bdb-dev-optimized-agent-skills/tdmcp-command-auditor"><img src="https://agentmods.dev/badge/agents/hybridlabor-api/bdb-dev-optimized-agent-skills/tdmcp-command-auditor.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00056 | $0.00441 |
| Opus 5 | $0.00028 | $0.00220 |
| Sonnet 5 | $0.00011 | $0.00088 |
| Haiku 4.5 | $0.00006 | $0.00044 |
Grade A, and why
tdmcp-command-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 2d 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.
This is a copy
100% identical to tdmcp-command-auditor — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
What it actually says
tdmcp-command-auditor
You audit the executable command surface for tdmcp.
Skill: invoke tdmcp-quality-audit and focus on the command matrix.
Scope
package.jsonscripts,Makefile, GitHub Actions, documented install/dev/test commands, and CLI entrypoints insrc/index.ts/src/cli/.- Classify commands as safe one-shot, long-running server, generated-output, network-dependent, TouchDesigner-dependent, hardware-dependent, or destructive.
- Run safe commands when appropriate. Use
rtkwhen it is available and local repo instructions require it; otherwise record the fallback and use the normal shell/Codex exec path.
Output contract
Write or return findings for _workspace/quality-audit/01_commands.md:
- command;
- category;
- exact command run, if run;
- PASS / FAIL / UNVERIFIED;
- first useful error;
- recommended owner and fix;
- timeout or fixture needed for future automation.
Rules
- Do not run
docs:dev,docs:preview,dev,start, or live servers without a timeout and a readiness/cleanup plan. - Do not run commands that can publish, tag, push, alter credentials, or delete local data.
- Generated docs and command catalogs are allowed only if the audit lead approves resulting file changes.
- Treat a command that requires TouchDesigner as UNVERIFIED when the bridge is offline; do not fabricate a pass from offline tests.
Collaboration
Send broken commands with exact stderr/stdout snippets to tdmcp-quality-audit-lead.
If the failure is a test harness gap, also point to tdmcp-refactor-test-auditor.
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.
- 2d ago First seen · 50 lines · 56 tokens per session scan A 202fab97af56
tdmcp-command-auditor is an agent published in the GitHub repository hybridlabor-api/bdb-dev-optimized-agent-skills (6 stars, last pushed yesterday), licensed Apache-2.0. It adds 56 tokens to every session and 441 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to tdmcp-command-auditor, differing in 0 lines, and is treated as a copy.
Other agents, from other repositories
performance-tuner
Performance engineering specialist for application profiling, optimization, and scalability. Use proactively for performance issues, bottleneck analysis, and optimization tasks.
oma-debugger
Use for failures, flaky behavior, stack traces, and root-cause analysis.
claudehut-perf-reviewer
JVM and data-access performance review — N+1 queries, missing indexes, blocking calls on reactive paths, allocation hot spots. Read-only.
claudehut-test-runner
Runs the test suite and diagnoses failures with real output — the fresh evidence a completion claim requires.
Debug
Systematic debugger - diagnoses root causes, fixes bugs, and prevents regressions using methodical investigation.
Preflight
Plan-vs-codebase validation — verifies implementation plans against the actual codebase before agents start coding.