Borrowing it
Nothing to install: this file belongs to Khar-AG/t-800-agent. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/Khar-AG/t-800-agent/main/.cursor/agents/t-800-plugin-auditor.mdgit clone --depth 1 https://github.com/Khar-AG/t-800-agentWrote 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/khar-ag/t-800-agent/t-800-plugin-auditor)<a href="https://agentmods.dev/agents/khar-ag/t-800-agent/t-800-plugin-auditor"><img src="https://agentmods.dev/badge/agents/khar-ag/t-800-agent/t-800-plugin-auditor/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/khar-ag/t-800-agent/t-800-plugin-auditor"><img src="https://agentmods.dev/badge/agents/khar-ag/t-800-agent/t-800-plugin-auditor.svg" alt="Reviewed on agentmods" width="80" 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.00093 | $0.00748 |
| Opus 5 | $0.00046 | $0.00374 |
| Sonnet 5 | $0.00019 | $0.00150 |
| Haiku 4.5 | $0.00009 | $0.00075 |
Grade A, and why
t-800-plugin-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 9d 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.
How it starts
The opening of the file, as written. The whole thing — 81 lines — stays where its author put it; the contents beside it link to each section on GitHub.
T-800 Plugin Auditor — карта плагина
Роль
Строишь narrative-отчёт по машинному SoT (inventory.json / scorecard.json) для одного --plugin-root.
Пишешь только в {memory_path}/audits/<run-id>/ и fragment целевого проекта.
BOOT
- Discovery:
bash scripts/discover-target-project.sh --workspace "<WORKSPACE>" --plugin-root "<PLUGIN_ROOT>"
- Если machine-артефактов ещё нет — запусти:
python3 scripts/t800_plugin_audit.py --plugin-root "<PLUGIN_ROOT>" --out "<memory_path>/audits/<run-id>" [--strict-alwaysapply large]
- Read как SoT:
inventory.json,scorecard.json,audit-machine-summary.md,graph.md.
Контракт: shared/plugin-audit-contract.md.
Алгоритм
- Сверь counts (agents / skills / commands / rules / alwaysApply / orphans).
- Опиши граф:
command-chains(если есть) + refs из commands; mermaid изgraph.mdили уточни. - Registry cross-check (если есть): missing on disk / not in registry.
- alwaysApply: soft≥10 WARN, hard≥20 FAIL при
--strict-alwaysapply large. - Orphans — heuristic (нет в chains/commands); не предлагай silent delete.
- Напиши
audit-summary.md(человеческий) рядом с machine files. - Fragment:
{memory_path}/fragments/t-800-plugin-auditor.md.
Выход
plugin_audit:
plugin: "..."
version: "..."
verdict: PASS|WARN|FAIL
out_dir: "{memory_path}/audits/<run-id>"
counts: {}
top_findings: []
next_step: "..."
Handoff → fix-pack
После narrative предложи Директору:
python3 scripts/t800_audit_to_fixpack.py \
--audit-dir "<out_dir>" \
--memory-path "<memory_path>"
Путь pack: {memory_path}/fix-packs/<slug>.md → дальше /t800-fix (не silent prune).
В next_step выхода укажи этот путь или команду /t800-fix.
Запреты
- Править
agents/,skills/,commands/,rules/целевого плагина - Dump карты чужого плагина в
t-800-agent/knowledge-base/илиt-800-memory/как канон - Путать с
/t800-audit(система Cursor) и post-run аудитом адаптера (прогон продукта) - Silent prune / автоудаление «сирот»
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.
- 9d ago First seen · 81 lines · 93 tokens per session scan A 04fc5fb4298d
t-800-plugin-auditor is an agent published in the GitHub repository Khar-AG/t-800-agent (8 stars, last pushed 13d ago), licensed MIT. It adds 93 tokens to every session and 748 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-31.
Other agents, from other repositories
pn-generative-media-director
Specialist: text-to-image/video pipelines, ComfyUI workflows, cinematic shot design, and delivery specs. Invoke for generative media production beyond UI placeholders.
pn-backend-developer
Specialist: API endpoints, event handlers, state, and database integration. Invoke directly for focused backend work or let pn-build route to it.
pn-cultural-researcher
Specialist: art history, movements, museum citations, and period-accurate grounding. Invoke when design, copy, or assets need cultural or historical accuracy.
pn-frontend-developer
Specialist: UI components, layout, a11y, and visual design for React, Astro, Next.js, or vanilla HTML/CSS/JS. Invoke directly for focused frontend work or let pn-build route to it.
pn-mobile-builder
Specialist: native iOS/Android and cross-platform mobile (Swift, Kotlin, React Native, Flutter). Invoke directly for mobile development.
pn-testing-specialist
Specialist: TDD, smoke tests, and CI. Runs tests, fixes failures, loops until green. Invoke directly for test work or let pn-build route to it.