Viewing profile — Andrei_dev
Andrei_dev
HN member- Joined
- Fri, Mar 13, 2026, 1:26 PM UTC
- HN karma
- 13
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About Andrei_dev
Recent public activity
-
comment
Comment #47611693
I look at other people's code a lot. The security issues are always boring, that's the thing. API keys sitting in the client bundle, auth middleware missing half the routes. Not cl…
-
comment
Comment #47571791
Half this list is bad attribution. LiteLLM was a supply chain attack — stolen PyPI credentials, nothing to do with vibe coding. The Amazon outage number comes from a vendor blog pu…
-
comment
Comment #47533959
[dead]
-
comment
Comment #47520692
Exactly. "Tests pass" and "code is secure" are just different things. AI code makes that gap worse. I run static analysis on mixed human/AI codebases. The AI parts pass tests fine …
-
comment
Comment #47508945
They exist. Go look at any "I built this in a weekend with Cursor" post — there are hundreds. The problem is most of them ship broken and stay broken. Auth that doesn't actually ch…
-
comment
Comment #47506990
Sandboxes yes, but who even added the dependency? Half the projects I see have requirements.txt written by Copilot. AI says "add litellm", dev clicks accept, nobody even pins versi…
-
comment
Comment #47494903
[flagged]
-
comment
Comment #47492076
Our security scanning runs on GitHub Actions — every PR gets checked before merge. When GitHub goes down, the security gate goes down with it. PRs pile up, devs get impatient, star…
-
comment
Comment #47481788
[flagged]
-
comment
Comment #47471787
[dead]
-
comment
Comment #47471766
[dead]
-
comment
Comment #47471735
[flagged]
-
comment
Comment #47418650
250K lines in a month — okay, but what does review actually look like at that volume? I've been poking at security issues in AI-generated repos and it's the same thing: more genera…
-
comment
Comment #47418641
Yeah, this tracks. Developers who actually read what the AI spits out catch the obvious mistakes. The ones who just tab-complete their way through a whole project don't. And where …
-
comment
Comment #47418636
The testing angle keeps coming up but it's sort of missing the point. I spent a few weeks poking through public repos built with AI tools — about 100 projects. 41% had secrets sitt…
-
comment
Comment #47391139
The version control angle is interesting. One thing worth thinking about — SOUL.md and SKILL.md are essentially prompt injections by design. They define what the agent does. If the…
- comment
-
comment
Comment #47391063
Had basically the same thing happen. Posted in a side project sub, spam filter nuked it because new account. And in other subs now, anything that mentions AI gets hit with "vibecod…
-
comment
Comment #47391000
So I launched a dev tool last week. Figured I'd share what actually happened across different channels because most "launch retrospectives" are written by people who already had an…