security-auditor

Audit application code and architecture for security vulnerabilities with OWASP-oriented checks.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/wewetv1987-cell/openclaw-backup --skill security-auditor-wewetv1987-cell
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-auditor
Source: https://github.com/wewetv1987-cell/openclaw-backup/tree/main/skills/security-auditor
Command: npx skills add https://github.com/wewetv1987-cell/openclaw-backup --skill security-auditor-wewetv1987-cell

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you review application code and architecture for security weaknesses, then turn findings into practical fixes before they reach production.

Core Features & Use Cases

  • Security audits focused on OWASP Top 10 risks such as broken access control, injection, XSS, misconfiguration, and weak cryptography.
  • Guidance for authentication, authorization, session handling, secrets management, CORS, CSP, rate limiting, and input validation.
  • Useful when reviewing endpoints, middleware, database access, file uploads, environment handling, or dependency changes in a web application.

Quick Start

Ask the security-auditor skill to review the repository or file set for vulnerabilities and return prioritized fixes with affected paths.

Frequently Asked Questions about security-auditor

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

FAQPage Schema
How do I audit application code for OWASP vulnerabilities before shipping?

To audit application code for OWASP vulnerabilities, you review web application security scenarios including authentication, authorization, input validation, and secrets handling. This process identifies weaknesses like broken access control, injection, and XSS before they reach production.

What is the best way to review code for broken access control and injection risks?

The best way to review code for broken access control and injection risks is performing an OWASP-oriented security audit. This approach checks endpoints, middleware, and database access, providing secure coding recommendations and prioritized remediation guidance.

How do I check my web application for weak cryptography and misconfiguration issues?

You check web applications for weak cryptography and misconfiguration by auditing architecture for security vulnerabilities. This involves reviewing headers, CORS, CSP, rate limiting, and environment handling to ensure secure session and secrets management.

Can I get file-level security findings and prioritized fixes for my repository?

Yes, you can get file-level security findings and prioritized fixes for your repository. Auditing the file set returns prioritized remediation guidance with affected paths, detailing vulnerabilities in dependencies, file uploads, and database access.

Does a security audit cover dependency risk and secrets management in web applications?

Yes, a security audit covers dependency risk and secrets management in web applications. It reviews environment handling, dependency changes, and secrets storage to detect exposed credentials and vulnerable packages before deployment.