LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

security-audit - Security Audit for Code Vulnerability Analysis

Analyzes code and dependencies for security vulnerabilities through systematic procedures

Tags

Updated: 2026-02-11

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • run npm audit
  • scan for hardcoded secrets
  • review authentication logic
  • check for injection risks
  • report security findings

Inputs

  • code repository
  • dependencies
  • changed files

Outputs

  • findings report file
  • security audit results

Requirements

  • npm environment
  • grep tool
  • code access

Source

  • Spec: SKILL.md
security
audit
vulnerability
code-analysis
run npm audit
scan for hardcoded secrets
review authentication logic
check for injection risks
code repository
dependencies
changed files
findings report file
security audit results