redteam-mindset

Enforces persistent offensive-testing discipline for authorized red-team engagements.

Updated Sep 6, 2026
One-click install
npx skills add https://github.com/inventashif/helpful-code-sidekick --skill redteam-mindset-inventashif
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: redteam-mindset
Source: https://github.com/inventashif/helpful-code-sidekick/tree/main/scripts/hackerai/skills/bughunter/redteam-mindset
Command: npx skills add https://github.com/inventashif/helpful-code-sidekick --skill redteam-mindset-inventashif

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Red-team operators often self-throttle during authorized engagements — retracting valid findings after one failed recheck, stopping at the first WAF block, or treating red-team scope like a bug-bounty scan — causing real vulnerabilities to be missed or incorrectly withdrawn. ## Core Features & Use Cases - Persistence Directives: Defines explicit anti-patterns and legitimate stop conditions so testers keep probing every live host, endpoint, and vulnerability class until scope is genuinely exhausted. - Scope Discipline: Separates red-team scope (access-yielding bugs like SQLi, RCE, SSRF, auth bypass) from WAPT-class bugs (CSRF, reflected XSS, missing headers) so effort goes toward findings that prove impact. - Blocker Decision Trees: Provides escalation paths for captchas, WAFs, rate limits, and slow targets, plus checklists for pre-, during-, and post-engagement phases. - Use Case: During an authorized external red-team engagement, a tester hits a 403 on an admin panel and is tempted to move on; this Skill directs them through 12+ auth-bypass classes, sister-app sweeps, and cross-validation before any host is declared complete. ## Quick Start Load the redteam-mindset skill at the start of this authorized red-team engagement and apply its persistence and scope rules to my testing plan.

Frequently Asked Questions about redteam-mindset

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

FAQPage Schema
How do I avoid stopping too early in a red team engagement?

Follow the per-host completion cadence: probe top-100 paths, read robots.txt and sitemap entries, harvest JS bundles for secrets, and run full SQLi and auth-bypass class sweeps on every form and endpoint. Only stop when all in-scope assets are actively probed and findings are cross-validated.

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

Red-team scope means gain access and prove impact, prioritizing SQLi, RCE, SSRF, and auth bypass. Bug bounty and WAPT scope means find a bug and write a report, covering classes like CSRF, reflected XSS, and missing headers that rarely yield access.

Should I retract a finding when the recheck fails?

No. Preserve the original PoC artifacts, then investigate the delta: diff response bodies, headers, and timing to identify a deployed WAF rule or hotfix. A mid-engagement mitigation is itself a positive finding about the client's incident response.

How do I bypass WAF or rate limiting during authorized testing?

Use the documented decision tree: slow the pace, encode payloads, switch injection context or HTTP verb, try host-header tricks, and probe the origin server directly. For rate limits, rotate IPs and user agents with jittered timing.

When is this skill not appropriate to use?

Do not use it for bug bounty programs, WAPT or PCI-style assessments, or pure compliance audits, since those have different scope rules. It is designed specifically for authorized red-team and adversary-emulation engagements.