conducting-full-scope-red-team-engagement

conducting-full-scope-red-team-engagement is a skill for Claude Code, Codex from Youngmaidainon/Agent-Level-Up. It costs 84 tokens per session (2,032 once invoked), scanned A, a copy of conducting-full-scope-red-team-engagement, MIT.

A guide to running a full red team exercise that imitates a real attacker from initial research through reaching a defined objective. Red teams test people, processes, and technology while following agreed rules.

In plain words
What is it for?
Use it to plan threat-informed exercises, test security controls and monitoring, and measure incident-response performance across the attack lifecycle.
Why use it?
It shows whether an organization can prevent, detect, and respond to realistic attacks, including stealthy activity and attempts to keep access.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to plan threat-informed exercises, test security controls and monitoring, and measure incident-response performance across the attack lifecycle.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/youngmaidainon/agent-level-up/conducting-full-scope-red-team-engagement
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.

Any agent
npx skills add Youngmaidainon/Agent-Level-Up --skill conducting-full-scope-red-team-engagement
Clone the repo
git clone --depth 1 https://github.com/Youngmaidainon/Agent-Level-Up

Made for: Claude Code, Codex.

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 conducting-full-scope-red-team-engagement

README.md
[![agentmods](https://agentmods.dev/badge/skills/youngmaidainon/agent-level-up/conducting-full-scope-red-team-engagement/github.svg)](https://agentmods.dev/skills/youngmaidainon/agent-level-up/conducting-full-scope-red-team-engagement)
Your own site
<a href="https://agentmods.dev/skills/youngmaidainon/agent-level-up/conducting-full-scope-red-team-engagement"><img src="https://agentmods.dev/badge/skills/youngmaidainon/agent-level-up/conducting-full-scope-red-team-engagement/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 conducting-full-scope-red-team-engagement

Your own site · 80×15
<a href="https://agentmods.dev/skills/youngmaidainon/agent-level-up/conducting-full-scope-red-team-engagement"><img src="https://agentmods.dev/badge/skills/youngmaidainon/agent-level-up/conducting-full-scope-red-team-engagement.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 84 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,032 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 92% 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.00084 $0.02032
Opus 5 $0.00042 $0.01016
Sonnet 5 $0.00017 $0.00406
Haiku 4.5 $0.00008 $0.00203

Measured 7d ago against content hash eb9450523934, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

conducting-full-scope-red-team-engagement 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 7d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/agent.py, scripts/process.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

r = requests.get(url)
Origin

This is a copy

92% identical to conducting-full-scope-red-team-engagement — 4 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.

cyber-security/ctf/conducting-full-scope-red-team-engagement/SKILL.md · 203 lines

How it starts

The opening of the file, as written. The whole thing — 203 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Conducting Full-Scope Red Team Engagement

Overview

A full-scope red team engagement simulates real-world adversary behavior across all phases of the cyber kill chain — from initial reconnaissance through data exfiltration — to evaluate an organization's detection, prevention, and response capabilities. Unlike penetration testing, red team operations prioritize stealth, persistence, and objective-based scenarios that mimic advanced persistent threats (APTs).

When to Use

  • When conducting security assessments that involve conducting full scope red team engagement
  • When following incident response procedures for related security events
  • When performing scheduled security testing or auditing activities
  • When validating security controls through hands-on testing

Prerequisites

  • Written authorization (Rules of Engagement document) signed by executive leadership
  • Defined scope including in-scope/out-of-scope systems, escalation contacts, and emergency stop procedures
  • Threat intelligence on relevant adversary groups (e.g., APT29, FIN7, Lazarus Group)
  • Red team infrastructure: C2 servers, redirectors, phishing domains, payload development environment
  • Legal review confirming compliance with Computer Fraud and Abuse Act (CFAA) and local laws

Engagement Phases

Phase 1: Planning and Threat Modeling

Map the engagement to specific MITRE ATT&CK tactics and techniques based on the threat profile:

Kill Chain Phase MITRE ATT&CK Tactic Example Techniques
Reconnaissance TA0043 T1593 Search Open Websites/Domains, T1589 Gather Victim Identity Info
Resource Development TA0042 T1583.001 Acquire Infrastructure: Domains, T1587.001 Develop Capabilities: Malware
Initial Access TA0001 T1566.001 Spearphishing Attachment, T1078 Valid Accounts
Execution TA0002 T1059.001 PowerShell, T1204.002 User Execution: Malicious File
Persistence TA0003 T1053.005 Scheduled Task, T1547.001 Registry Run Keys
Privilege Escalation TA0004 T1068 Exploitation for Privilege Escalation, T1548.002 UAC Bypass
Defense Evasion TA0005 T1055 Process Injection, T1027 Obfuscated Files
Credential Access TA0006 T1003.001 LSASS Memory, T1558.003 Kerberoasting
Discovery TA0007 T1087 Account Discovery, T1018 Remote System Discovery
Lateral Movement TA0008 T1021.002 SMB/Windows Admin Shares, T1550.002 Pass the Hash
Collection TA0009 T1560 Archive Collected Data, T1213 Data from Information Repositories
Exfiltration TA0010 T1041 Exfiltration Over C2 Channel, T1048 Exfiltration Over Alternative Protocol
Impact TA0040 T1486 Data Encrypted for Impact, T1489 Service Stop

Read the full file on GitHub · 203 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 7d ago First seen · 203 lines · 84 tokens per session scan A eb9450523934

Subscribe to this mod's changes

conducting-full-scope-red-team-engagement is a skill published in the GitHub repository Youngmaidainon/Agent-Level-Up (3 stars, last pushed 17d ago), licensed MIT. It adds 84 tokens to every session and 2,032 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). It is 92% identical to conducting-full-scope-red-team-engagement, differing in 4 lines, and is treated as a copy.