red-team-adversarial

Solid

Adversarial security and resilience analysis — auto-triggered during /review and /test based on task classification. Provides attack surface analysis, boundary testing, auth bypass attempts, dependency chain attacks, and Beast Mode stress testing.

AI & Automation 94 stars 22 forks Updated 1 months ago MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
66
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Red Team / Adversarial Testing ## Overview This skill applies **adversarial thinking** to code changes: instead of checking against a compliance list (that's what `security_guardrails.md` does), it actively asks "how would an attacker exploit this change?" and "what breaks under extreme conditions?" It complements — never replaces — the existing OWASP security scan in `/review`. ## Ironclad Rules 1. **No bypass of governance**: This skill executes within `/review` and `/test` phases only. It cannot override gates, skip phases, or alter classification. 2. **Severity honesty**: Only mark CRITICAL when there is a concrete, exploitable attack path with evidence (file:line). Speculative risks are HIGH at most. 3. **Additive only**: Red Team findings supplement existing security findings — never contradict or override them. ## When to Use (Auto-Trigger Matrix) AI MUST check the task classification from the Work Log and apply this matrix automatically: ``` Classification │ /review │ /test ──────────────────────┼──────────────────┼───────────────── tiny-fix │ — │ — quick-win │ — │ — hotfix │ Lite Red Team │ Lite Adversarial (1-2 cases) feature │ Full Red Team │ Adversarial Cases architecture-change │ Full Red Team │ Adversarial Cases + Beast Mode ``` **Auto-trigger logic**: During `/review` or `/test`, read `Classification:` from the active Work Log. If classifica...

Details

Author
KbWen
Repository
KbWen/agentic-os
Created
5 months ago
Last Updated
1 months ago
Language
Python
License
MIT

Related Skills