Growing India News, world news, nation news, our news, people's news, grow news, entertainment, fashion, movies, tech, automobile and many more..
Friday, June 12, 2026
Show HN: AVP – an agent can't leak a secret it never had https://ift.tt/W64d1Tx
Show HN: AVP – an agent can't leak a secret it never had A process can't leak a secret it never had. Shai-hulud, prompt-injection - you name it. They cannot steal what your agent (or an process) don't have. I run coding agents (Claude Code, Codex) on my own machines most of the day. Every one of them wants real API keys in env and I was scratching my head for the last few months how to contain it. The usual answer to this is a firewall. I don't buy it. A firewall tries to contain a secret the process is still holding, and the rules are painful to maintain. AVP gives the agent a placeholder and injects the real value at the last moment, on the wire:
```
# the agent's env holds only a placeholder
STRIPE_API_KEY=avp-placeholder
# agent sends: Authorization: Bearer avp-placeholder
# AVP forwards upstream: Authorization: Bearer sk_live_...real...
``` Keep your passwords in your vault where they belong. AVP initially relies on Bitwarden as a secret manager. It's MIT licensed. Appreciate any feedback. https://ift.tt/tHA8djv June 12, 2026 at 12:40AM
Subscribe to:
Post Comments (Atom)
Show HN: Slope remade in HTML5 to load instantly on any browser, any device https://ift.tt/nkoXOqa
Show HN: Slope remade in HTML5 to load instantly on any browser, any device A whole free daily game served in under 100kb with no ads, lags ...
-
Show HN: An AI logo generator that can also generate SVG logos Hey everyone, I've spent the past 2 weeks building an AI logo generator, ...
-
Show HN: Simple Gantt Chart Software https://ift.tt/sa3dQKF May 7, 2022 at 12:39PM
-
Show HN: Jsonnet Course Online Hi HN! I'm usually a lurker here, but I wanted to share this: I'm an enthusiastic user of Jsonnet[1] ...
No comments:
Post a Comment