Live data from Hacker News

Launch HN: OneCLI (YC S26) – OSS sandboxed agent harness for teams

github.com

41–42 of 42 posts

Re: Launch HN: OneCLI (YC S26) – OSS sandboxed agent harness for teams

#41

Keeping the real credential out of model context is a meaningful improvement, but the gateway still becomes a confused-deputy boundary. How granular are policies below the endpoint level? An agent allowed to call a CRM API may still be tricked into exporting the wrong customer or changing a field it should only read. I'd be interested in whether policies can constrain method, path, request fields, resource ownership,…

record level credential scoping

Re: Launch HN: OneCLI (YC S26) – OSS sandboxed agent harness for teams

#42

what happens when the gateway itself is unreachable at call time — does the call fail closed, or proceed with a line in a log?

Exactly — and the next step is proving that mapping at the HTTP layer before the request hits the agent. We sign a trust score into a request header (HMAC-SHA256) so the gateway knows it's a verified human session, not an automated script impersonating one. Zero PII collected.
Post reply on HN