AI agent's API keys are sitting in plaintext
Posted by julien-poitou 3 hours ago
Comments
Comment by Mooshux 22 minutes ago
The pattern that actually closes the gap: issue short-lived scoped tokens at request time, never hand the real key to the agent at all. The agent gets a proxy credential that expires after the session. If it leaks, it's already stale. We wrote up the full implementation here: https://apistronghold.com/blog/phantom-token-pattern-product...
Comment by julien-poitou 3 hours ago
MCPGuard is a local-first CLI that: - Scans your MCP configs for plaintext credentials - Migrates them to your OS keychain (macOS/Linux/Windows) - Replaces values with mcpguard:// references - Injects credentials at runtime — never on disk
One command to audit, one to migrate. No cloud, no account, free and open source.