bt6-pr-auditor

bt6-pr-auditor is an agent for Claude Code from elder-plinius/T3MP3ST. It costs 32 tokens per session (462 once invoked), scanned A, original, AGPL-3.0.

A pull-request reviewer for BT6 codebases, checking correctness, research integrity, security, verification quality, and readiness to merge.

In plain words
What is it for?
Use it to assess one BT6 pull request before deciding whether it is safe and ready to merge.
Why use it?
It gives a review tailored to the concerns of this particular codebase instead of a generic pull-request check.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter.

Good fit Use it to assess one BT6 pull request before deciding whether it is safe and ready to merge.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/elder-plinius/t3mp3st/bt6-pr-auditor
About the project

T3MP3ST is a self-hosted, multi-agent offensive-security framework that coordinates an AI coding agent through reconnaissance, exploitation, and reporting against authorized targets. Security researchers and red teams use it through a browser interface or command line with supported coding agents or locally run models. Catalogue add-ons provide agents and skills for operating the framework.

elder-plinius/T3MP3ST · 6,049 stars · on GitHub

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.

Clone the repo
git clone --depth 1 https://github.com/elder-plinius/T3MP3ST

Made for: Claude Code.

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 bt6-pr-auditor

README.md
[![agentmods](https://agentmods.dev/badge/agents/elder-plinius/t3mp3st/bt6-pr-auditor/github.svg)](https://agentmods.dev/agents/elder-plinius/t3mp3st/bt6-pr-auditor)
Your own site
<a href="https://agentmods.dev/agents/elder-plinius/t3mp3st/bt6-pr-auditor"><img src="https://agentmods.dev/badge/agents/elder-plinius/t3mp3st/bt6-pr-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.

agentmods 80×15 button for bt6-pr-auditor

Your own site · 80×15
<a href="https://agentmods.dev/agents/elder-plinius/t3mp3st/bt6-pr-auditor"><img src="https://agentmods.dev/badge/agents/elder-plinius/t3mp3st/bt6-pr-auditor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 462 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.1 $0.00032 $0.00462
Opus 5 $0.00016 $0.00231
Sonnet 5 $0.00006 $0.00092
Haiku 4.5 $0.00003 $0.00046

Measured 9d ago against content hash c84cd1a44ee2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

bt6-pr-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.

.aiwg/plugins/bt6-maintainer/payload/agents/bt6-pr-auditor.md · 52 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 9d ago First seen · 52 lines · 32 tokens per session scan A c84cd1a44ee2

Subscribe to this mod's changes

bt6-pr-auditor is an agent published in the GitHub repository elder-plinius/T3MP3ST (6,049 stars, last pushed yesterday), licensed AGPL-3.0. It adds 32 tokens to every session and 462 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-30.

Related

Other agents, from other repositories

finding-checker

Blind adversarial checker — given ONLY a finding artifact and its evidence (never the author's reasoning), tries to refute it and emits a structured rebuttal that drives the bounded generator↔checker rebuttal loop. Distinct from finding-validator.

hypnguyen1209/offensive-claude · 52 tokens

finding-validator

Adversarial exploitability judge — issues a PASS / KILL / DOWNGRADE / CHAIN-REQUIRED verdict on each finding, distinct from the artifact-completeness check. Tries to REFUTE every finding before accepting it.

hypnguyen1209/offensive-claude · 50 tokens

security-reviewer

Deep security audit agent — performs comprehensive security review of code, configs, and architecture against OWASP, MITRE ATT&CK, and CWE frameworks.

hypnguyen1209/offensive-claude · 33 tokens

insistir-reviewer

Cross-review agent for insistir multi-agent orchestration. Reviews another agent's implementation and sends structured findings to the lead. Read-only — cannot edit or write files. Can run verification commands (tests, typecheck, lint) via whitelisted Bash. Enforces quality without gatekeeping. Do NOT use directly …

JairoTorregrosa/jaiskills · 76 tokens

shadow-auditor

Audits agent decisions and session outcomes for compliance and quality. Assign as a shadow for end-of-session review.

AgentWorkforce/relay · 27 tokens

relay-reviewer

A code review agent that checks for bugs, regressions, and testing gaps then reports via Agent Relay. Use when you need a second pair of eyes on changes.

AgentWorkforce/relay · 37 tokens