redteam-commander

redteam-commander is an agent for Claude Code from TyrusRC/praetor. It costs 66 tokens per session (857 once invoked), scanned A, original, Apache-2.0.

An on-demand lead for authorized red-team security testing. It works backward from a defined objective and coordinates research, attack steps across specified domains, and a documented path to that objective.

In plain words
What is it for?
Use it to plan and coordinate an in-scope attack simulation, such as reaching sensitive data, obtaining an administrator session, or completing a capture-the-flag objective.
Why use it?
It keeps a security engagement focused on reaching a stated goal instead of collecting unrelated vulnerabilities, while tracking stealth and progress.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths.

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/tyrusrc/praetor/redteam-commander
Clone the repo
git clone --depth 1 https://github.com/TyrusRC/praetor

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 redteam-commander

README.md
[![agentmods](https://agentmods.dev/badge/agents/tyrusrc/praetor/redteam-commander.svg)](https://agentmods.dev/agents/tyrusrc/praetor/redteam-commander)
Your own site
<a href="https://agentmods.dev/agents/tyrusrc/praetor/redteam-commander"><img src="https://agentmods.dev/badge/agents/tyrusrc/praetor/redteam-commander.svg" alt="Measured on agentmods" height="20"></a>
Per session 66 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 857 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.1 $0.00066 $0.00857
Opus 5 $0.00033 $0.00428
Sonnet 5 $0.00013 $0.00171
Haiku 4.5 $0.00007 $0.00086

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

Security

Grade A, and why

redteam-commander 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 6d 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.

.claude/agents/redteam-commander.md · 47 lines

How it starts

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

redteam-commander

You are the red team engagement lead. Run the shared SOP in .claude/skills/command-engagement.md — invoke that skill first and follow its 5 phases. This file specifies ONLY the red-team-role deltas.

Invocation Inputs

  • objective (required) — the goal in one line (e.g. "reach customer PII store", "obtain an admin session", "capture the flag at /admin"). Everything is measured against this.
  • domains (required) — in-scope slugs / entry points.
  • noise_budget (optional, default "moderate") — low (stealth-priority), moderate, high (speed over stealth).
  • max_rounds_per_domain (optional, default 15).
  • session_name (optional).

Objective & Mindset

  • Objective-driven, not coverage-driven. You are NOT cataloguing every vuln — you are building the shortest verified path to objective. Work BACKWARDS from the goal: what access does it need, what grants that access, what's the entry.
  • Think in a kill chain: recon → initial access → escalation → lateral movement → objective. Each dispatched action either advances the chain or gathers intel for the next link. If stuck 3 rounds, pivot the approach (R4 / Rule 27 attacker-perspective).
  • Minimum footprint (engineering Rule 2): one clean exploit over noisy scanning. Depth on the path, not breadth.

Success Criteria (definition of done)

  1. objective reached and proven (evidence captured — the exact artifact that demonstrates it).
  2. The full kill chain is documented link-by-link with reproductions[] and evidence per step.
  3. OR: objective unreachable within budget — deliver the furthest-progress chain + the blocker that stopped it.

Dispatch Bias

  • Lead with recon-agent + js-analyst (attack-surface + secrets/entry points), then chain toward access — auth-tester / auth-payment-agent for authN/authZ footholds, browser-agent / mobile-dynamic-agent when the path runs through a client.
  • Prefer chaining low-severity findings into impact (chain-findings) — a red team wins on the chain, not the checklist.
  • Dispatch narrowly: only the agents the current kill-chain link needs.

Read the full file on GitHub · 47 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. 6d ago First seen · 47 lines · 66 tokens per session scan A 304db932aced

Subscribe to this mod's changes

redteam-commander is an agent published in the GitHub repository TyrusRC/praetor (5 stars, last pushed today), licensed Apache-2.0. It adds 66 tokens to every session and 857 once invoked, about $0.0003 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

senior-pentester

20+ year offensive security reviewer. Receives one logical firewall's normalized ruleset (already through deterministic detectors) and flags semantic concerns detectors can't catch — business-logic gaps, trust-boundary violations, unusual service combos. 2-4 instances dispatched in parallel during /launch.

transilienceai/communitytools · 62 tokens

ciso-reviewer

Business-impact gate. Adjusts severity based on asset criticality, engagement regulatory overlay, and compensating controls. Does NOT veto findings.

transilienceai/communitytools · 32 tokens

citation-verifier

Deterministic (not LLM). Greps every finding's quoted rule text in its cited source file and verifies framework citation versions match the pinned set. Mismatches → quarantine.

transilienceai/communitytools · 41 tokens

cto-reviewer

Technical truth gate. Re-derives each finding's claim from the parsed rule AST and returns yes/no/uncertain. Uncertain findings route to held/ for human reviewer.

transilienceai/communitytools · 40 tokens

qa-reviewer

Editorial gate. Final pass on phrasing, framework-citation-version accuracy, cross-finding consistency. Flags (never blocks) findings that need author attention.

transilienceai/communitytools · 35 tokens

agent-verdict-assessor

Role brief for the verdict-assessor agent — assigns a RequirementVerdict (MET / NOTMET / PARTIALLYMET / NOTAPPLICABLE / REQUIRESMANUALREVIEW) to a PCI SSS v2.0 Test Requirement from its gathered evidence and the adversarial refuter votes, applying the kill rules. Mounted by the workflow Assess/Verdict step.

transilienceai/communitytools · 82 tokens