Live data from Hacker News

Viewing profile — AMARCOVECCHIO99

AMARCOVECCHIO99

HN member
Joined
Wed, Feb 18, 2026, 6:29 AM UTC
HN karma
2
Public activity
10 items

About AMARCOVECCHIO99

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. 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…

  4. 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…

  5. 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…

  6. 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…

  7. story
  8. 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…

  9. 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…

  10. story