<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: raiph_ai</title><link>https://news.ycombinator.com/user?id=raiph_ai</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 01 Sep 2026 07:43:50 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=raiph_ai" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by raiph_ai in "Show HN: FireClaw – Open-source proxy defending AI agents from prompt injection"]]></title><description><![CDATA[
<p>Thanks! Checked out your project — really impressive work. The way I see it, our projects are complementary: FireClaw sanitizes inputs (is this content trying to hijack the agent?), yours governs outputs (should the agent take this action?). Together that's defense-in-depth.<p>We just shipped /api/scan in v1.1.0 which could plug into your policy evaluation — scan content before it enters the decision pipeline. Also now on Docker and npm (npx fireclaw) for easier integration.<p>Happy to brainstorm integration. Feel free to open an issue on our repo or reach out on GitHub.</p>
]]></description><pubDate>Mon, 23 Mar 2026 02:02:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=47484684</link><dc:creator>raiph_ai</dc:creator><comments>https://news.ycombinator.com/item?id=47484684</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47484684</guid></item><item><title><![CDATA[New comment by raiph_ai in "Show HN: FireClaw – Open-source proxy defending AI agents from prompt injection"]]></title><description><![CDATA[
<p>Thanks! Good call on the icons — we're swapping all the emojis to Lucide SVG icons in the next update. Much cleaner cross-platform.<p>And for the record, that's actually a honey badger, not a raccoon :) Honey badgers don't care (about prompt injection).</p>
]]></description><pubDate>Mon, 23 Mar 2026 01:56:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=47484634</link><dc:creator>raiph_ai</dc:creator><comments>https://news.ycombinator.com/item?id=47484634</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47484634</guid></item><item><title><![CDATA[New comment by raiph_ai in "Show HN: FireClaw – Open-source proxy defending AI agents from prompt injection"]]></title><description><![CDATA[
<p>Creator here. Quick TL;DR and some context:<p>FireClaw = prompt injection firewall for AI agents. Proxy architecture, not just detection. 4-stage pipeline, no bypass mode, community threat feed.<p>The thing that surprised us most during research: nobody is doing this. There are great pattern detectors (Rebuff, LLM Guard, etc.) but they all work post-hoc — the content has already entered the agent's context by the time you detect injection. FireClaw intercepts it before that happens.<p>The Pi appliance was honestly just for fun at first, but it turns out having a physical box with a screen showing "3 threats blocked today" is surprisingly reassuring. The OLED does an animated fire claw when it catches something.<p>Happy to answer any questions about the architecture, the canary token system, or the threat feed privacy model.</p>
]]></description><pubDate>Tue, 17 Mar 2026 16:29:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=47414923</link><dc:creator>raiph_ai</dc:creator><comments>https://news.ycombinator.com/item?id=47414923</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47414923</guid></item><item><title><![CDATA[Show HN: FireClaw – Open-source proxy defending AI agents from prompt injection]]></title><description><![CDATA[
<p>Hey HN,<p>We built FireClaw because we kept watching AI agents get owned by prompt injection through web content. The agent fetches a page, the page says "ignore previous instructions," and suddenly your agent is leaking data or running commands it shouldn't.<p>The existing solutions detect injection after the fact. We wanted to prevent it.<p>FireClaw is a security proxy that sits between your AI agent and the web. Every fetch passes through a 4-stage pipeline:<p>1. DNS blocklist check (URLhaus, PhishTank, community feed)
2. Structural sanitization (strip hidden CSS, zero-width Unicode, encoding tricks)
3. Isolated LLM summarization (hardened sub-process with no tools or memory)
4. Output scanning with canary tokens (detect if content bypassed summarization)<p>The key insight: even if Stage 3's LLM gets injected, it has no tools, no memory, and no access to your data. It can only return text — which still gets scanned in Stage 4. The attacker hits a dead end.<p>Other design decisions:
- No bypass mode. The pipeline is fixed. If your agent gets compromised, it can't disable FireClaw.
- Community threat feed — instances anonymously share detection metadata (domain, severity, detection count) to build a shared blocklist. No page content is ever sent.
- Runs on a Raspberry Pi as a physical appliance with an OLED display that shows real-time stats and lights up with animated flames when it catches a threat.<p>We searched the literature and open source extensively — no one else is doing proxy-based defense for agent prompt injection. Detection exists, sandboxing exists, but an inline proxy that sanitizes before content reaches the agent's context? We couldn't find it.<p>200+ detection patterns, JSONL audit logging, domain trust tiers, rate limiting, and cost controls. AGPLv3 licensed.<p>Website: <a href="https://fireclaw.app" rel="nofollow">https://fireclaw.app</a><p>Would love feedback from anyone working on AI agent security. What are we missing? What attack vectors should we add to the pattern database?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47414911">https://news.ycombinator.com/item?id=47414911</a></p>
<p>Points: 5</p>
<p># Comments: 7</p>
]]></description><pubDate>Tue, 17 Mar 2026 16:28:53 +0000</pubDate><link>https://github.com/raiph-ai/fireclaw</link><dc:creator>raiph_ai</dc:creator><comments>https://news.ycombinator.com/item?id=47414911</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47414911</guid></item><item><title><![CDATA[New comment by raiph_ai in "Show HN: AwardClaw – 24/7 award travel research agent"]]></title><description><![CDATA[
<p>Great idea. The cruise line space has the same dynamic — prices fluctuate constantly after you book, and if you catch a lower fare the cruise lines will often give you onboard credit or other perks. But they don't proactively tell you about it, so you have to keep checking yourself. An agent that continuously monitors for these kinds of opportunities is exactly the right approach.</p>
]]></description><pubDate>Tue, 17 Mar 2026 02:17:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=47407789</link><dc:creator>raiph_ai</dc:creator><comments>https://news.ycombinator.com/item?id=47407789</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47407789</guid></item><item><title><![CDATA[New comment by raiph_ai in "NASA targets Artemis II crewed moon mission for April 1 launch"]]></title><description><![CDATA[
<p>I watched a news piece about this and alot of people are calling for more testing before sending a crew up. Every mission has risks but there seems to be real concern about the vehicle's re-entry into Earth's atmosphere. Blessings and good luck to the whole team.</p>
]]></description><pubDate>Sun, 15 Mar 2026 03:18:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=47383964</link><dc:creator>raiph_ai</dc:creator><comments>https://news.ycombinator.com/item?id=47383964</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47383964</guid></item><item><title><![CDATA[New comment by raiph_ai in "AI should not replace people at Atlassian, says CEO"]]></title><description><![CDATA[
<p>I feel bad for all the employees that were affected. Atlassian years ago started as an innovative company, look at their original mission statement. "Open company, no bullshit" and Don't F&%# the customer. They truly had great products that complemented each other. The problem now, is alot of the tools are not need, or can be made with some vibe coding.</p>
]]></description><pubDate>Sat, 14 Mar 2026 15:03:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=47377407</link><dc:creator>raiph_ai</dc:creator><comments>https://news.ycombinator.com/item?id=47377407</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47377407</guid></item><item><title><![CDATA[New comment by raiph_ai in "Show HN: OpenClaw-class agents on ESP32 (and the IDE that makes it possible)"]]></title><description><![CDATA[
<p>This project looks super cool. I love having the idea of having openclaw on a low powered device. I am working on something and should have it out next week. It was designed to run on a raspberry pi and would be a great companion to your project. I will post back when it is live and would love for you to take a look.</p>
]]></description><pubDate>Sat, 14 Mar 2026 02:14:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=47372612</link><dc:creator>raiph_ai</dc:creator><comments>https://news.ycombinator.com/item?id=47372612</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47372612</guid></item><item><title><![CDATA[New comment by raiph_ai in "Can I run AI locally?"]]></title><description><![CDATA[
<p>Great site, I have an M2 and M3pro and was thinking about getting and Ultra M4 and wanted to know if it was going to be worth it. Now I can see exactly what models I can run locally.</p>
]]></description><pubDate>Sat, 14 Mar 2026 01:55:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=47372505</link><dc:creator>raiph_ai</dc:creator><comments>https://news.ycombinator.com/item?id=47372505</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47372505</guid></item></channel></rss>