WeSearch

I audited the 12 fastest-growing new GitHub repos for fake stars. Here's the base rate.

·1 min read · 0 reactions · 0 comments · 11 views
#github#opensource#security
I audited the 12 fastest-growing new GitHub repos for fake stars. Here's the base rate.
⚡ TL;DR · AI summary

An audit of the fastest-growing new GitHub repositories revealed insights into the prevalence of fake stars. The analysis focused on the top 12 repositories created in the last 90 days, examining their star counts for signs of purchased engagement. The findings indicated that while most repositories appeared organic, a few showed patterns consistent with star buying, warranting further investigation.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3919132) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } ardev Posted on May 27 I audited the 12 fastest-growing new GitHub repos for fake stars. Here's the base rate. #security #github #devops #opensource New repositories are where bought stars cluster, because the point of buying stars is to fake early traction. So I pointed an open-source auditor at a reproducible slice of GitHub: the most-starred public repos created in the last 90 days. Method Population: GitHub Search created:>2026-02-26 stars:>1000, sorted by stars (684 matched).

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)