Skip to content

v0.1.0: The First Claw πŸ¦€ β€” Atomic Control for AI Agents

Pre-release
Pre-release

Choose a tag to compare

@Martin2877 Martin2877 released this 19 Mar 15:05
· 58 commits to main since this release
25ff2a4

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), and permissive (log only).
  • Audit Logging: Integrated SQLite-based auditing for all invocation records and file access events.