minecraft-cheat-client-detection

Detect malicious Minecraft cheat client repositories using metadata and content analysis.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests.

What problem does it solve? Fake Minecraft cheat client repositories on GitHub often disguise trojans and keyloggers as game mods, putting developers and players at risk. This Skill provides a structured checklist and analysis scripts to identify these malicious repositories before anyone downloads them. ## Core Features & Use Cases - Repository Indicator Analysis: Detects red flags such as future creation dates, inflated star counts, keyword stuffing, and missing source code. - Automated Risk Scoring: A Python script scans README files, metadata, and code files to compute a risk score and flag suspicious repositories. - Reporting Guidance: Provides templates and steps for reporting confirmed malicious repositories to GitHub's abuse team. - Use Case: You encounter a trending GitHub repo claiming to be a free Minecraft client with an .exe download. Run the detection checklist to verify it has no real source code, a manipulated creation date, and cheat-related keywords, then report it. ## Quick Start Analyze this Minecraft client repository and tell me whether it shows indicators of being a malicious cheat client scam.

Frequently Asked Questions about minecraft-cheat-client-detection

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

FAQPage Schema
How do I check if a Minecraft mod repository is malware?▼

Check for red flags: no actual source code files, .exe download links in the README, future creation dates, and cheat keywords like killaura or free-account. A risk score of 50 or higher across these indicators marks the repository as suspicious.

What are the warning signs of a fake Minecraft cheat client on GitHub?▼

Warning signs include artificially inflated stars, keyword-stuffed descriptions, topics about hacks or cracked accounts, executable files as the primary deliverable, and no build system like CMakeLists.txt or build.gradle.

How do I report a malicious Minecraft repository to GitHub?▼

Navigate to the repository, open the Security tab, and use GitHub's abuse report flow at github.com/contact/report-abuse. Include evidence such as missing source code, .exe download links, future dates, and cheat-related topics.

Can a legitimate Minecraft mod be distributed as an .exe file?▼

Legitimate Minecraft mods are distributed as source code or .jar files through platforms like CurseForge and Modrinth, built with Fabric or Forge toolchains. An .exe installer from an untrusted GitHub repository is a strong malware indicator.

Why does the detection script flag repositories with future creation dates?▼

A creation date in the future indicates metadata manipulation, which legitimate repositories cannot produce. The script adds 30 points to the risk score when the created_at timestamp in metadata.json is later than the current time.