github.com/zhaoxuya520/reverse-skill
| Skill | Added | Review |
|---|---|---|
email-security skills/email-security/SKILL.md Use for authorized email security review including phishing analysis, header authentication (SPF/DKIM/DMARC), BEC patterns, and mailbox token abuse research. | 61 61 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 6aa1362 | |
edr-bypass-re skills/edr-bypass-re/SKILL.md 逆向防御方实现 → 红队针对性绕过。把 EDR / Defender / AV 的 hook 表、ETW provider、AMSI 实现先逆向出来, 再写针对性的 unhook / 间接 syscall / ETW patch / call stack spoof。对照 MITRE ATT&CK T1562 防御规避。 触发关键词:EDR 绕过、AV bypass、免杀、unhook、direct syscall、indirect syscall、Hell's Gate、Halo's Gate、 Tartarus Gate、ETW patch、AMSI patch、call stack spoofing、hardware breakpoint Blindside、MITRE T1562、 ntdll unhook、kernel callback、CrowdStrike 绕过、Defender 绕过、Sentinel One 绕过、Elastic Defend、 Sysmon 规避、PPID spoof、Sleep mask、Process Hollowing、Reflective DLL。 | 69 69 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Version: 6aa1362 | |
dotnet-reverse skills/dotnet-reverse/SKILL.md .NET / C# 二进制逆向。当目标是 .NET assembly(PE 头含 CLR、.exe/.dll 托管程序)、C# 编译产物(含 NativeAOT)、红队 Sharp* 工具(Rubeus / SharpHound / SharpHound 等)、.NET 混淆程序(ConfuserEx / SmartAssembly / Babel / Eazfuscator)、.NET loader / info-stealer / 套壳 malware 时使用。优先用 dnSpyEx + de4dot,需要 AI 直接操作时联动 dnSpy MCP。不用于纯 native 二进制(走 reverse-engineering / ida-reverse)。 | 74 74 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Version: 6aa1362 | |
docs-generator skills/docs-generator/SKILL.md Creates task-oriented technical documentation with progressive disclosure. Use when writing READMEs, API docs, architecture docs, or markdown documentation. Also use this skill at the END of any completed reverse engineering, penetration testing, CTF, or security analysis task to generate a formal report in the user's project directory. Trigger keywords: 写报告, 写文档, 出报告, writeup, 技术文档, report, documentation. | 72 72 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Version: 6aa1362 | |
digital-forensics skills/digital-forensics/SKILL.md Use for authorized digital forensics including memory dumps, disk timelines, PCAP investigation, artifact triage, and IR evidence preservation. | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 6aa1362 | |
diagram-generator skills/diagram-generator/SKILL.md generate, refine, validate, and render diagrams from natural language, notes, code snippets, schemas, tables, or existing diagram source. use for flowcharts, swimlanes, sequence diagrams, state diagrams, er diagrams, class diagrams, architecture/c4-style diagrams, dependency graphs, gantt charts, mind maps, user journeys, sankey-style flows, org charts, network graphs, and other visual models. supports mermaid by default, graphviz dot for complex graph layout, plantuml for uml-heavy engineering diagrams, and svg output when direct markup is more reliable. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 6aa1362 | |
database-security skills/database-security/SKILL.md Use for authorized database security assessment covering PostgreSQL/MySQL/MSSQL/Mongo/Redis exposure, authz, UDF/command paths, and misconfiguration review. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 6aa1362 | |
code-audit skills/code-audit/SKILL.md Use for authorized source-code security review and SAST workflows including Semgrep, CodeQL patterns, dangerous API hunting, and fix verification. | 75 75 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 6aa1362 | |
cloud-k8s skills/cloud-k8s/SKILL.md Use for authorized cloud, container, and Kubernetes security assessment including metadata SSRF, IAM misconfig, container escape paths, and cluster RBAC review. | 75 75 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 6aa1362 | |
browser-extension-reverse skills/browser-extension-reverse/SKILL.md Use for authorized reverse engineering of browser extensions (Chrome/Firefox) including manifest analysis, background workers, and extension-based credential or traffic logic recovery. | 80 80 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 6aa1362 | |
browser-automation skills/browser-automation/SKILL.md 统一自动化入口。覆盖浏览器自动化(Playwright)和 Windows 桌面应用自动化(OpenReverse)。 浏览器场景:打开网页、点击、填表、爬取、截图、自动化登录、渗透页面交互。 桌面场景:操作 IDA/x64dbg 等 GUI 工具、Windows UI Automation、视觉驱动交互、桌面应用网络抓包。 触发关键词:浏览器自动化、桌面自动化、打开网页、填表、爬取、截图、自动化登录、Playwright、agent-browser、headless、OpenReverse、UIA、CUA、桌面操作、Windows 自动化。 | 70 70 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Version: 6aa1362 | |
binary-diff skills/binary-diff/SKILL.md 跨版本符号迁移与二进制差分。当你有旧版本的符号/逆向结果,需要快速迁移到新版本时使用。 适用场景:内核缺 PDB 用旧版符号推导、程序更新后批量迁移函数名、应用更新后快速定位新偏移。 核心方法:用 LLM 做结构化差异比对,程序化输入输出,成本极低(200 函数 ~1 元)。 触发关键词:符号迁移、bindiff、跨版本、PDB 缺失、函数偏移迁移、symbol migration、binary diff、版本对比。 | 68 68 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Version: 6aa1362 | |
attack-chain skills/attack-chain/SKILL.md Use for authorized multi-stage attack-path planning and orchestration when a task spans reconnaissance, initial access, privilege escalation, lateral movement, or impact assessment. Route single-stage tasks directly to their specialist skill. | 58 58 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Version: 6aa1362 | |
apk-reverse skills/apk-reverse/SKILL.md 在 CLI 环境下做 Android APK 逆向时使用。适用于 APK 解包、Java 反编译、smali 修改、重打包、Frida 动态 Hook,以及按需切换到 so/native 分析。优先使用本机已安装的 jadx、apktool、frida、adb、ida-reverse、radare2。 | 72 72 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Version: 6aa1362 | |
api-security skills/api-security/SKILL.md Use for authorized security assessment of REST, GraphQL, WebSocket, or SOAP APIs, including discovery, authentication, authorization, rate-limit, and CI/CD testing. | 73 73 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Version: 6aa1362 | |
reverse-skill-router skills/SKILL.md Routes reverse engineering, exploitation, penetration testing, malware, mobile, firmware, browser automation, documentation, and security tasks to the appropriate specialist skill. Use when a task spans modules or the correct reverse-skill entrypoint is unclear. | 75 75 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 6aa1362 | |
ctf-sandbox-orchestrator CTF-Sandbox-Orchestrator/ctf-sandbox-orchestrator/SKILL.md Default entrypoint and master ctf-sandbox-orchestrator workflow for CTF, exploit, reverse engineering, DFIR, pwnable, crypto, stego, mobile, AI-agent, cloud, container, Active Directory, Windows-host, and identity challenges. Use first when the user presents challenge infrastructure, binaries, prompts, hosts, or identities that should be treated as sandbox-internal by default and Codex needs to choose, route, and load the right downstream analysis path with concise evidence. | 69 69 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Version: 6aa1362 | |
competition-windows-pivot CTF-Sandbox-Orchestrator/competition-windows-pivot/SKILL.md Internal downstream skill for ctf-sandbox-orchestrator. CTF-sandbox workflow for Kerberos, WinRM, SMB, RDP, Windows credential material, replayable tickets, delegation edges, and host-to-host pivot chains. Use when the user asks to replay Kerberos material, trace a WinRM, SMB, or RDP pivot, understand host-to-host privilege movement, or prove which Windows service accepted a credential or ticket. Use only after `$ctf-sandbox-orchestrator` has already established sandbox assumptions and routed here. | 80 80 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Version: 6aa1362 | |
competition-websocket-runtime CTF-Sandbox-Orchestrator/competition-websocket-runtime/SKILL.md Internal downstream skill for ctf-sandbox-orchestrator. CTF-sandbox workflow for WebSocket and SSE handshakes, auth material, subscription state, realtime message schemas, reconnect behavior, and frame-driven runtime effects. Use when the user asks to inspect a WebSocket or SSE handshake, decode frames, trace subscriptions, follow reconnect logic, inspect auth material sent during realtime setup, or explain how live frames change rendered or persisted state. Use only after `$ctf-sandbox-orchestrator` has already established sandbox assumptions and routed here. | 80 80 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Version: 6aa1362 | |
competition-web-runtime CTF-Sandbox-Orchestrator/competition-web-runtime/SKILL.md Internal downstream skill for ctf-sandbox-orchestrator. CTF-sandbox workflow for CTF web, API, SSR, frontend, queue-backed app, and routing challenges. Use when the user asks to inspect a site or API, follow real browser requests, debug auth or session flow, trace uploads or workers, find hidden routes, or explain why frontend and backend behavior diverge under sandbox-internal routing. Use only after `$ctf-sandbox-orchestrator` has already established sandbox assumptions and routed here. | 70 70 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Version: 6aa1362 | |
competition-template-render-path CTF-Sandbox-Orchestrator/competition-template-render-path/SKILL.md Internal downstream skill for ctf-sandbox-orchestrator. CTF-sandbox workflow for SSR, template rendering, route loaders, hydration payloads, server-client render boundaries, and template-to-handler enforcement gaps. Use when the user asks to inspect SSR or template routes, trace render context or hydration data, compare template gating with handler enforcement, explain preview or hidden-route rendering, or connect render pipeline behavior to the decisive branch. Use only after `$ctf-sandbox-orchestrator` has already established sandbox assumptions and routed here. | 70 70 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 6aa1362 | |
competition-supply-chain CTF-Sandbox-Orchestrator/competition-supply-chain/SKILL.md Internal downstream skill for ctf-sandbox-orchestrator. CTF-sandbox workflow for CI/CD, registry, dependency drift, artifact provenance, image build, release pipeline, and runtime consumer challenges. Use when the user asks to trace dependency drift, registry pulls, malicious packages, build or release tampering, CI execution, artifact signing, or which shipped artifact the runtime actually consumes. Use only after `$ctf-sandbox-orchestrator` has already established sandbox assumptions and routed here. | 70 70 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 6aa1362 | |
competition-stego-media CTF-Sandbox-Orchestrator/competition-stego-media/SKILL.md Internal downstream skill for ctf-sandbox-orchestrator. CTF-sandbox workflow for image, audio, video, document, and container steganography. Use when the user asks to inspect metadata, alpha or palette channels, LSBs, thumbnails, appended trailers, QR fragments, transcoding artifacts, or recover a hidden payload from media without blind brute force. Use only after `$ctf-sandbox-orchestrator` has already established sandbox assumptions and routed here. | 76 76 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 6aa1362 | |
competition-ssrf-metadata-pivot CTF-Sandbox-Orchestrator/competition-ssrf-metadata-pivot/SKILL.md Internal downstream skill for ctf-sandbox-orchestrator. CTF-sandbox workflow for SSRF reachability, internal route probing, metadata-service access, credential pivoting, and token-to-accepted-privilege chains. Use when the user asks to trace SSRF sources, internal hosts, metadata endpoints, link-local tokens, service-account credentials, or explain how a server-side fetch edge turns into accepted access. Use only after `$ctf-sandbox-orchestrator` has already established sandbox assumptions and routed here. | 80 80 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Version: 6aa1362 | |
competition-runtime-routing CTF-Sandbox-Orchestrator/competition-runtime-routing/SKILL.md Internal downstream skill for ctf-sandbox-orchestrator. CTF-sandbox workflow for reverse proxies, Host headers, forwarded headers, vhost routing, websocket upgrades, path-prefix rewriting, base-URL derivation, and multi-node route resolution. Use when the user asks which host or container serves a route, why a public-looking domain still belongs to the sandbox, how headers or proxies change behavior, or how a route resolves across proxy, container, and worker boundaries. Use only after `$ctf-sandbox-orchestrator` has already established sandbox assumptions and routed here. | 80 80 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Version: 6aa1362 |