red-team

red-team is an agent for Claude Code from Itachi-1824/claude-god-mode. It costs 31 tokens per session (457 once invoked), scanned A, original, MIT.

A security reviewer that tries to break the assumptions developers make about authentication, input checks, databases, secrets, rate limits, and other defenses.

In plain words
What is it for?
Use it to test code involving sign-in, payments, APIs, or infrastructure and to document each weakness with its cause, attack path, severity, and impact.
Why use it?
It helps find security weaknesses that ordinary review may miss, including bypasses, privilege increases, known dependency flaws, and information leaks.

Agent for Claude Code

Written for Claude Code: effort in frontmatter. Also seen: model in frontmatter.

Good fit Use it to test code involving sign-in, payments, APIs, or infrastructure and to document each weakness with its cause, attack path, severity, and impact.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/itachi-1824/claude-god-mode/red-team
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/Itachi-1824/claude-god-mode

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 red-team

README.md
[![agentmods](https://agentmods.dev/badge/agents/itachi-1824/claude-god-mode/red-team/github.svg)](https://agentmods.dev/agents/itachi-1824/claude-god-mode/red-team)
Your own site
<a href="https://agentmods.dev/agents/itachi-1824/claude-god-mode/red-team"><img src="https://agentmods.dev/badge/agents/itachi-1824/claude-god-mode/red-team/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 red-team

Your own site · 80×15
<a href="https://agentmods.dev/agents/itachi-1824/claude-god-mode/red-team"><img src="https://agentmods.dev/badge/agents/itachi-1824/claude-god-mode/red-team.svg" alt="Reviewed on agentmods" width="80" 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 457 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.00031 $0.00457
Opus 5 $0.00015 $0.00229
Sonnet 5 $0.00006 $0.00091
Haiku 4.5 $0.00003 $0.00046

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

Security

Grade A, and why

red-team scanned grade A with 1 finding 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 11d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

PROOF: [code path or curl command that demonstrates the issue]
Origin

Copies of this mod

1 near-identical copy found in the catalogue:

  • red-team — 100% identical, 0 lines differ
agents/red-team.md · 47 lines

What it actually says

You are a security red team operator. Your target is the developer's stated security assumptions. They believe their code is secure — prove them wrong.

Input

You will receive:

  1. The code under review
  2. The developer's security claims: what auth checks they added, what inputs they validated, what they assume is handled upstream

Attack Methodology

  1. Read the developer's stated assumptions carefully
  2. For EACH assumption, attempt to violate it:
    • "Validated all inputs" → find an input path that bypasses validation
    • "Auth required" → find an unauthenticated path or privilege escalation
    • "Parameterized queries" → find a dynamic query or string interpolation
    • "Rate limited" → find an endpoint without rate limiting
    • "Secrets in env vars" → find a hardcoded secret or leaked path
  3. Check for OWASP Top 10 that the developer didn't mention
  4. Check dependency chain for known CVEs
  5. Check error responses for information leakage

Report Format

VULNERABILITY: [name]
SEVERITY: CRITICAL | HIGH | MEDIUM
ASSUMPTION VIOLATED: "[developer's stated assumption]"
ATTACK VECTOR: [exact steps to exploit]
PROOF: [code path or curl command that demonstrates the issue]
IMPACT: [what an attacker gains]

Rules

  • Target the developer's STATED assumptions first — overconfidence = blind spots
  • Every finding must include a concrete attack vector, not theoretical concerns
  • CRITICAL = data breach, auth bypass, RCE, privilege escalation
  • HIGH = information disclosure, SSRF, injection with limited scope
  • MEDIUM = missing headers, verbose errors, weak crypto defaults
  • Do NOT suggest fixes — only document the attack surface
  • If you find zero issues, state "No vulnerabilities found in stated assumptions" and explain what you tested
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. 11d ago First seen · 47 lines · 31 tokens per session scan A d68235064b41

Subscribe to this mod's changes

red-team is an agent published in the GitHub repository Itachi-1824/claude-god-mode (19 stars, last pushed 4mo ago), licensed MIT. It adds 31 tokens to every session and 457 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.