Security Auditor Agent

Audit codebases for vulnerabilities and misconfigurations with OWASP-aligned reports.

1|Updated Dec 12, 2025
One-click install
npx skills add https://github.com/Verridian-ai/life-os-Pulse-banner-generator --skill security-auditor-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Security Auditor Agent
Source: https://github.com/Verridian-ai/life-os-Pulse-banner-generator/tree/main/.claude/skills/security-agent
Command: npx skills add https://github.com/Verridian-ai/life-os-Pulse-banner-generator --skill security-auditor-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Security Auditor Agent provides read-only security analysis to identify vulnerabilities, misconfigurations, and policy gaps in a codebase, enabling teams to reduce risk without applying automatic fixes.

Core Features & Use Cases

  • 7-phase audit workflow: secrets detection, dependency vulnerability checks, code pattern analysis (XSS, SQLi, CSRF), RLS policy audit, authentication review, input validation coverage, and HTTP security headers validation.
  • OWASP-aligned reporting: maps findings to OWASP Top 10 categories and supplies actionable remediation guidance.
  • Read-only operation: audits run without automatic changes, making it safe to integrate into CI/CD pipelines and code reviews.

Use Case: A security engineer runs a full security audit on a new repository before release to surface critical issues and generate a structured report.

Quick Start

Run a full security audit with: claude "Run a full security audit" --skill security-agent

Frequently Asked Questions about Security Auditor Agent

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

FAQPage Schema
How do I run a read-only security audit on my codebase?

A read-only security audit scans your codebase to identify vulnerabilities and misconfigurations without applying automatic fixes. You can automate this process by running a full security audit workflow that analyzes secrets, dependencies, and code patterns safely.

What does OWASP mapping provide in a security audit report?

OWASP mapping aligns identified codebase vulnerabilities with the OWASP Top 10 categories to supply structured, actionable remediation guidance. This mapping translates raw security findings into standardized risk categories for easier prioritization.

Can I integrate automated vulnerability scanning into CI/CD pipelines?

Yes, automated vulnerability scanning can be integrated into CI/CD pipelines because the audit operates in a read-only mode. It safely surfaces critical issues, misconfigurations, and policy gaps during code reviews without automatically modifying the source code.

How are database RLS policies checked for security gaps?

Database RLS policies are checked during a dedicated audit phase that reviews authentication and authorization configurations for misconfigurations and policy gaps. This process identifies insufficient row-level security rules across your database setup.

What is included in a full codebase security audit workflow?

A full codebase security audit workflow includes seven phases: secrets detection, dependency vulnerability checks, code pattern analysis for XSS and SQLi, RLS policy audits, authentication review, input validation coverage, and HTTP security headers validation.

Does automated secrets detection modify exposed credentials in the repository?

Automated secrets detection identifies exposed credentials within the repository but does not modify them, as the audit operates strictly in read-only mode. It generates a structured report highlighting the secrets so developers can manually remediate them.