AVP: A security system designed to prevent AI agents or any process from directly holding sensitive secrets. It provides agents with placeholders for credentials and injects the real secret value 'on the wire' at the last moment. It initially relies on Bitwarden as a secret manager.
Raw Developer Origin & Technical Request
Hacker News
Jun 12, 2026
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.
Developer Debate & Comments
No active discussions extracted for this entry yet.
Frequently Asked Questions
Market intelligence mapped to AVP: A security system designed to prevent AI agents or any process from directly holding sensitive secrets. It provides agents with placeholders for credentials and injects the real secret value 'on the wire' at the last moment. It initially relies on Bitwarden as a secret manager..
How is AVP: A security system designed to prevent AI agents or any process from directly holding sensitive secrets. It provides agents with placeholders for credentials and injects the real secret value 'on the wire' at the last moment. It initially relies on Bitwarden as a secret manager. positioned in the market?
What is the general sentiment around AVP: A security system designed to prevent AI agents or any process from directly holding sensitive secrets. It provides agents with placeholders for credentials and injects the real secret value 'on the wire' at the last moment. It initially relies on Bitwarden as a secret manager.?
What are the foundational technologies related to AVP: A security system designed to prevent AI agents or any process from directly holding sensitive secrets. It provides agents with placeholders for credentials and injects the real secret value 'on the wire' at the last moment. It initially relies on Bitwarden as a secret manager.?
Engagement Signals
Cross-Market Term Frequency
Quantifies the cross-market adoption of foundational terms like MIT licensed and firewall by tracking occurrence frequency across active SaaS architectures and enterprise developer debates.
SaaS Metrics