PSA: The software “Shade” is a fraudulent, plagiarized copy of Heretic
Malicious repository copies 95% of Heretic's code, erases contributor history, and adds suspicious AI-generated features.
A significant open-source integrity breach has emerged on GitHub with the publication of 'Shade,' a software repository that's been exposed as a near-exact plagiarized copy of the trending Heretic project. The incident, documented by Heretic's creator Philipp Emanuel Weidmann (p-e-w), reveals that the Shade repository contains approximately 95% identical code to Heretic's original implementation, with only project names and copyright notices altered to falsely claim original authorship.
**Background/Context:** Heretic is a legitimate open-source project that recently surged in popularity, reaching #1 on GitHub's trending charts and gaining significant attention across developer communities. This visibility made it a target for malicious actors seeking to capitalize on its success. The open-source ecosystem has seen increasing incidents of 'repo-jacking' where popular projects are copied, modified, and redistributed with malicious intent, often as vehicles for malware distribution or credential harvesting.
**Technical Details:** The Shade repository (https://github.com/assemsabry/shade) demonstrates several concerning technical indicators. First, it completely erases Heretic's original commit history and removes all contributor attribution, violating open-source licensing norms. Second, the repository owner added what appear to be AI-generated 'features' in an attempt to disguise the plagiarism after being called out. Analysis of source files shows direct copying with minimal modifications—in some cases, only copyright headers were changed. The repository owner has been aggressively promoting Shade across multiple channels while deleting GitHub issues that exposed the plagiarism.
**Impact Analysis:** This incident highlights multiple vulnerabilities in the open-source ecosystem. First, it demonstrates how quickly malicious actors can capitalize on trending projects, potentially putting thousands of developers at risk if they download and execute compromised code. Second, it shows the limitations of GitHub's current moderation systems in preventing such plagiarism before it gains traction. Third, it creates significant reputational risks for legitimate projects when fraudulent copies circulate. The Heretic team has documented the incident in issue #167 on their repository, warning users to avoid Shade entirely.
**Future Implications:** This case will likely prompt increased scrutiny of trending repositories and may lead to enhanced verification systems on platforms like GitHub. We may see more sophisticated detection tools for code plagiarism and AI-generated modifications designed to obscure theft. The incident also raises questions about how open-source communities can better protect against such attacks while maintaining accessibility. As AI tools make code modification easier, distinguishing between legitimate forks and malicious copies will become increasingly challenging, potentially requiring new verification standards for projects gaining viral attention.
- Shade repository copies 95% of Heretic's code while erasing all contributor attribution and commit history
- Repository owner added AI-generated 'features' after being exposed and deleted critical GitHub issues documenting the plagiarism
- Heretic creator warns this could be malware distribution targeting the project's #1 GitHub trending position
Why It Matters
Highlights critical security risks when downloading trending open-source projects and shows how AI can be weaponized to obscure code theft.