redteam-mindset

Guide authorized red-team operators through engagement discipline and evidence-forward decision-making.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/AKasem1/claude-bug-bounty --skill redteam-mindset
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: redteam-mindset
Source: https://github.com/AKasem1/claude-bug-bounty/tree/main/skills/redteam-mindset
Command: npx skills add https://github.com/AKasem1/claude-bug-bounty --skill redteam-mindset

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents common red-team decision mistakes (premature stopping, retraction on first failure, and scope confusion) so authorized operators stay focused on correctness and access-yielding outcomes.

Core Features & Use Cases

  • Scope-discipline for red team vs bug bounty/WAPT: Applies different “win conditions” when engagement scope is external red team, adversary emulation, or assume-breach, rather than using bug-bounty or compliance logic.
  • Finding-correctness mindset: Emphasizes verification discipline (don’t retract on first reproducibility failure; treat delta changes as evidence; cross-validate signals with multiple techniques).
  • Persistence through blockers: Replaces self-throttling habits with structured decision trees for common obstacles (captcha, WAF, rate limits, timing issues) while keeping the goal fixed.
  • Engagement operations clarity: Guides real-engagement cadence (full surface sweeps per host, robots/sitemap/JS/OpenAPI checks, sister-app pivots, evidence journaling) and defines legitimate vs illegitimate stop conditions.

Quick Start

Use the redteam-mindset skill at the start of an external red-team engagement and again whenever you want to stop or retract after a blocker, to keep your tests aligned with “gain access, prove impact” instead of “find a bug and write a report.”

Frequently Asked Questions about redteam-mindset

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I maintain red team engagement discipline when external testing hits blockers like WAF or rate limits?

Red team engagement discipline requires using structured decision trees for blockers like WAF or rate limits, replacing self-throttling habits while keeping the access-yielding goal fixed. This ensures authorized operators persist through common obstacles without prematurely stopping the engagement.

What is the difference between external red team scope and bug bounty validation logic?

External red team scope applies “gain access, prove impact” win conditions, whereas bug bounty logic uses compliance-driven finding reports. Red team engagements prioritize finding correctness and access-yielding outcomes over simply identifying and reporting a vulnerability.

When should I avoid retracting a finding during adversary emulation due to reproducibility failure?

During adversary emulation, you should avoid retracting a finding on the first reproducibility failure. Treat delta changes as evidence and cross-validate signals using multiple techniques to ensure finding correctness before making any retraction decisions.

How do I handle sister-app pivoting during assume-breach engagements with shared infrastructure?

Sister-app pivoting during assume-breach engagements requires checking whether multiple sister apps share infrastructure. Operators must perform full surface sweeps per host, including robots, sitemap, JS, and OpenAPI checks, to map shared infrastructure and identify pivot opportunities.

What are legitimate stop conditions for authorized red team testing compared to premature quitting?

Legitimate stop conditions for authorized red team testing occur when engagement-wide authorization assumptions are exhausted or non-escalation is enforced. Premature quitting happens when operators self-throttle effort after encountering blockers or mis-scope validation decisions.

How do I build an evidence-forward workflow for TIBER-style engagements?

An evidence-forward workflow for TIBER-style engagements requires maintaining consistent decision-making through evidence journaling. Operators must document full surface sweeps, finding validation steps, and blocker decisions to ensure consistent, verifiable engagement operations.