ELSEIF
Your brief EB
164 stories from 89 feeds 163 clusters Refreshed 13 minutes ago next pull 19:51

DEV TOOLS Signal 476

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

Illustration only Photo by Matt Artz on Unsplash

UnYOLO is a credential broker and policy engine that sits between an AI agent and provider APIs like GitHub, so the agent never holds a real account token.

WHY IT MATTERS

The project targets a specific failure mode of agentic workflows: an agent running with the same scope as a human can act outside the task you intended. Only one feed carried this, and the material is the project's own page, so the adoption picture outside Hacker News is unclear. For teams running agents against GitHub today, the interesting question is whether a policy file plus an approval inbox is a tighter control surface than scoped tokens plus audit logging.

Written by elseif from the cluster below · every claim links back to a source

The three things worth knowing

01

The broker holds the provider credential and issues client-specific broker secrets, so a leaked agent token is bounded to the rules in the operator's policy file.

02

Policy is a single JSON file loaded at startup, with three effects (allow, request, deny), and a fixed decision order where deny wins over approved grants.

03

Approvals can be granted through a protected inbox listener or Telegram, are single-use or time-windowed, and may only narrow the grant's duration or use count once issued.

THE CLUSTER

Same story, 1 feed.

ORDERED BY FIRST SEEN
Hacker News UnYOLO: Agent credential broker and policy engine for your GitHub account Open ↗