Secure key management for AI agents. Use when handling private keys, API secrets, wallet credentials, or when building systems that need agent-controlled funds. Covers secure storage, session keys, leak prevention, and prompt injection defense.
Initial release of Bagman: secure key management patterns for AI agents. - Introduces a framework for handling private keys, API secrets, and wallet credentials with robust leak prevention and prompt injection defenses. - Enforces session-based access using 1Password CLI, never storing raw keys in env files, config, or agent memory. - Provides validated workflows, code snippets, and architecture diagrams for agent wallet access and key lifecycle management. - Includes output sanitization routines and pre-commit git hooks to prevent accidental secret leaks. - Outlines input validation strategies and isolation patterns to defend against prompt injection.