Guide for modern game anti-cheat architecture, Windows kernel monitoring, and detection tradeoffs. Use this skill when analyzing EAC, BattlEye, Vanguard, FACEIT AC, kernel callbacks, handle protection, manual-map detection, boot-start drivers, BYOVD, DMA threats, or behavioral telemetry in game security research.
60
71%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Medium
Suggest reviewing before use
Fix and improve this skill with Tessl
tessl review fix ./.claude/skills/anti-cheat/SKILL.mdSecurity
1 medium severity finding. This skill can be installed but you should review these findings before use.
The skill prompts the agent to compromise the security or integrity of the user’s machine by modifying system-level services or configurations, such as obtaining elevated privileges, altering startup scripts, or changing system-wide settings.
This skill contains detailed guidance on privileged, state-changing operations (kernel driver loading, hypervisor EPT hooks, IOMMU domain reprogramming, toggling PCI Bus Master Enable, etc.) that would modify the host machine and require elevated/sudo privileges, so it risks compromising the machine state.
Low
Low-risk findings.
2 low severity findings. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
SKILL.md:858-910 instructs runtime fetching of external public web content (raw GitHub README/archive/description URLs), which will be ingested as free text into the agent’s LLM context, creating an indirect prompt-injection exposure path.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
The skill explicitly instructs the agent to fetch and use remote raw GitHub files (e.g., https://raw.githubusercontent.com/gmh5225/awesome-game-security/refs/heads/main/README.md) at runtime to retrieve content that will be referenced in responses, meaning external content is fetched and injected into the agent’s prompt/context.
838f1ed
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.