A comprehensive security auditing toolkit for scanning codebases, infrastructure, and agentic AI systems for vulnerabilities and misconfigurations.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agentic-security-audit
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install agentic-security-audit using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Security Audit skill is an essential utility for developers and security engineers working within Openclaw Skills environments. It provides a dual-layered approach to security, addressing both traditional software vulnerabilities and the emerging threats unique to AI agents. By combining dependency scanning, secret detection, and static analysis with specialized AI safety checks, it ensures a hardened development lifecycle.
This skill automates the identification of high-risk patterns such as SQL injection, hardcoded API keys, and insecure file permissions. Furthermore, it incorporates advanced protections based on the latest research, including the OWASP Agentic Top 10, to defend against prompt injection, memory poisoning, and identity hijacking in multi-agent systems.
To deploy this skill within Openclaw Skills, ensure your environment has the required binaries. Install the core auditing tools using the following commands:
# Install dependency auditors
pip install pip-audit safety
# Install universal scanner
curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin
To run a comprehensive check, use the provided audit scripts:
# Execute standard security audit
bash security-audit.sh ./your-project
# Execute agentic-specific security audit
bash agentic-security-audit.sh ./agent-workspace
The Security Audit skill organizes its findings and metadata to provide clear visibility into the security posture of Openclaw Skills projects.
| Category | Monitored Data | Audit Method |
|---|---|---|
| Dependencies | package-lock.json, requirements.txt, go.sum | Language-specific vuln-checkers |
| Secrets | .env, .pem, .key, Git History | Regex-based pattern matching |
| Agent Safety | SOUL.md, MEMORY.md, AGENTS.md | OWASP Agentic Top 10 Checklist |
| Infrastructure | SSL Certs, File Permissions | OpenSSL and stat-based verification |
| Code Patterns | Source code files (.js, .py, .go) | Static Analysis (Grep/AST) |
Loading
A high-precision performance monitoring tool that provides millisecond-level measurement of the AI agent response lifecycle.

Integrate real-time VirusTotal malware scanning and threat protection into your AI agent workflow.

A sophisticated development methodology skill that enforces TDD, DDD, and the TRUST 5 quality framework to produce production-ready code.

A professional-grade security framework for hardening Linux servers and deploying protected OpenClaw agent instances.

A specialized tool for generating traditional Chinese Bazi charts and 10-step Great Luck cycles based on birth data.

A digital implementation of the traditional Chinese Liu Yao divination method for generating and interpreting hexagrams.








































