frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Decoy – A native Mac app for mocking HTTP endpoints locally

https://decoy-app.com/
1•mosselman•1m ago•1 comments

Berry: An MCP server that verifies LLM claims against your evidence

https://strawberry.hassana.io/about
1•halcdev•1m ago•0 comments

Show HN: Rev-dep – 20x faster knip.dev alternative build in Go

https://github.com/jayu/rev-dep
3•jayu_dev•3m ago•0 comments

Show HN: Smplogs – Local-first AWS Cloudwatch log analyzer via WASM

https://www.smplogs.com
2•smplogs•3m ago•0 comments

Fries with that? Ordering from AI linked to selecting more indulgent foods

https://www.psu.edu/news/health-and-human-development/story/fries-ordering-ai-linked-selecting-mo...
2•geox•4m ago•0 comments

Tunnelling Torrents 'Properly' over a VPN with Port Forwarding

https://blog.muffn.io/posts/tunneling-torrents-over-vpn-with-port-forwarding/
2•eustoria•4m ago•0 comments

Python React to Elixir Phoenix Migration Breakdown

https://mrpopov.com/posts/python-react-to-elixir-phoenix-migration-breakdown/
2•tosh•4m ago•0 comments

I made my agents joke with each other [video]

https://www.youtube.com/watch?v=xWW2p_CWST4
2•bahaAbunojaim•5m ago•0 comments

OpenJS Foundation: A safe and modern home for JavaScript technologies

https://openjsf.org/
3•eustoria•6m ago•0 comments

Draining wetlands produces substantial emissions in the Canadian Prairies

https://theconversation.com/draining-wetlands-produces-substantial-emissions-in-the-canadian-prai...
2•PaulHoule•9m ago•0 comments

Feather – Draw in 3D

https://www.feather.art/
2•eustoria•9m ago•0 comments

Show HN: Turning 2D floor plans into 3D-ready JSON with Detectron2

https://www.loom.com/share/b741bc127c814db395832b01bd086e96
2•acaciabengo•10m ago•0 comments

Explain to Issue Reporter

https://github.com/fsprojects/fantomas/issues/1704
2•debugnik•10m ago•0 comments

Brave Search API now features Place Search, a new endpoint for map applications

https://brave.com/blog/place-search-api/
6•w0ts0n•11m ago•0 comments

Launch HN: Cardboard (YC W26) – Agentic video editor

https://www.usecardboard.com/
4•sxmawl•12m ago•0 comments

We Built a Video Rendering Engine by Lying to the Browser About What Time It Is

https://blog.replit.com/browsers-dont-want-to-be-cameras
1•cbrewster•12m ago•0 comments

OsmAnd's Faster Offline Navigation

https://osmand.net/blog/fast-routing/
2•todsacerdoti•12m ago•1 comments

AirSnitch: Demystifying and Breaking Client Isolation in Wi-Fi Networks

https://www.ndss-symposium.org/ndss-paper/airsnitch-demystifying-and-breaking-client-isolation-in...
2•todsacerdoti•12m ago•0 comments

People Leaving US

https://trendslates.substack.com/p/teen-ai-usage-amazon-alleged-price
2•faderisimo•15m ago•0 comments

My accepted research work on 'Failure-Aware Security Framework'

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6122687
3•sandhyavinjam•15m ago•0 comments

Bring Your Own Agent (BYOA)

https://blog.val.town/byoa
2•stevekrouse•16m ago•0 comments

Attacking Russia's Center of Gravity: A Clausewitzian Answer

https://www.militarystrategymagazine.com/article/attacking-russias-center-of-gravity-a-clausewitz...
2•bryanrasmussen•17m ago•0 comments

Human Made: The Pledge

https://lee-phillips.org/humanmade/
1•leephillips•19m ago•0 comments

GitHub Actions is left vulnerable to supply chain attacks: Datadog Report

https://www.datadoghq.com/state-of-devsecops/
3•varunsharma07•20m ago•0 comments

How Google Killed the Rent-a-Domain Era

https://growtika.com/blog/publisher-affiliate-collapse
3•Growtika•20m ago•1 comments

Show HN: Karta – Google Search, for discovering talent

https://www.karta.works
2•kidustiliksew•20m ago•0 comments

Smallest transformer that can add two 10-digit numbers

https://github.com/anadim/AdderBoard
2•ks2048•20m ago•0 comments

A Visual Guide to DNA Sequencing

https://www.asimov.press/p/dna-sequencing
2•mailyk•20m ago•0 comments

He saw an abandoned trailer. Then, uncovered a surveillance network

https://calmatters.org/justice/2026/02/alpr-border-patrol-caltrans/
12•Element_•23m ago•4 comments

Show HN: I built a local AI-powered Ouija board with a fine-tuned 3B model

https://github.com/SurceBeats/Planchette
3•SurceBeats•23m ago•2 comments
Open in hackernews

Show HN: OnGarde – Runtime content security proxy for self-hosted AI agents

1•antimaterial•1h ago
Built this because I had heard some horror stories about companies leaking PII from high compliance environments to ChatGPT. I wanted something that would auto-filter any dangerous traffic between my AI agent and the LLM API without requiring code changes in the agent itself.

The filtering list has expanded a bit to include PII, secret keys and I've started a prompt injection library thats being filtered on as well.

The problem: self-hosted agent platforms (OpenClaw, Agent Zero, CrewAI) have no runtime content layer. If your agent leaks an API key, gets prompt injected, or decides to forward someone's SSN to GPT-4, nothing stops it. The platforms don't try to stop it either.

OnGarde is a proxy. You change one line in your config (swap baseUrl) and every request gets scanned before it leaves. Catches credentials, PII, prompt injection, dangerous shell commands. If the scanner fails, it blocks it; never silently passes through.

npx @ongarde/openclaw init handles the OpenClaw setup automatically. Also on PyPI if you're doing something custom.

Dashboard is localhost-only with a SQLite audit log. Nothing phones home.

v1 just shipped: https://github.com/AntimatterEnterprises/ongarde/releases/ta...

I am looking for feedback on this project. Let me hear your thoughts.