← Back to Skills Marketplace
4707
Downloads
12
Stars
30
Active Installs
1
Versions
Install in OpenClaw
/install clawdbot-security-suite
Description
Advanced security validation for Clawdbot - pattern detection, command sanitization, and threat monitoring
Usage Guidance
Install only if you specifically want a local Clawdbot security validation layer. Prefer manual validation first; enable the automatic hook only after reviewing its shell invocation and fail-open behavior. Treat logs as sensitive, because commands, URLs, paths, and tool arguments may be retained locally. Do not treat an ALLOWED result as permission to run destructive or privileged commands without normal user approval.
Capability Analysis
Type: OpenClaw Skill
Name:
Developer:
Version:
Description: OpenClaw Agent Skill
The bundle is a legitimate security suite designed to provide runtime protection for OpenClaw agents against command injection, SSRF, path traversal, and prompt injection. It implements a pattern-matching engine in bash (security.sh) and a TypeScript hook (handler.ts) that intercepts tool calls to validate arguments against a comprehensive set of security regexes in patterns.json. The logic is transparent, operates locally without external data exfiltration, and the instructions provided to the AI agent (SKILL.md, CLAWDBOT-INSTRUCTIONS.md) are strictly aligned with enforcing security boundaries and best practices.
Capability Assessment
Purpose & Capability
The stated purpose of validating commands, URLs, paths, and content matches the Bash validator, pattern file, and hook behavior; prompt-injection phrases appear as detection examples, not hidden evaluator instructions.
Instruction Scope
The optional hook is documented to run automatically on every tool call, and the handler validates broad tool categories while allowing execution when validation is missing, unclear, or errors.
Install Mechanism
Installation into ~/.clawdbot/skills and optional hook installation into ~/.clawdbot/hooks are disclosed, but manual download examples use remote code without pinned checksums or signatures.
Credentials
The hook and CLI write persistent local logs under ~/.clawdbot/logs/security-events.log, including raw commands, URLs, paths, and full pre-call argument objects without visible redaction.
Persistence & Privilege
Enabling the hook persistently changes agent tool-call behavior and invokes the local validator through execSync with a constructed shell command containing user-controlled arguments.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install clawdbot-security-suite - After installation, invoke the skill by name or use
/clawdbot-security-suite - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
🔒 Initial release: Comprehensive AI agent security
Features:
• 50+ threat detection patterns from security research
• Command injection, SSRF, path traversal protection
• Prompt injection and API key exposure detection
• Real-time security monitoring and event logging
• Manual integration + automatic hooks
• Complete documentation and examples
Built for Clawdbot with plans to expand to other AI agents.
Metadata
Frequently Asked Questions
What is Clawdbot Security Suite?
Advanced security validation for Clawdbot - pattern detection, command sanitization, and threat monitoring. It is an AI Agent Skill for Claude Code / OpenClaw, with 4707 downloads so far.
How do I install Clawdbot Security Suite?
Run "/install clawdbot-security-suite" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Clawdbot Security Suite free?
Yes, Clawdbot Security Suite is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Clawdbot Security Suite support?
Clawdbot Security Suite is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Clawdbot Security Suite?
It is built and maintained by gtrusler (@gtrusler); the current version is v1.0.0.
More Skills