Menu

📰
0

I scanned the #1 GitHub repository and here's what I found

DEV Community: github·Кирилл·about 1 month ago
#sYCWY04G
#dev#code#strong#catch#stars#project
Reading 0:00
15s threshold

OpenClaw has 250,000 stars and is the fastest-growing open source project in GitHub history. Jensen Huang called it "the next ChatGPT." Peter Steinberger was hired by OpenAI to lead personal agents. I decided to look under the hood. Not at features. At code quality. What I found in 30 seconds 355 empty catch blocks. The most popular AI agent that manages your email, calendar, and accounts silently swallows errors. When your git commit fails, when your sync drops, when your API key expires — nothing. No log. No warning. No trace. You just lose data and never know why. 564 potential hardcoded credentials. In a project that asks you to paste your API keys into configuration files. Security researchers have already flagged this, but the codebase itself has hundreds of places where secrets appear in code rather than environment variables. 335 console.log statements in production. Debug output that ships to users. Every console.log is information leaking to anyone who opens DevTools.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More