redteam-av-evasion

redteam-av-evasion is a skill for Claude Code, Codex from shangdi-w/-skills. It costs 83 tokens per session (885 once invoked), scanned A, original, no licence file.

A red-team security skill about avoiding antivirus detection, from basic principles to intermediate techniques. Red teams are authorised security testers who simulate attacks to find weaknesses.

In plain words
What is it for?
It covers antivirus-detection principles, shellcode loading examples, signed system utilities, persistence, privilege escalation, and penetration-testing workflows.
Why use it?
It brings related concepts, tools, and procedures together for security testing. Because these techniques can also be misused, they should only be applied with clear permission.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit It covers antivirus-detection principles, shellcode loading examples, signed system utilities, persistence, privilege escalation, and penetration-testing workflows.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/shangdi-w/-skills/redteam-av-evasion
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 shangdi-w/-skills --skill redteam-av-evasion
Clone the repo
git clone --depth 1 https://github.com/shangdi-w/-skills

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 redteam-av-evasion

README.md
[![agentmods](https://agentmods.dev/badge/skills/shangdi-w/-skills/redteam-av-evasion/github.svg)](https://agentmods.dev/skills/shangdi-w/-skills/redteam-av-evasion)
Your own site
<a href="https://agentmods.dev/skills/shangdi-w/-skills/redteam-av-evasion"><img src="https://agentmods.dev/badge/skills/shangdi-w/-skills/redteam-av-evasion/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 redteam-av-evasion

Your own site · 80×15
<a href="https://agentmods.dev/skills/shangdi-w/-skills/redteam-av-evasion"><img src="https://agentmods.dev/badge/skills/shangdi-w/-skills/redteam-av-evasion.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 83 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 885 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found 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.00083 $0.00885
Opus 5 $0.00042 $0.00443
Sonnet 5 $0.00017 $0.00177
Haiku 4.5 $0.00008 $0.00089

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

Security

Grade A, and why

redteam-av-evasion scanned grade A with 0 findings 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 12d ago.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

redteam-av-evasion/SKILL.md · 50 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 12d ago First seen · 50 lines · 83 tokens per session scan A 03cd99b14ea5

Subscribe to this mod's changes

redteam-av-evasion is a skill published in the GitHub repository shangdi-w/-skills (13 stars, last pushed 3mo ago), with no licence file. It adds 83 tokens to every session and 885 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

apk-redteam-pipeline

End-to-end Android APK red-team pipeline — automated APK acquisition (Play Store + apkpure + apkmirror fallback), jadx decompilation, secret/URL/JWT/Firebase grep, pinned-cert extraction, exported-component enumeration, Frida runtime instrumentation templates, intent-injection probes. Built from an authorized external…

uphiago/recon-skills · 145 tokens

hunt-race-condition

Hunting skill for race condition vulnerabilities. Built from 12 public bug bounty reports including modern HTTP/2 single-packet attack cases (James Kettle DEF CON 2023 "Smashing the State Machine"; RyotaK / Flatt Security 10,000-request first-sequence-sync expansion 2024). Covers coupon double-redemption, gift-card…

uphiago/recon-skills · 140 tokens

hunt-auth-bypass

Hunting skill for auth bypass vulnerabilities. Built from 12 public bug bounty reports across SAML XSW / parser-differential (GitHub Enterprise CVE-2025-25291/25292), SAML signature stripping (Uber, Rocket.Chat, samlify CVE-2025-47949), SAML domain enforcement bypass via control characters (HackerOne 2024)…

uphiago/recon-skills · 172 tokens

hunt-sharepoint

Hunt Microsoft SharePoint Server (2013/2016/2019/Subscription Edition) on-prem farms — anonymous endpoint enumeration, version disclosure, legacy SOAP login bypass (Authentication.asmx), ToolShell precondition chain (CVE-2025-53770), SafeControl reflection enumeration via Picker.aspx, NTLM Type-2 AD topology…

uphiago/recon-skills · 170 tokens

hunt-aspnet

Hunt ASP.NET-specific surface — ViewState deserialization (signed-only vs encrypted), machineKey recovery, dual-parser MAC-bypass anti-pattern, request-validator bypass, trace.axd/elmah.axd disclosure, load-balanced ViewState cross-node failures, SafeControl enumeration via reflection, customErrors mode=Off…

uphiago/recon-skills · 98 tokens

hunt-idor

Hunting skill for idor vulnerabilities. Built from 26 public bug bounty reports. Use when hunting idor on any target.

uphiago/recon-skills · 30 tokens