Live data from Hacker News

Show HN: OneCLI – Vault for AI Agents in Rust

github.com

61–62 of 62 posts

Re: Show HN: OneCLI – Vault for AI Agents in Rust

#61
post #7

This is the right approach. I built a similar system to https://github.com/airutorg/airut - couple of learnings to share: 1) Not all systems respect HTTP_PROXY. Node in particular is very uncooperative in this regard. 2) AWS access keys can’t be handled by simple credential swap; the requests need to be resigned with the real keys. Replicating the SigV4 and SigV4A exactly was bit of a pain. 3) To be secure, this syst…

Great tool. Yours is much more sophisticated than mine, but I also came up with a similar solution to my personal problem of running opencode web in a container with access to all my API keys. I also settled on mitmproxy. Before I was trying to use IPTables, but that didnt really safely work, because the agent could still escape if he tried hard enough. I'm happy there is some work being done of securing agents more properly. Maybe this helps broader adoption for experiments with access to more services.

https://github.com/joostme/doubleagent

Post reply on HN