Live data from Hacker News

Viewing profile — jostkolega

jostkolega

HN member
Joined
Tue, Feb 03, 2026, 10:11 AM UTC
HN karma
1
Public activity
4 items

About jostkolega

Always building something :)

Recent public activity

  1. comment
    Comment #46964661

    Nice! Working in a similar space - will be publishing here also soon. How are you handling finding issues beyond pattern matching where deep code understanding is required?

  2. comment
    Comment #46964503

    Running security audits on open source repos with a tool we've built and reporting what I find to maintainers. Mostly infrastructure stuff — vector databases, LLM tooling, secrets …

  3. comment
    Comment #46870029

    Semgrep's a solid choice for this. The stuff you're catching - secrets, SQLi, weak hashing- is where pattern matching shines. The tricky part with LLM-generated code is when it's s…

  4. comment
    Comment #46869665

    +1 on triage being the real problem. Question, when Semgrep surfaces something ambiguous, lets say a SQL query that looks parameterized but the ORDER BY is built elsewhere, what do…