AW

awesome-game-security-overview

A management tool for the awesome-game-security curated list, ensuring consistency in project documentation and resource mapping.

Install

mkdir -p .claude/skills/awesome-game-security-overview && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/3017" && unzip -o skill.zip -d .claude/skills/awesome-game-security-overview && rm skill.zip

Installs to .claude/skills/awesome-game-security-overview

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Guide for understanding and contributing to the awesome-game-security curated resource list. Use this skill when adding new resources, organizing categories, mapping topics across anti-cheat, Windows kernel, DMA, reverse engineering, and game-engine research, or maintaining README.md format consistency.
304 chars✓ has a “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)
Beginner

Key capabilities

  • Organize game security resources into 27 categories
  • Generate table of contents for README.md
  • Fetch repository descriptions from the project archive
  • Validate links and maintain README format consistency
  • Map security topics to primary skills
  • Manage project metadata and banner images

How it works

The skill provides a structured guide and automated scripts to maintain a curated list of resources, using a compiled wiki and archive files to provide context-aware information.

Inputs & outputs

You give it
Fetch description for ufrisk/pcileech
You get back
A concise English summary of the pcileech repository's purpose and contents.

When to use awesome-game-security-overview

  • Adding new security research to the awesome-game-security list
  • Updating README documentation format
  • Categorizing anti-cheat and reverse engineering resources
  • Managing project metadata and table of contents

About this skill

Awesome Game Security - Project Overview

Purpose

This is a curated collection of resources related to game security, covering both offensive (game hacking, cheating) and defensive (anti-cheat) aspects. The project serves as a comprehensive reference for security researchers, game developers, and enthusiasts, especially where Windows internals, driver trust, reverse engineering, DMA, and modern anti-cheat defenses intersect.

README Coverage

  • Top-level engines and rendering: Game Engine, Renderer, DirectX, OpenGL, Vulkan
  • Offensive research: Cheat
  • Defensive research: Anti Cheat
  • Platform hardening: Windows Security Features
  • Platform-specific ecosystems: Android Emulator, IOS Emulator, Windows Emulator, Linux Emulator
  • Supporting infrastructure: Mathematics, 3D Graphics, AI, Image Codec, Wavefront Obj, Task Scheduler, Game Network, PhysX SDK, Game Develop, Game Assets, Game Hot Patch, Game Testing, Game Tools, Game Manager, Game CI
  • Platform subsystems: WSL, WSA
  • Console emulation: Game Boy, Nintendo Switch, Xbox, PlayStation
  • Tips and tricks: Some Tricks

Project Structure

awesome-game-security/
├── README.md           # Main resource list
├── LICENSE             # MIT License
├── awesome-image.webp  # Project banner
└── scripts/
    ├── generate-toc.py  # Generate table of contents
    └── remove-forks.py  # Clean up forked repos

README.md Format Convention

Category Structure

Each category follows this format:

## Category Name
> Subcategory (optional)
- https://github.com/user/repo [Brief description]
- https://github.com/user/repo [Another description]

Link Format

  • Always use full GitHub URLs for repositories
  • Non-GitHub links are also supported (blog posts, articles, documentation sites)
  • Add brief descriptions in square brackets [description]
  • Use consistent spacing and formatting
  • Group related resources under subcategories with >

Example Entry

## Game Engine
> Guide
- https://github.com/example/guide [Comprehensive game dev guide]

> Source
- https://github.com/example/engine [Open source game engine]

Skill Routing Guide

When an AI agent receives a query, use this table to select the best skill:

Query topicPrimary skillRelated skills
EAC, BattlEye, Vanguard, detection, heartbeat, screenshotanti-cheatwindows-kernel
pcileech, FPGA, DMA, IOMMU, Thunderboltdma-attackanti-cheat
Unreal SDK, Unity IL2CPP, engine structs, Godot, Lumixgame-enginegame-hacking
Memory hacking, injection, overlays, driver comm, HWID spoofgame-hackinggraphics-api
D3D/Vulkan/OpenGL hooks, Present hook, shader interceptiongraphics-apigame-hacking
Android root, Frida, iOS jailbreak, KernelSU, APatchmobile-securitygame-hacking
IDA, Ghidra, DBI, deobfuscation, binary diffing, MCP RE tools, trap-and-emulate CFT, WHP tracingreverse-engineeringanti-cheat, windows-kernel
Drivers, callbacks, PatchGuard, HVCI, ETW, pool forensics, WHP APIwindows-kernelanti-cheat, reverse-engineering
Claim validation, citation checks, detector evaluation, evidence conflictsresearch-rigorthe matching domain skill
Adding resources, README format, link validationoverview(any)

Also check wiki/overviews/<topic>.md for the matching primary skill topic before deep README/archive dives.

Main Categories

All 27 top-level ## sections in README.md:

  1. Game Engine: Engines, source code, plugins (Unreal/Unity/Godot/Lumix), detectors
  2. Mathematics: Linear algebra, physics libraries
  3. Renderer: Software renderers, ray tracing
  4. 3D Graphics: 3D modeling and graphics resources
  5. AI: Machine learning for games
  6. Image Codec: Image processing libraries
  7. Wavefront Obj: OBJ file parsers
  8. Task Scheduler: Job/task scheduling systems
  9. Game Network: Networking, KCP, JWT, geolocation
  10. PhysX SDK: NVIDIA PhysX resources
  11. Game Develop: Development guides, source code, MCP servers, AI agents
  12. Game Assets / Hot Patch / Testing / Tools / Manager / CI: Supporting infrastructure
  13. DirectX: Guides, hooks, tools, emulation, overlays
  14. OpenGL: Guides, source, hooks
  15. Vulkan: API, guides, hooks
  16. Cheat: Offensive research (debugging, injection, hooking, DMA, overlays, driver comm, EFI, anti-forensics, game-specific)
  17. Anti Cheat: Defensive research (protection, detection, callbacks, forensics, signature scanning)
  18. Some Tricks: Ring0/Ring3/Linux/Android tricks and techniques
  19. Windows Security Features: DSE, PatchGuard, VBS, HVCI, Secure Boot
  20. WSL / WSA: Windows Subsystem for Linux/Android
  21. Windows / Linux / Android / IOS Emulator: Platform emulators
  22. Game Boy / Nintendo Switch / Xbox / PlayStation: Console emulators and research

Contributing Guidelines

  1. Check for duplicates before adding new resources
  2. Verify links are working and point to original repos
  3. Add descriptions that clearly explain the resource's purpose
  4. Place in correct category based on primary functionality
  5. Follow existing format for consistency

Quality Criteria

  • Resource should be actively maintained or historically significant
  • Should provide unique value not covered by existing entries
  • Prefer original repos over forks unless fork adds significant value
  • Include language/platform tags when helpful (e.g., [Rust], [Unity])

Research Rigor

For factual synthesis, detector assessment, or consequential security claims, use research-rigor with the matching domain skill.

  • Treat README entries, generated descriptions, wiki pages, and archives as discovery/provenance layers, not automatic proof of their embedded claims.
  • Verify citation identity and confirm the source text supports the exact claim.
  • Separate observation, finding, attribution, and action.
  • Do not import fixed thresholds or confidence values without representative calibration and validation for the target environment.
  • Narrow the conclusion or report it as inconclusive when evidence is missing or contradictory.

Scripts Usage

Generate Table of Contents

python scripts/generate-toc.py

Remove Fork References

python scripts/remove-forks.py

Data Source

Important: This skill provides conceptual guidance and overview information. For detailed information use the following sources in priority order:

0. Compiled LLM Wiki (preferred for synthesis)

The repo maintains a Karpathy-style compiled wiki under wiki/, updated by Cursor CLI (scripts/update-wiki-cli.py). Prefer this layer for cross-cutting concepts, domain overviews, and citation-aware synthesis before diving into raw lists or archives.

NeedPath
Catalogwiki/index.md
Schema / conventionswiki/AGENTS.md
Domain overviewswiki/overviews/<topic>.md (aligned with skill topics)
Conceptswiki/concepts/<slug>.md
Entities (tools/projects)wiki/entities/<slug>.md
Activity logwiki/log.md

Raw GitHub URLs (same paths on main):

https://raw.githubusercontent.com/gmh5225/awesome-game-security/refs/heads/main/wiki/index.md
https://raw.githubusercontent.com/gmh5225/awesome-game-security/refs/heads/main/wiki/overviews/anti-cheat.md

When answering topical questions (DMA, EAC, Present hooks, HVCI, …): read wiki/index.md, then the matching overview/concept pages. Fall back to skills and descriptions if wiki pages are missing.

1. Project Overview & Resource Index

Fetch the main README for the full curated list of repositories, tools, and descriptions:

https://raw.githubusercontent.com/gmh5225/awesome-game-security/refs/heads/main/README.md

The main README contains thousands of curated links organized by category. When users ask for specific tools, projects, or implementations, retrieve and reference the appropriate sections from this source.

2. Repository Descriptions

For a concise English summary of what a repository does, the project maintains auto-generated description files.

Description URL format:

https://raw.githubusercontent.com/gmh5225/awesome-game-security/refs/heads/main/description/{owner}/{repo}/description_en.txt

Examples:

https://raw.githubusercontent.com/gmh5225/awesome-game-security/refs/heads/main/description/00christian00/UnityDecompiled/description_en.txt
https://raw.githubusercontent.com/gmh5225/awesome-game-security/refs/heads/main/description/ufrisk/pcileech/description_en.txt

How to use:

  1. Identify the GitHub repository the user is asking about (owner and repo name from the URL).
  2. Construct the description URL: replace {owner} with the GitHub username/org and {repo} with the repository name.
  3. Fetch the description file — it contains a short, human-readable summary of the repository's purpose and contents.
  4. If the fetch returns a 404, the description has not been generated yet; fall back to the README entry or the archive.

3. Repository Code Details (Archive)

For detailed repository information (file structure, source code, implementation details), the project maintains a local archive. If a repository has been archived, prefer fetching from the archive over cloning or browsing GitHub directly — but prefer description + wiki first for high-level answers.

Archive URL format:

https://raw.githubusercontent.com/gmh5225/awesome-game-security/refs/heads/main/archive/{owner}/{repo}.txt

Examples:

https://raw.githubusercontent.com/gmh5225/awesome-game-security/refs/heads/main/archive/ufrisk/pcileech.txt
https://raw.githubusercontent.com/gmh5225/awesome-game-security/refs/heads/main/archive/000-aki-000/GameDebugMenu.txt

How to use:

  1. Identify the GitHub reposi

Content truncated.

When not to use it

  • When the user needs to perform actual security research or reverse engineering
  • When the user is asking for help with a specific game's anti-cheat bypass

Prerequisites

Access to the awesome-game-security repositoryPython 3 for running maintenance scripts

Limitations

  • Provides conceptual guidance rather than direct security tools
  • Relies on the availability of the project archive and wiki
  • Descriptions are only available if pre-generated

How it compares

It provides a standardized, curated index of game security tools and research, whereas manual searching across GitHub would lack the categorization and quality verification provided here.

Compared to similar skills

awesome-game-security-overview side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
awesome-game-security-overview (this skill)44moReviewBeginner
security-requirement-extraction72moNo flagsIntermediate
audit-support45moNo flagsAdvanced
security-compliance-compliance-check34moNo flagsAdvanced

Try saying

Example prompts that trigger this skill in your AI assistant.

reverse-engineering-tools

gmh5225

Guide for reverse engineering tools and techniques used in game security research. Use this skill when working with debuggers, disassemblers, memory analysis tools, binary analysis, or decompilers for game security research.

73204

game-hacking-techniques

gmh5225

Guide for game hacking techniques and cheat development. Use this skill when researching memory manipulation, code injection, ESP/aimbot development, overlay rendering, or game exploitation methodologies.

42128

game-engine-resources

gmh5225

Guide for game engine development resources including engine source code, plugins, and development guides. Use this skill when researching game engines (Unreal, Unity, Godot, custom engines), engine architecture, or game development frameworks.

1485

mobile-security

gmh5225

Guide for mobile game security on Android and iOS platforms. Use this skill when working with Android/iOS reverse engineering, mobile game hacking, APK analysis, root/jailbreak detection bypass, or mobile anti-cheat systems.

1469

anti-cheat-systems

gmh5225

Guide for understanding anti-cheat systems and bypass techniques. Use this skill when researching game protection systems (EAC, BattlEye, Vanguard), anti-cheat architecture, detection methods, or bypass strategies.

813

graphics-api-hooking

gmh5225

Guide for graphics API hooking and rendering techniques for DirectX, OpenGL, and Vulkan. Use this skill when working with graphics hooks, overlay rendering, shader manipulation, or game rendering pipeline analysis.

725

You might also like

security-requirement-extraction

wshobson

Derive security requirements from threat models and business context. Use when translating threats into actionable requirements, creating security user stories, or building security test cases.

759

audit-support

anthropics

Support SOX 404 compliance with control testing methodology, sample selection, and documentation standards. Use when generating testing workpapers, selecting audit samples, classifying control deficiencies, or preparing for internal or external audits.

412

security-compliance-compliance-check

sickn33

You are a compliance expert specializing in regulatory requirements for software systems including GDPR, HIPAA, SOC2, PCI-DSS, and other industry standards. Perform compliance audits and provide implementation guidance.

34

audit-prep-assistant

trailofbits

Prepares codebases for security review using Trail of Bits' checklist. Helps set review goals, runs static analysis tools, increases test coverage, removes dead code, ensures accessibility, and generates documentation (flowcharts, user stories, inline comments).

15

ra-qm-skills

alirezarezvani

12 production-ready regulatory affairs and quality management skills for HealthTech/MedTech: ISO 13485 QMS, MDR 2017/745, FDA 510(k)/PMA, ISO 27001 ISMS, GDPR/DSGVO compliance, risk management (ISO 14971), CAPA, document control, and internal auditing. Python tools included (all stdlib-only). Works with Claude Code, Codex CLI, and OpenClaw.

13

audit-extractor

Layr-Labs

Extract findings from PDF audit reports and convert them to a markdown checklist. Use when the user asks to process an audit report, extract audit findings, or create an audit action items list. (project)

01

Search skills

Search the agent skills registry