security-auditor

Detect and classify security vulnerabilities in application code, configuration, and dependencies.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/wjlmrzd/OpenClaw-Wren --skill security-auditor-wjlmrzd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-auditor
Source: https://github.com/wjlmrzd/OpenClaw-Wren/tree/main/skills/security-auditor
Command: npx skills add https://github.com/wjlmrzd/OpenClaw-Wren --skill security-auditor-wjlmrzd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps teams identify, prioritize, and remediate security vulnerabilities in application code, dependencies, and configuration by applying secure coding practices and OWASP Top 10 checks.

Core Features & Use Cases

  • Comprehensive code and architecture audits covering OWASP Top 10 categories, authentication and authorization flows, input validation, and secrets management.
  • Concrete remediation guidance including safe patterns for password hashing, JWT handling, parameterized queries, CSP/CORS configuration, and secure headers.
  • Outputs structured, prioritized audit reports with file locations, severity levels, and actionable fixes suitable for developer handoff and CI gating.

Quick Start

Run a full security audit of the repository, identify OWASP Top 10 issues, and produce a prioritized remediation report with file paths and suggested fixes.

Frequently Asked Questions about security-auditor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run an OWASP Top 10 security audit on my application code?

To run an OWASP Top 10 security audit, the Skill scans web backends, APIs, and frontend code to detect vulnerabilities, classify severity levels, and output a structured remediation report with file locations and suggested fixes.

What's the best way to check JWT authentication and authorization flows for vulnerabilities?

Checking JWT authentication involves reviewing authorization flows and token handling to detect security flaws, providing concrete remediation guidance and safe patterns to ensure secure session management.

How do I scan for SQL injection and XSS vulnerabilities in my web backend?

Scanning for SQL injection and XSS vulnerabilities requires analyzing input validation and application code to identify security flaws, generating prioritized findings with severity levels and recommended code fixes for remediation.

Can I use this for detecting hardcoded secrets in configuration files?

Yes, you can use this for detecting hardcoded secrets by scanning infrastructure configuration and dependencies, identifying sensitive data exposure, and providing structured findings with recommended secure configuration examples.

Does the audit output structured findings suitable for CI gating?

Yes, the audit produces structured, prioritized reports with file locations, severity levels, and actionable fixes designed for developer handoff and direct CI integration to gate insecure code deployments.

How do I configure CORS and CSP headers to prevent security vulnerabilities?

Configuring CORS and CSP headers involves checking infrastructure configuration to identify misconfigurations, applying secure headers, and generating concrete examples for safe cross-origin resource sharing and content security policies.