red-team

Simulate adversarial attacks to identify vulnerabilities in code, services, and infrastructure.

3|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/gavinmcfall/agentic-config --skill red-team-gavinmcfall
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: red-team
Source: https://github.com/gavinmcfall/agentic-config/tree/main/config/skills/core/red-team
Command: npx skills add https://github.com/gavinmcfall/agentic-config --skill red-team-gavinmcfall

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill proactively identifies security weaknesses in code, live services, or infrastructure by simulating adversarial attacks, preventing real-world breaches.

Core Features & Use Cases

  • Adversarial Simulation: Employs red teaming methodologies to uncover vulnerabilities.
  • Automated Attack Surface Mapping: Identifies and targets potential weaknesses across various attack surfaces.
  • Parallel Subagent Execution: Spawns specialized agents to probe different security vectors concurrently.
  • Use Case: Before deploying a new web application, use this Skill to simulate a sophisticated attack, uncovering critical vulnerabilities like SQL injection or authentication bypasses that traditional security reviews might miss.

Quick Start

Initiate a red team assessment against the provided codebase.

Frequently Asked Questions about red-team

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

FAQPage Schema
How do I find vulnerabilities in my code before deployment?

Vulnerability identification before deployment uses adversarial security testing to simulate attacker methodologies, mapping attack surfaces and deploying parallel subagents to probe code, live services, and infrastructure for exploitable weaknesses.

What is adversarial security testing and how does it work?

Adversarial security testing simulates sophisticated attacker methodologies to uncover vulnerabilities. It maps potential attack surfaces across code and infrastructure, then deploys parallel subagents to target specific security vectors concurrently for proactive defense.

Can I use penetration testing to uncover SQL injection and authentication bypasses?

Penetration testing through adversarial simulation uncovers critical vulnerabilities like SQL injection and authentication bypasses. It deploys specialized agents to probe different security vectors concurrently, identifying weaknesses traditional security reviews might miss.

How do I map the attack surface of a live web application?

Attack surface mapping identifies and targets potential weaknesses across live services and infrastructure. The Skill automates this process, scanning for exploitable vectors and deploying parallel subagents to probe identified security boundaries concurrently.

Does red team testing work on both codebases and live infrastructure?

Red team testing works on code, live services, and infrastructure by simulating adversarial attacks. It maps attack surfaces across these environments and synthesizes findings into actionable reports for proactive defense against real-world threats.