back to home

tophant-ai / ClawVault

OpenClaw Security Vault β€” Atomic "claw" control: every AI reach, within your sight.

599 stars
10 forks
4 issues
PythonHTMLShell

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing tophant-ai/ClawVault in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/tophant-ai/ClawVault)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

OpenClaw Security Vault β€” Atomic "claw" control: every AI reach, within your sight. **English** | **δΈ­ζ–‡** 🎯 ClawVault is right for you if β€’ βœ… You want **visual monitoring** of AI agents and model invocations β€’ βœ… You need **atomic control** over agent capabilities and permissions β€’ βœ… You want **generative policies** that adapt to new threats automatically β€’ βœ… You need **real-time alerts** when sensitive assets are accessed β€’ βœ… You want **budget control** over AI token usage and costs β€’ βœ… You need **security detection** for sensitive data, injections, and dangerous commands β€’ βœ… You want a **unified dashboard** to manage all your AI security policies Core Capabilities β€’ Visual Monitoring Users can configure their own "vault" and lock in Agents, Skills, credentials, and files they care about. When someone touches these assets, the "Security Lobster" will notify you via IM: who touched what in your vault yesterday. **Technical Implementation**: β€’ Event collection based on API gateway and file-side monitoring (invocation records, file access, change tracking) β€’ Supports periodic change notifications and real-time alerts β€’ Atomic Control Fine-grained control at the Agent level, using composable "atomic capabilities" as the smallest unit: β€’ Agent interaction and invocation policies β€’ Model routing, whitelists, and quota control β€’ Security detection (sensitive info recognition, credential detection, prompt injection protection, etc.) β€’ File access permission constraints Users can combine these atomic capabilities like "building blocks" to create reusable policy configurations. β€’ Generative Capabilities Each "storage chamber" in the vault includes built-in basic security scenarios and allows users to add detection scenarios and Skills via natural language by mobilizing atomic capabilities. **Example**: Tell the system via chat interface: The system will automatically generate and execute the corresponding policy rules. --- ✨ Features β€’ **πŸ” Sensitive Data Detection** β€” API keys, passwords, PII, credit cards, and 15+ pattern types β€’ **πŸ›‘οΈ Prompt Injection Defense** β€” Block role hijacking, instruction override, data exfiltration β€’ **⚠️ Dangerous Command Guard** β€” Intercept , , privilege escalation β€’ **πŸ”„ Auto-Sanitization** β€” Replace secrets with placeholders, restore on response β€’ **πŸ’° Token Budget Control** β€” Daily/monthly limits with cost alerts β€’ **πŸ“Š Real-time Dashboard** β€” Web UI with per-agent config, detection details, quick tests The vault includes a **transparent proxy gateway module** that intercepts traffic between your AI tools and external APIs (OpenAI, Anthropic, etc.). πŸš€ Quick Start πŸš€ Deploy to Server πŸ“œ Scripts | Script | Usage | |--------|-------| | | Deploy to cloud server | | | Start ClawVault (add to also start OpenClaw) | | | Stop all services | | | Run CLI + API tests | | | Setup OpenClaw proxy integration | | | Uninstall and restore original state | πŸ—οΈ Architecture βš™οΈ Configuration πŸ“Š Development Progress | Capability Module | Status | Notes | |---------|------|------| | API Gateway Monitoring & Interception | βœ… Implemented | V1 core capability | | File-side Monitoring | 🚧 In Progress | Gradual integration | | Agent-level Atomic Control | 🚧 In Progress | Gateway-side available, expanding to other scenarios | | Generative Policy Orchestration | 🚧 In Progress | Gradual integration | --- πŸ“š Documentation | Document | Description | |------|------| | Development Setup | Local dev environment | | Production Deployment | Deploy to server | | OpenClaw Integration | Connect with OpenClaw | | Architecture | System design & modules | | Guard Modes | strict / interactive / permissive | | Scenarios | Use cases & roadmap | See doc/ for the full documentation index. πŸ› οΈ Development πŸ“„ License MIT Β© 2026 Tophant --- 🀝 Community β€’ GitHub Issues β€” Bug reports and feature requests β€’ Security Issues β€” Security vulnerability reports --- 🦞 Built for people who want to secure AI, not babysit agents. Back to top ↑