Viewing profile — AMARCOVECCHIO99
AMARCOVECCHIO99
HN member- Joined
- Wed, Feb 18, 2026, 6:29 AM UTC
- HN karma
- 2
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About AMARCOVECCHIO99
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #47139172
gitleaks and trufflehog are great for scanning git history for leaked secrets but that's one of 52 rules. prodlint catches the structural patterns AI coding tools specifically crea…
-
comment
Comment #47138876
This matches what I've seen. The .env file is one vector, but the more common pattern with AI coding tools is secrets ending up directly in source code that never touch .env at all…
-
comment
Comment #47110657
Haven't used it but just checked it out — interesting project. Different goals though. Raptor configures Claude Code as a security agent for active pentesting and adversarial resea…
-
comment
Comment #47101272
I use Cursor and Claude Code daily. The code they write compiles, passes typescript, passes eslint. Then I find a hardcoded Supabase key in a client component, or an import for a p…
- story
-
story
Show HN: Prodlint – A linter that catches what AI coding tools miss
I built Prodlint because I kept shipping the same bugs when building with Cursor, Copilot, and v0. Hardcoded secrets, missing auth checks, hallucinated imports, SQL injection throu…
-
comment
Comment #47061020
I've been building with AI coding tools for the past year and kept noticing the same patterns in the code they generate: API routes with zero error handling, catch blocks that just…
- story