openclaw-warden-pro
Full workspace security suite: detect unauthorized modifications, scan for prompt injection patterns, and automatically respond with countermeasures — snapshot restore, skill quarantine, git rollback, and automated protection sweeps. The complete post-installation security layer for agent workspaces.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/atlaspa/openclaw-warden-proWhat This Skill Does
OpenClaw Warden Pro acts as a robust, automated security layer for your AI agent's workspace. It serves as an active defense system that goes beyond simple monitoring to provide self-healing capabilities. By establishing a cryptographically verified baseline of your critical files, the system can detect unauthorized modifications, prompt injection attempts, or malicious skill tampering. Unlike the free version of Warden, the Pro edition features automated countermeasures including file restoration from snapshots, git rollback integration, and proactive skill quarantine. It ensures your agent environment remains consistent and secure, automatically addressing drift or unauthorized alterations during session startup or periodic heartbeats.
Installation
To install this security suite, ensure you have the ClawHub environment configured, then run the following command in your terminal:
clawhub install openclaw/skills/skills/atlaspa/openclaw-warden-pro
Once installed, it is highly recommended to integrate the 'protect' command into your workspace hooks. For Claude Code users, add the provided configuration to your SessionStart hook to ensure the workspace is scanned and sanitized before any task begins. For OpenClaw users, add the heartbeat entry to your HEARTBEAT.md file to maintain security throughout long-running tasks.
Use Cases
- Proactive Security: Automatically sanitizing the workspace during session startup to ensure no unauthorized persistence has been established.
- Skill Testing: Safely experiment with new, untrusted skills by running a 'protect' sweep to catch any illicit attempts to overwrite configuration files or modify SOUL.md.
- Disaster Recovery: Recovering your agent's identity and core instruction files if an AI model suffers from a 'hallucination' that leads it to corrupt critical workspace documentation.
- Forensics: Using the 'status' and 'verify' tools to audit workspace changes before committing to a git repository.
Example Prompts
- "Warden, perform a full integrity scan of the workspace and list any unauthorized modifications since our last baseline."
- "I think a newly installed skill changed my SOUL.md settings. Please rollback the file to its last known git-committed state."
- "Start a protection sweep now. Quarantine any skills that modified critical system files and restore my configuration files from the last snapshot."
Tips & Limitations
- Consistency: Always run the
baselinecommand whenever you intentionally update your agent's configuration or SOUL.md. Failing to update the baseline will result in 'false positive' alerts every time you run a verification. - Isolation: Quarantine is not a replacement for code review. While Warden Pro moves malicious skills to a non-loadable directory, you should still manually inspect the quarantined folder to understand the threat vector.
- Git Integration: Ensure your workspace is a valid git repository if you intend to use the
rollbackfeature effectively; otherwise, the tool relies exclusively on internal snapshots.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-atlaspa-openclaw-warden-pro": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, code-execution
Related Skills
openclaw-egress
Skill by atlaspa
cost-governor
Skill by atlaspa
openclaw-vault
Skill by atlaspa
openclaw-security
Unified security suite for agent workspaces. Installs, configures, and orchestrates all 11 OpenClaw security tools in one command — integrity, secrets, permissions, network, audit trail, signing, supply chain, credentials, injection defense, compliance, and incident response.
openclaw-warden
Skill by atlaspa