Skip to content
🔒

Security Audit

Security Approved
v1.0.0

Scan repositories for vulnerabilities, secrets in code, and security misconfigurations.

Securityvpslocal

Installation

Install this skill using the OpenClaw CLI:

$ openclaw skill add security-audit

Configuration

Add this skill to your OpenClaw configuration:

# OpenClaw Skill Configuration
# Add to ~/.openclaw/config.yaml

skills:
  security-audit:
    enabled: true
    # Prerequisites: Repository access
    # Add your API keys and settings below
    settings: {}

Version History

Curated skill releases are reviewed, versioned, and can be rolled back to prior revisions.

v1.0.0active
  • - Initial curated release

Prerequisites

Before using this skill, make sure you have:

  • !Repository access

Usage

Once installed, you can use this skill in your workflows:

# Run directly
openclaw run security-audit

# Or use in automation
openclaw workflow --skill=security-audit