From fa5a6f070439fadc6897c9e3de9bc503c4fcc149 Mon Sep 17 00:00:00 2001 From: eddiesoehnel Date: Fri, 24 Apr 2026 16:36:22 -0600 Subject: [PATCH] added Agent Vault --- specs/2_systems_s/external-software-tools-repos.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/specs/2_systems_s/external-software-tools-repos.md b/specs/2_systems_s/external-software-tools-repos.md index 145d1f9..5b72d13 100644 --- a/specs/2_systems_s/external-software-tools-repos.md +++ b/specs/2_systems_s/external-software-tools-repos.md @@ -122,6 +122,8 @@ [Browser Harness](#browser-harness) +[Agent Vault](#agent-vault) + --- This doc is a list I maintain of anything interesting to me that I find @@ -368,3 +370,8 @@ Based on the viral observation that caveman-speak dramatically reduces LLM token The simplest, thinnest, self-healing harness that gives LLM complete freedom to complete any browser task. Built directly on CDP. The agent writes what's missing, mid-task. No framework, no recipes, no rails. One websocket to Chrome, nothing between. + +# **Agent Vault** + +An open-source credential broker by Infisical that sits between your agents and the APIs they call. +Agents should not possess credentials. Agent Vault eliminates credential exfiltration risk with brokered access. https://github.com/Infisical/agent-vault \ No newline at end of file