title: @istdrc: Every API key you paste into an AI agent's input box hits their servers in plain...
author: istdrc
contenttype: twitterpost
published: 2026-02-19T13:39:40+00:00
source_url: https://x.com/istdrc/status/2024478996344328244
word_count: 131
Tweet by @istdrc
Every API key you paste into an AI agent's input box hits their servers in plaintext. OpenAI keys, Telegram tokens, AWS credentials — your agent needed them to write a config file, so you just… pasted them in. Now they're in the provider's logs, training data, who knows where. agent-vault makes sure that never happens: 🔐 You store secrets locally (AES-256 encrypted, never leaves your machine) 📖 Agent reads config files — real values become placeholders ✍️ Agent writes config files — placeholders are swapped back to real values Your agent sets everything up perfectly. It just never sees your secrets. 👀 What the agent sees: api_key: bot_token: 💾 What's actually on disk: apikey: sk-proj-abc123... bottoken: 7821345:AAF... 📦 npm install -g @botiverse/agent-vault 🧩 npx skills add botiverse/agent-vault 🔗
Posted: 2026-02-19T13:39:40.000Z
Engagement: 1030 likes, 96 retweets, 62 replies