report-malicious-game-cheat-software

Detect and report malicious game cheat repositories distributing malware through fake downloads.

4|Updated May 16, 2026
One-click install
npx skills add https://github.com/reason-machines/devtools-skills --skill report-malicious-game-cheat-software-reason-machines
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: report-malicious-game-cheat-software
Source: https://github.com/reason-machines/devtools-skills/tree/main/skills/report-malicious-game-cheat-software
Command: npx skills add https://github.com/reason-machines/devtools-skills --skill report-malicious-game-cheat-software-reason-machines

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Fake game cheat and trainer repositories on platforms like GitHub distribute trojans, keyloggers, and credential stealers disguised as legitimate open source tools, putting users and their game accounts at risk. ## Core Features & Use Cases - Threat Indicator Detection: Scan repository READMEs for red flags such as external download links, password-protected archives, administrator privilege requirements, and anti-cheat bypass claims. - Risk Scoring: Calculate threat levels (LOW to CRITICAL) using weighted indicators like cheat keywords, suspicious domains, and artificial star growth. - Reporting Guidance: Walk through reporting malicious repositories to GitHub and GitLab abuse channels with proper evidence. - Use Case: A user finds a trending game trainer repo with 92 stars/day linking to a netlify.app download. Use this Skill to analyze the README, confirm it matches malware distribution patterns, and file an abuse report. ## Quick Start Analyze this game trainer repository and tell me whether it is legitimate software or malware I should report.

Frequently Asked Questions about report-malicious-game-cheat-software

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check if a game trainer repository is malware?▼

Scan the repository README for red flags: external download links outside GitHub, password-protected archives, Run as Administrator requirements, and claims of being undetected by anti-cheat. Three or more indicators suggest malicious software.

How to report malicious repositories on GitHub?▼

Navigate to github.com/contact/report-abuse, select Malware or viruses, and provide the repository URL with evidence such as suspicious download links or cheat keywords. Automated abuse reports are prohibited, so reporting must be done manually.

What are the signs of fake game cheat software?▼

Common signs include downloads hosted on external domains like netlify.app or bit.ly, password-protected archives that evade scanning, artificial star growth above 50 stars per day, no actual source code, and claims to bypass anti-cheat detection.

Can legitimate game mods be distinguished from malware?▼

Yes. Legitimate mods provide full source code in the repository, use official GitHub Releases, have active community issues and pull requests, and avoid external download links or elevated privilege requirements. Malware typically lacks source code and links to external executables.

Why do game cheat downloads require administrator access?▼

Requiring Run as Administrator enables privilege escalation, letting malicious payloads install keyloggers, trojans, or ransomware with system-level access. Legitimate single-player mods rarely need elevated privileges.