Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Make an educated guess on Fermi-style trivia questions(playdaily.org ↗)
    discuss
  2. Jemalloc 5.4.0(github.com/jemalloc ↗)
    discuss
  3. Nowmine(nowmine.site ↗)
    discuss
  4. Ask HN: Why have we normalized jobs and soft skills bullshit so much?
    discuss
  5. The Scourge of x86 Emulation(fex-emu.com ↗)
    discuss
  6. Ngrx Inspector(visualstudio.com ↗)
    discuss
  7. Reflections on Trusting Trust, Revisited: Poisoning Self-Modifying AI Coding(arxiv.org ↗)
    discuss
  8. Hacker
    2comments
  9. Anderon (IBM) finalizes $1B CHIPS award for US quantum foundry R&D(ibm.com ↗)
    discuss
  10. A Bitter Lesson for Data Filtering(arxiv.org ↗)
    1comments
  11. Mojo 1.1: the compiler now accepts contributions(modular.com ↗)
    discuss
  12. Show HN: Continuity – project state your AI sessions can't silently contradict(github.com/vikcena01 ↗)
    discuss
  13. Show HN: Free Tournament Bracket Maker and Generator(snapbracket.com ↗)
    discuss
  14. macOS 27 is a lifesaver for killing leftover AI Agent processes(9to5mac.com ↗)
    2comments
  15. The Provenance Tax: How LLM Watermarking Changes AI Agent Behavior(lasso.security ↗)
    discuss
  16. Waymo in Singapore(waymo.com ↗)
    1comments
  17. The Concerns Surrounding Rapid Rise of AI and What We Should Do About It(medium.com/f9121212 ↗)
    discuss
  18. Age of Beyond [video](youtube.com ↗)
    discuss
  19. Natural General Intelligence(naturalgeneralintelligence.ai ↗)
    discuss
  20. Youper is shutting down – What kills mental health AI?(youper.ai ↗)
    discuss
  21. Show HN: Free GitHub Action that scans PR diffs for malicious code, not quality(github.com/marketplace ↗)
    discuss
  22. The Bitterest Lesson(typesafe.ai ↗)
    discuss
  23. Google announces new experimental "CC" AI agent for families(arstechnica.com ↗)
    discuss
  24. Show HN: Green Screen Remover – free in-browser chroma key, nothing uploaded(greenscreenremover.net ↗)
    discuss
  25. I built the fastest PHP webserver in the world(qbixserver.com ↗)
    discuss
  26. Data
    discuss
  27. Running OpenBAO on Kubernetes with a CloudNativePG PostgreSQL Back End(cncf.io ↗)
    discuss
  28. Show HN: Concat: the open-source CapCut replacement.(github.com/jub0t ↗)
    discuss
  29. Pre-Greek: The lost language hidden within Ancient Greek(linguisticdiscovery.com ↗)
    discuss
  30. Code Scans(devin.ai ↗)
    discuss

Show HN: Free GitHub Action that scans PR diffs for malicious code, not quality

2 pointsby 1h agogithub.com
0 comments
I watched a video recently on malicious code injection into OSS repo PRs and how they can go undetected because of how well they're hidden and decided to do a project for this. This tool is essentially used in unison with ai code review bots like greptile. While tools like greptile reason because they run with LLMs, this is a deterministic step before greptile that scans for malicious code (command execution, credential access, exfil, auto-run hooks, obfuscation, and prompt injection; regex + semgrep, no LLM), then can trigger the ai code reviewer like greptile or coderabbit, pointing it to its findings.

It's free/MIT and runs in your CI.

A quiet thread, for now.Start the conversation on HN ↗