red-team

red-team is an agent for Claude Code from elixpo/claudeOps.elixpo. It costs 31 tokens per session (457 once invoked), scanned A, a copy of red-team, MIT.

A security-testing agent that acts like an attacker against a developer’s stated security assumptions. It checks whether authentication, input validation, database queries, rate limits, secrets, and other protections can be bypassed.

In plain words
What is it for?
Use it to test code involving logins, permissions, payments, APIs, infrastructure, user input, databases, or sensitive configuration.
Why use it?
It helps reveal security flaws that normal code review may miss, including forgotten attack paths and information leaks. Finding these problems before release reduces the chance that attackers can exploit them.

Agent for Claude Code

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

Good fit Use it to test code involving logins, permissions, payments, APIs, infrastructure, user input, databases, or sensitive configuration.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/elixpo/claudeops.elixpo/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/elixpo/claudeOps.elixpo

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/elixpo/claudeops.elixpo/red-team/github.svg)](https://agentmods.dev/agents/elixpo/claudeops.elixpo/red-team)
Your own site
<a href="https://agentmods.dev/agents/elixpo/claudeops.elixpo/red-team"><img src="https://agentmods.dev/badge/agents/elixpo/claudeops.elixpo/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/elixpo/claudeops.elixpo/red-team"><img src="https://agentmods.dev/badge/agents/elixpo/claudeops.elixpo/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 100% copy Near-identical to another mod 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 9d ago against content hash d68235064b41, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, 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 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.

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

This is a copy

100% identical to red-team — 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.

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. 9d 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 elixpo/claudeOps.elixpo (2 stars, last pushed 29d 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). It is 100% identical to red-team, differing in 0 lines, and is treated as a copy.

Related

Other agents, from other repositories

observability-engineer

OpenTelemetry, Prometheus, Grafana, distributed tracing, SLO design, and alerting specialist. Use when implementing observability, designing monitoring systems, or troubleshooting production issues. Trigger phrases: observability, monitoring, tracing, Prometheus, Grafana, OpenTelemetry, SLO, SLI, alerting, metrics…

travisjneuman/.claude · 82 tokens

go-expert

Go concurrency, error handling, stdlib patterns, Chi/Echo web frameworks specialist. Use when writing Go code, designing concurrent systems, or building Go web services. Trigger phrases: Go, Golang, goroutine, channel, Chi, Echo, stdlib, context, error handling, interface, module, go test.

travisjneuman/.claude · 69 tokens

mobile-release-manager

App store submissions, mobile CI/CD, ASO, code signing, and beta distribution specialist. Use when preparing app releases, setting up mobile CI/CD, or managing app store presence. Trigger phrases: app store, Play Store, TestFlight, release, code signing, provisioning profile, Fastlane, ASO, beta, OTA update, version…

travisjneuman/.claude · 77 tokens

product-analytics-specialist

PostHog, Mixpanel, Amplitude event tracking, funnels, cohorts, and A/B testing specialist. Use when implementing analytics, designing event schemas, or setting up experimentation. Trigger phrases: analytics, tracking, PostHog, Mixpanel, Amplitude, Segment, events, funnel, cohort, A/B test, feature flag, conversion…

travisjneuman/.claude · 80 tokens

vue-nuxt-expert

Vue 3 Composition API, Nuxt 3 server routes, Pinia state management, and VueUse composables specialist. Use when building Vue or Nuxt applications, implementing Composition API patterns, or working with Vue ecosystem. Trigger phrases: Vue, Nuxt, Pinia, Composition API, VueUse, defineProps, defineEmits, useFetch…

travisjneuman/.claude · 90 tokens

cloud-architect

Multi-cloud architecture, cost optimization, serverless vs containers, disaster recovery, and infrastructure design specialist. Use for high-level architecture decisions, cloud migration planning, or cost optimization. Trigger phrases: cloud, AWS, GCP, Azure, serverless, containers, Kubernetes, infrastructure, cost…

travisjneuman/.claude · 69 tokens