Show HN: Agent Vault – Open-source credential proxy and vault for agents
A portable, interface-agnostic credential brokering service for AI agents, designed to prevent credential exfiltration by separating agents from secrets through a MITM proxy architecture, offering self-hostability and firewall-like features.
View Origin Link
Product Positioning & Context
AI Executive Synthesis
A portable, interface-agnostic credential brokering service for AI agents, designed to prevent credential exfiltration by separating agents from secrets through a MITM proxy architecture, offering self-hostability and firewall-like features.
Agent Vault addresses a critical security vulnerability in the burgeoning AI agent ecosystem: credential exfiltration via prompt injection. This is a significant pain point for enterprises deploying agents, as current security models are inadequate for non-deterministic AI workloads. Agent Vault's 'credential brokering' and 'MITM architecture' provide a robust solution, separating agents from sensitive credentials and enabling traffic inspection. Its open-source, self-hostable nature and portability (single Go binary, Docker) appeal to organizations requiring control and flexibility over their security infrastructure. This product is positioned as essential middleware for secure enterprise AI agent adoption, reflecting a growing market for specialized security solutions tailored to AI's unique risks.
Hey HN! Today we're launching Agent Vault - an open source HTTP credential proxy and vault for AI agents. Repo is at https://github.com/Infisical/agent-vault, and there's an in-depth description at https://infisical.com/blog/agent-vault-the-open-source-crede....We built Agent Vault in response to a question that been plaguing the industry: How do we give agents secure access to services without them reading any secrets?Most teams building agents have run into this exact problem: They build an agent or agentic system and come to realize at some point that it needs credentials in order to access any services. The issue is that agents, unlike traditional workloads, are non-deterministic, highly-prone to prompt injection, and thus can easily be manipulated to leaking the credentials that they need to operate. This is the problem of credential exfiltration (not to be confused with data exfiltration).In response to this, some teams we've seen have implemented basic guardrails and security controls to mitigate this risk in their agentic environments including using short-lived access tokens. The more advanced teams have started to converge toward a pattern: credential brokering, the idea being to separate agents from their credentials through some form of egress proxy. In this model, the agent makes a request to a proxy that attaches a credential onto it and brokers it through to the target service. This proxy approach is actually used in Anthropic's Managed Agents architecture blog with it being that "the harness is never made aware of the credentials." We've seen similar credential brokering schemes come out from Vercel and in Cloudflare's latest Outbound Workers.Seeing all this made us think: What if we could create a portable credential brokering service plugged seamlessly into agents' existing workflows in an interface agnostic way, meaning that agents could continue to work with APIs, CLIs, SDKs, MCPs without interference and get the security of credential brokering.This led to Agent Vault - an open source HTTP credential proxy and vault that we're building for AI agents. You can deploy this as a dedicated service and set up your agent's environment to proxy requests through it. Note that in a full deployment, you do need to lock down the network so that all outbound traffic is forced through Agent VaultThe Agent Vault (AV) implementation has a few interesting design decisions:- Local Forward Proxy: AV chooses an interface agnostic approach to credential brokering by following a MITM architecture using HTTPS_PROXY as an environment variable set in the agent's environment to redirect traffic through it; this also means that it runs its own CA whose certificate must be configured on the client's trust store.- MITM architecture: Since AV terminates TLS in order to do credential brokering its able to inspect traffic and apply rules to it before establishing a new TLS connection upstream. This makes it a great to be able to extend AV to incorporate firewall-like features to be applied at this proxy layer.- Portable: AV itself is a single Go binary that bundles a server and the CLI; it can be deployed as a Docker container as well. In practice, this means that you can self-host AV on your own infrastructure and it should work more universally than provider specific approaches like that of Vercel and Cloudflare.While the preliminary design of Agent Vault is a bit clunky to work with and we’d wished to have more time to smoothen the developer experience around it, particularly around the configuration setup for agents to start proxying requests through it, we figured it would be best to open source the technology and work with the community to make gradual improvements for it to work seamlessly across all agentic use cases since each has its own nuances.All in all, we believe credential brokering is the right next step for how secrets management should be done for agents and would love to hear your views, questions, feedback!
open source HTTP credential proxy and vault
AI agents
credential exfiltration
non-deterministic
prompt injection
short-lived access tokens
credential brokering
egress proxy
Related Ecosystem & Alternatives
Discover adjacent products, open-source repositories, and developer tools sharing similar technical architecture.
Deep-Dive FAQs
What is Agent Vault – Open-source credential proxy and vault for agents?
Agent Vault – Open-source credential proxy and vault for agents is analyzed by our AI as: A portable, interface-agnostic credential brokering service for AI agents, designed to prevent credential exfiltration by separating agents from secrets through a MITM proxy architecture, offering self-hostability and firewall-like features.. It focuses on Agent Vault addresses a critical security vulnerability in the burgeoning AI agent ecosystem: credential exfiltration via prompt injection. This is...
Where did Agent Vault – Open-source credential proxy and vault for agents originate?
Data for Agent Vault – Open-source credential proxy and vault for agents was aggregated directly from the Hacker News community ecosystem, representing raw developer and early-adopter sentiment.
When was Agent Vault – Open-source credential proxy and vault for agents publicly launched?
The initial public indexing or launch date for Agent Vault – Open-source credential proxy and vault for agents within our tracked developer communities was recorded on April 24, 2026.
How popular is Agent Vault – Open-source credential proxy and vault for agents?
Agent Vault – Open-source credential proxy and vault for agents has achieved measurable traction, logging over 81 traction score and facilitating 31 recorded discussions or engagements.
Which technical categories define Agent Vault – Open-source credential proxy and vault for agents?
Based on metadata extraction, Agent Vault – Open-source credential proxy and vault for agents is categorized under topics such as: open source HTTP credential proxy and vault, AI agents, credential exfiltration, non-deterministic.
How does the creator describe Agent Vault – Open-source credential proxy and vault for agents?
The original author or development team describes the product as follows: "Hey HN! Today we're launching Agent Vault - an open source HTTP credential proxy and vault for AI agents. Repo is at https://github.com/Infisical/agent-vault, and there's an in-depth description at..."
Community Voice & Feedback
Discovery Source

Hacker News
Aggregated via automated community intelligence tracking.
Tech Stack Dependencies
No direct open-source NPM package mentions detected in the product documentation.
Media Tractions & Mentions
No mainstream media stories specifically mentioning this product name have been intercepted yet.
Deep Research & Science
No direct peer-reviewed scientific literature matched with this product's architecture.