Live data from Hacker News

Show HN: Kontext CLI – Credential broker for AI coding agents in Go

github.com

11–20 of 33 posts

Re: Show HN: Kontext CLI – Credential broker for AI coding agents in Go

#11
Finally a solution which focuses on contextual authorization - evaluating the agent's reasoning trace when it requests a credential, only issuing it if the intent matches what the user authorized.. developer-focused and self-serve.Happy Launch day!!

Re: Show HN: Kontext CLI – Credential broker for AI coding agents in Go

#17
It should be possible to do this w/ eBPF. Monitor network i/o & rewrite the request on the fly to include the proper tokens & signatures. The agent can just be given placeholder tokens. That way all the usual libraries work as expected & the secrets/signatures are handled w/o worrying about another abstraction layer. Here is some prior art: https://riptides.io/blog/when-ebpf-isnt-enough-why-we-went-w...

Re: Show HN: Kontext CLI – Credential broker for AI coding agents in Go

#18
This is how keychains should be designed. Never return the secret, but mint a new token, or sign a request.

We need this also for normal usage like development environments. Or when invoking a command on a remote server.

Are you going to add support for services that don't support OIDC or this going to be a known limitation?

Re: Show HN: Kontext CLI – Credential broker for AI coding agents in Go

#20
Very cool project. Providing credentials agents and standardizing that whole process seems like valuable work. Question though on the OSS/paid boundary... is the OSS cli the client for the paid service? What is the custody model? Does this service store all my credentials?
Post reply on HN