Ask HN: Secure wrapper for coding agents?
11–20 of 26 posts
Re: Ask HN: Secure wrapper for coding agents?
#12Re: Ask HN: Secure wrapper for coding agents?
#13Re: Ask HN: Secure wrapper for coding agents?
#14Re: Ask HN: Secure wrapper for coding agents?
#15My projects are usually very limited with respect to external dependencies and that is part of prompts or markdown files describing various project goals, plans, and current state.
My operating theory is that this probably won't get my systems borked. I wasn't patient enough to dig deeper.
Re: Ask HN: Secure wrapper for coding agents?
#16Re: Ask HN: Secure wrapper for coding agents?
#17Re: Ask HN: Secure wrapper for coding agents?
#18I believe you're looking for Era. It uses libkrun for local microVM isolation and was built specifically to solve the "LLM hallucinated a destructive bash command" problem without the overhead of a massive VM. Another one that handles this gracefully is Yolobox, which uses rootless Podman. Both are actively maintained and cut through the noise of the thousands of generic wrapper repos out there right now.
Era links to https://github.com/smol-machines/smolvm now