This product was not featured by Product Hunt yet.
It will not be visible on their landing page and won't be ranked (cannot win product of the day regardless of upvotes).

Product Thumbnail

StuntDouble

eBPF sandbox & time-travel for local AI agents

Open Source
Developer Tools
Artificial Intelligence
GitHub
Visit WebsiteSee on Product HuntGithubVercel

Hunted byRohan BalsarafRohan Balsaraf

Running autonomous coding agents locally is terrifying. One hallucination and they can delete your database or overwrite critical files. StuntDouble wraps any AI agent (like Aider or Claude Code) in a hardware-isolated Docker MicroVM. It injects eBPF C-code into your Linux kernel to silently drop destructive outbound network packets, and uses Git plumbing to allow instant, zero-copy filesystem rewinds if the AI deletes your code.

Top comment

👋 Hey Product Hunt! I'm Rohan, the creator of StuntDouble. A few weeks ago, I was running an autonomous AI coding agent on my laptop. It hallucinated, got confused, and almost dropped a local Postgres database I was actively using for another project. I realized that relying on "prompt engineering" (telling the AI "please don't delete my files") isn't real security. These agents have full root access to our local filesystems and networks. So I built StuntDouble. It’s a zero-trust wrapper that acts as a bodyguard for your local AI tools. Here’s the cool tech behind it: 🛡️ eBPF Kernel Hooks: StuntDouble injects raw C-code into your Linux kernel to monitor every outbound network packet the AI sends. If it tries to hit a destructive port (like Postgres or Mongo), the kernel silently drops the packet before it even leaves the virtual interface. The AI thinks it succeeded, but your host is untouched. ⏪ Zero-Copy Time Travel: Before the agent spins up, StuntDouble uses Git's low-level core object database (git write-tree) to take an instantaneous, cryptographic snapshot of your working directory. If the AI messes up your code, you just type stuntdouble rewind and your filesystem instantly reverts—without polluting your commit history! 🌐 StuntNet Swarm: You can spin up an entire fleet of agents (stuntdouble swarm coder tester) isolated inside a custom Docker bridge network that hard-blocks external internet access. It works out of the box with Aider, Claude Code, and Ollama. I built this entirely in Go, and it’s 100% open source. I'd love to hear your thoughts on using eBPF and kernel-level intercepts for AI safety. I’ll be hanging out in the comments all day to answer any technical questions! Cheers! 🍻

Comment highlights

No comment highlights available yet. Please check back later!

About StuntDouble on Product Hunt

eBPF sandbox & time-travel for local AI agents

StuntDouble was submitted on Product Hunt and earned 0 upvotes and 1 comments, placing #120 on the daily leaderboard. Running autonomous coding agents locally is terrifying. One hallucination and they can delete your database or overwrite critical files. StuntDouble wraps any AI agent (like Aider or Claude Code) in a hardware-isolated Docker MicroVM. It injects eBPF C-code into your Linux kernel to silently drop destructive outbound network packets, and uses Git plumbing to allow instant, zero-copy filesystem rewinds if the AI deletes your code.

StuntDouble was featured in Open Source (68.6k followers), Developer Tools (516.3k followers), Artificial Intelligence (474.3k followers) and GitHub (41.3k followers) on Product Hunt. Together, these topics include over 225k products, making this a competitive space to launch in.

Who hunted StuntDouble?

StuntDouble was hunted by Rohan Balsaraf. A “hunter” on Product Hunt is the community member who submits a product to the platform — uploading the images, the link, and tagging the makers behind it. Hunters typically write the first comment explaining why a product is worth attention, and their followers are notified the moment they post. Around 79% of featured launches on Product Hunt are self-hunted by their makers, but a well-known hunter still acts as a signal of quality to the rest of the community. See the full all-time top hunters leaderboard to discover who is shaping the Product Hunt ecosystem.

Want to see how StuntDouble stacked up against nearby launches in real time? Check out the live launch dashboard for upvote speed charts, proximity comparisons, and more analytics.