Skip to content

Releases: GeckCore/star-forensics

v0.1.0: Initial Forensic Analysis Engine

Choose a tag to compare

@GeckCore GeckCore released this 15 Apr 19:50
d4921d2

🕵️ Forensic Analysis at Scale

This is the initial stable release of star-forensics, a tool designed to bring transparency to the GitHub ecosystem by detecting manipulated star growth.

✨ Key Features

  • 8 Forensic Detectors: Built-in patterns to identify ghost accounts, account creation clustering, and abnormal star velocity.
  • Statistical Sampling: Efficiently analyzes large repositories by sampling stargazers without hitting aggressive rate limits.
  • Rich Terminal Output: High-contrast, clean CLI interface for immediate results.
  • HTML Reporting: Generate self-contained, professional forensic reports for stakeholders.
  • Badge System: Generate SVG trust badges to display repository integrity.

🛠 Technical Highlights

  • Engine: Powered by httpx and rich.
  • Logic: Weighted scoring system (0-100) with confidence levels.
  • Privacy: No data is stored or transmitted; all analysis runs locally using your GITHUB_TOKEN.

🚀 Quick Install

git clone [https://github.com/GeckCore/star-forensics.git](https://github.com/GeckCore/star-forensics.git)
cd star-forensics
pip install .