<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/i-built-a-tool-to-stop-wasting-time-on-toxic-open-source-projects-oynvruenf" -->

---
title: I Built a Tool to Stop Wasting Time on Toxic Open Source...
description: A developer built repo-health, a tool that analyzes GitHub repositories to help contributors identify healthy open source projects and avoid toxic ones. The...
canonical: https://daily.dev/posts/i-built-a-tool-to-stop-wasting-time-on-toxic-open-source-projects-oynvruenf
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: I Built a Tool to Stop Wasting Time on Toxic Open Source Projects | daily.dev
og:description: A developer built repo-health, a tool that analyzes GitHub repositories to help contributors identify healthy open source projects and avoid toxic ones. The...
og:url: https://daily.dev/posts/i-built-a-tool-to-stop-wasting-time-on-toxic-open-source-projects-oynvruenf
og:image: https://api.daily.dev/og/posts/oynvRuENf.png
og:image:alt: I Built a Tool to Stop Wasting Time on Toxic Open Source Projects
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# I Built a Tool to Stop Wasting Time on Toxic Open Source Projects

**[DEV](https://daily.dev/sources/devto)** · 17 min read · 63 upvotes · 5 comments

## Summary

A developer built repo-health, a tool that analyzes GitHub repositories to help contributors identify healthy open source projects and avoid toxic ones. The system uses a hybrid scoring approach combining weighted metrics (activity, maintenance, community, documentation) with LLM-based adjustments to account for context like feature-complete projects. Key features include PR metrics analysis, contributor retention visualization, intelligent issue analysis with difficulty scoring, activity pattern detection for spam, and file-issue mapping. The author shares technical implementation details, bug fixes (cache security vulnerability, React hydration mismatch), and lessons learned about focusing on real problems over engineering challenges.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://dev.to/elsad_humbetli_0971c995ce/i-built-a-tool-to-stop-wasting-time-on-toxic-open-source-projects-5h12>

## Community discussion

Top comments from developers on daily.dev.

**@chrollorifat** · 6 upvotes

> what the heck is a toxic open source project?!

**@gourabroy4** · 0 upvotes

> I tried it, but it seems to indicate public repos as private. I am not sure if others are facing the same issue.

**@fabianletsch** · 0 upvotes

> Nice project!

## Similar posts on daily.dev

- [I've created a website to track the team's activity](https://daily.dev/posts/i-ve-created-a-website-to-track-the-team-s-activity-bqeycx9um) · ClickHouse · 0 upvotes · 0 comments

---

Tags: [#webdev](https://daily.dev/tags/webdev), [#react](https://daily.dev/tags/react), [#open-source](https://daily.dev/tags/open-source), [#github](https://daily.dev/tags/github), [#llm](https://daily.dev/tags/llm), [#nextjs](https://daily.dev/tags/nextjs)

[View this post on daily.dev](https://daily.dev/posts/i-built-a-tool-to-stop-wasting-time-on-toxic-open-source-projects-oynvruenf)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"I Built a Tool to Stop Wasting Time on Toxic Open Source Projects","url":"https://daily.dev/posts/i-built-a-tool-to-stop-wasting-time-on-toxic-open-source-projects-oynvruenf","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/i-built-a-tool-to-stop-wasting-time-on-toxic-open-source-projects-oynvruenf"},"datePublished":"2025-12-31T13:39:05.056Z","dateModified":"2025-12-31T13:39:30.567Z","description":"A developer built repo-health, a tool that analyzes GitHub repositories to help contributors identify healthy open source projects and avoid toxic ones. The...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/6ed8c3c600449127dd2293038eb607f9?_a=AQAEulh","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/6ed8c3c600449127dd2293038eb607f9?_a=AQAEulh","isAccessibleForFree":true,"articleSection":"DEV","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"DEV","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/devto","url":"https://daily.dev/sources/devto"},"commentCount":5,"discussionUrl":"https://daily.dev/posts/i-built-a-tool-to-stop-wasting-time-on-toxic-open-source-projects-oynvruenf","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":63},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":5}],"keywords":"webdev,react,open-source,github,llm,nextjs","timeRequired":"PT17M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"DEV","item":"https://daily.dev/sources/devto"},{"@type":"ListItem","position":3,"name":"I Built a Tool to Stop Wasting Time on Toxic Open Source Projects"}]}
{"@context":"https://schema.org","@type":"WebPage","@id":"https://daily.dev/posts/i-built-a-tool-to-stop-wasting-time-on-toxic-open-source-projects-oynvruenf","comment":[{"@type":"Comment","text":"what the heck is a toxic open source project?!","datePublished":"2026-01-13T12:27:04.019Z","url":"https://daily.dev/posts/oynvRuENf#c-Ou03TplTk","author":{"@type":"Person","name":"Rifat","url":"https://daily.dev/chrollorifat","image":"https://media.daily.dev/image/upload/s--e_ThGhsG--/f_auto/v1749288761/avatars/avatar_oK8WDAr6bKicmYjiUkFIx?_a=BAMClqUq0"},"interactionStatistic":{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":6}},{"@type":"Comment","text":"I tried it, but it seems to indicate public repos as private. I am not sure if others are facing the same issue.","datePublished":"2026-01-18T19:17:31.873Z","url":"https://daily.dev/posts/oynvRuENf#c-Qjfo9hIWp","author":{"@type":"Person","name":"Gourab Roy","url":"https://daily.dev/gourabroy4","image":"https://media.daily.dev/image/upload/s--Y5y67x18--/f_auto/v1753210955/avatars/avatar_8tYMSURrYMAGcFsTjcxYE?_a=BAMClqZW0"}},{"@type":"Comment","text":"Nice project!","datePublished":"2026-01-01T11:35:30.448Z","url":"https://daily.dev/posts/oynvRuENf#c-knnmGCaM1","author":{"@type":"Person","name":"Fabian Letsch","url":"https://daily.dev/fabianletsch","image":"https://lh3.googleusercontent.com/a/ACg8ocKR6BVy_wn23EoOKq7-BlszlcXcLmASlnb7l-GtS-q1bePnkaJf=s96-c"}}]}
```

