Show HN: Sandbox-proxy – A forward proxy that injects credentials to sandboxes
Category: security
Tags: proxy, security, credential-injection, go, sandbox
Score: 6.8/10 (Innovation: 6, Technical: 7, Documentation: 8, Utility: 6)
Sandbox-proxy is a forward proxy that injects credentials into outbound requests on the wire, allowing sandboxed code to authenticate without ever exposing tokens. It uses HTTPS interception and a default-deny policy, making it a practical tool for secure credential management in development and CI workflows.
Target audience: backend devs, devops, security engineers
Repository: https://github.com/yagop/sandbox · Go
View on Hacker News