awesome-game-security-overview

awesome-game-security-overview is a skill for Claude Code from gmh5225/awesome-game-security. It costs 58 tokens per session (2,632 once invoked), scanned A, original, MIT.

A guide to the curated Awesome Game Security resource list, covering game hacking, anti-cheat, game engines, Windows internals, reverse engineering, drivers, graphics, networking, testing, and related topics.

In plain words
What is it for?
Use it to add resources, reorganize categories, map related security topics, and maintain the collection.
Why use it?
It helps you find the right category for a resource and preserve the list's organization and README format when contributing.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions AGENTS.md.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python scripts/generate-toc.py.

Good fit Use it to add resources, reorganize categories, map related security topics, and maintain the collection.

Compare 6 skills from other repositories ↓
About the project

awesome-game-security is a curated collection focused on security research for games and game software, including cheating, anti-cheat systems, debugging, and anti-debugging. It is intended for security researchers and developers studying or building game-protection tools. The catalogue entries provide skills for AI coding agents related to the repository’s security workflows.

gmh5225/awesome-game-security · 3,491 stars · on GitHub · gs.awesome.rip

Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/gmh5225/awesome-game-security
agentmods
npx agentmods add skills/gmh5225/awesome-game-security/overview

Made for: Claude Code.

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 awesome-game-security-overview

README.md
[![agentmods](https://agentmods.dev/badge/skills/gmh5225/awesome-game-security/overview/github.svg)](https://agentmods.dev/skills/gmh5225/awesome-game-security/overview)
Your own site
<a href="https://agentmods.dev/skills/gmh5225/awesome-game-security/overview"><img src="https://agentmods.dev/badge/skills/gmh5225/awesome-game-security/overview/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 awesome-game-security-overview

Your own site · 80×15
<a href="https://agentmods.dev/skills/gmh5225/awesome-game-security/overview"><img src="https://agentmods.dev/badge/skills/gmh5225/awesome-game-security/overview.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,632 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original 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.00058 $0.02632
Opus 5 $0.00029 $0.01316
Sonnet 5 $0.00012 $0.00526
Haiku 4.5 $0.00006 $0.00263

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

Security

Grade A, and why

awesome-game-security-overview 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 9d 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.

.claude/skills/overview/SKILL.md · 247 lines

How it starts

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

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 >

Read the full file on GitHub · 247 lines

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. 9d ago First seen · 247 lines · 58 tokens per session scan A 3a8587ec8ac0

Subscribe to this mod's changes

awesome-game-security-overview is a skill published in the GitHub repository gmh5225/awesome-game-security (3,491 stars, last pushed today), licensed MIT. It adds 58 tokens to every session and 2,632 once invoked, about $0.0003 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-30.

Related

Other skills, from other repositories

maintaining-modding-environments

Use after first-run for ongoing modpack maintenance: update/install KB packs, author or register custom/mod KB packs, maintain localization glossary KBs for translator use, prune KB cache, health-check the environment, version-pin KB/tooling, or handle recurring BGS modding environment care.

hashgraph-online/awesome-codex-plugins · 65 tokens

using-bgs-translator

A translation workflow for Bethesda Game Studios plugins, which are game modification files such as .esp, .esm, and .esl. It prepares the plugin text for AI translation and exports files that xTranslator can use.

hashgraph-online/awesome-codex-plugins · 94 tokens

xedit-automation

Use whenever the task involves inspecting, modifying, or building plugins for Bethesda games via the forked xEdit automation daemon. Loads first; routes to the right path (MCP intent tool, MCP atomic passthrough, or sub-agent delegation) and prevents the agent from bypassing the harness.

hashgraph-online/awesome-codex-plugins · 64 tokens

unity-agent-workflows

Use for AI-assisted Unity work that needs live repo discovery, project-derived routing, runtime-owner proof, runtime-visible output hard stops, runtime numeric proof for repeated visible-output failures, state-step guards, multi-agent scope ownership, modular C#/asmdef safety, UI/scene/visual asset gates, data-first…

hashgraph-online/awesome-codex-plugins · 146 tokens

writing-bgs-load-order

Use when reading, editing, or generating a Bethesda Game Studio load-order file (plugins.txt / loadorder.txt) for Fallout 4, Skyrim SE/AE/VR, Fallout 76, Starfield, or when launching xEdit with a custom plugin list. Authoritative reference for the asterisk-prefix format, official masters detection, ESL handling, and…

hashgraph-online/awesome-codex-plugins · 90 tokens

using-bgs-modding-superpowers

Use when starting ANY conversation involving Bethesda Game Studio modding, MO2, xEdit, or modpack curation. Bootstrap that loads the toolkit overview, lists available task skills, and enforces the hard rules of this plugin. Auto-injected by the OpenCode plugin's chat.messages.transform hook and by the hooks/…

hashgraph-online/awesome-codex-plugins · 83 tokens