Releases: tophant-ai/ClawVault
Releases · tophant-ai/ClawVault
v0.1.0: The First Claw 🦀 — Atomic Control for AI Agents
What's New in ClawVault v0.1.0
We are excited to announce the initial release of ClawVault, the security vault designed specifically for OpenClaw and AI agent ecosystems. ClawVault provides "atomic control" over every AI reach, ensuring that your agents operate within safe, observable, and cost-effective boundaries.
✨ Key Features
- 🛡️ Atomic Capability Control: Fine-grained permission management at the agent level. Define exactly what an agent can and cannot do using composable "atomic" units.
- 🌐 Transparent Proxy Gateway: Intercept and audit traffic between AI tools and external LLM providers (OpenAI, Anthropic, etc.) without changing your application logic.
- 🚨 Security Detection Engine: Automatic identification of sensitive data leaks, prompt injection patterns, and dangerous command executions.
- 🤖 Generative Policies: Use natural language to define security rules
🛠️ Technical Highlights
- Gateway Module: Implemented a transparent proxy for seamless interception.
- Guard Modes: Added three security modes:
interactive(ask for permission),strict(auto-block), andpermissive(log only). - Audit Logging: Integrated SQLite-based auditing for all invocation records and file access events.