A specialized skill for identifying and fixing critical security vulnerabilities within application source code.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install code-security
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 code-security using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Code Security Auditor is a robust utility designed for AI agents to perform deep-dive security reviews within a local workspace. It moves beyond simple linting by identifying concrete security issues such as input handling flaws, credential leaks, and authentication gaps. By leveraging Openclaw Skills, this tool provides proportionate fixes and actionable code patches to ensure your application remains resilient against common attack vectors.
This skill is specifically optimized to avoid alarmism, focusing instead on high-fidelity risk detection and practical remediation. It evaluates the actual exploitability of a bug, ensuring that developers receive high-signal reports that improve the overall security posture of their codebase without unnecessary friction.
To integrate this capability into your agent, ensure it is added to your local configuration for Openclaw Skills.
# Example of triggering a security audit via the CLI agent
/ask "Perform a security audit on the current workspace focusing on input handling"
The skill organizes its findings into a structured report to facilitate quick remediation. The output schema typically includes:
| Attribute | Description |
|---|---|
| Risk Point | The specific file path and code block where the vulnerability exists. |
| Risk Level | Categorization (Critical, High, Medium, Low) based on impact. |
| Impact Analysis | Detailed explanation of how an attacker could exploit the flaw. |
| Remediation Plan | Step-by-step instructions to fix the underlying issue. |
| Code Patch | A direct code suggestion or diff that can be applied immediately. |
Loading
A secure execution environment for running non-destructive repository commands like testing, building, and linting within local workspaces.

A specialized AI agent skill designed to streamline codebase structure and readability without altering functional behavior.

A specialized skill for managing local Git repositories using safe, standardized, and reversible workflow practices.

A comprehensive knowledge management tool designed to capture, categorize, and export structured information across various projects.

A foundational testing skill designed to demonstrate custom AI agent greeting protocols and basic skill integration.

A comprehensive, production-grade toolkit for AI coding agents to architect, generate, and maintain robust Playwright test suites.








































