A comprehensive security scanner for auditing codebases, detecting leaked secrets, and identifying infrastructure vulnerabilities.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install security-audit-toolkit
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 security-audit-toolkit 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 provides a robust framework for performing both automated and manual security reviews across diverse technology stacks. It empowers developers to scan project dependencies for known vulnerabilities, detect hardcoded credentials, and verify infrastructure security settings. By integrating these capabilities into Openclaw Skills, teams can automate the detection of OWASP Top 10 threats and ensure that security remains a first-class citizen throughout the development lifecycle.
This tool is designed to provide high-fidelity results by combining language-specific auditors like npm audit and pip-audit with universal scanners and custom pattern-matching logic. Whether you are preparing for a compliance audit or hardening a production environment, this skill provides the visibility needed to mitigate risks effectively.
Ensure that your environment has the necessary binaries installed: npm, pip, git, openssl, and curl. This skill uses these tools to perform deep scans. To run a targeted dependency audit via Openclaw Skills, you can use the following commands:
# For Node.js projects
npm audit --audit-level=high
# For Python projects
pip install pip-audit && pip-audit
# To check SSL certificates
openssl s_client -connect example.com:443 -servername example.com < /dev/null
The skill organizes security data into structured categories to facilitate rapid analysis:
| Category | Audit Target | Metadata Captured |
|---|---|---|
| Dependencies | Manifest Files | Package name, CVE identifier, severity, and fix paths. |
| Secret Discovery | Source & Git History | File location, line number, and credential type (e.g., JWT, AWS). |
| OWASP Patterns | Application Code | Injection points, unescaped output, and weak crypto usage. |
| Infrastructure | Network Endpoints | TLS version, cipher strength, and HTTP security headers. |
| Permissions | Filesystem | Octal permissions, SUID/SGID flags, and .gitignore status. |
Loading
A comprehensive regular expression cookbook for input validation, data extraction, and code refactoring across multiple programming languages.

A comprehensive performance diagnostics toolkit for profiling CPU usage, detecting memory leaks, and benchmarking application code across multiple languages.

Automate project builds, tests, and deployments using Makefiles and modern alternatives like Just and Task.

A comprehensive toolkit for parsing, searching, and debugging application logs across multiple formats, including plain text and structured JSON.

A professional toolkit for building reliable, portable, and production-ready Bash and POSIX shell scripts.

A comprehensive auditing framework and scoring system for evaluating the quality, structure, and actionability of AI agent skill files.








































