logoalt Hacker News

UnYOLO: Agent credential broker and policy engine for your GitHub account

15 pointsby hosolmazyesterday at 3:53 PM2 commentsview on HN

Comments

torm115yesterday at 8:47 PM

Credential scoping handles the "what can the agent do" part, but after running a few agents on my own data for a while I think the harder problem is what they can see. Prompts turned out to be pretty much useless as a boundary there, so I ended up pushing all of it server-side. Is unyolo doing anything on the read side, or is it strictly about gating actions?

TZubiriyesterday at 10:38 PM

> product about access control

> curl -fsSL https://unyolo.io/install.sh | sh

show 1 reply