Skip to content
Development
Command

/audit-security

Perform comprehensive security audit of the current project.

shell
$ npx -y skills add LarouexNonprofitConsulting/larouex-fullstack-plugin --agent claude-code

Ships with larouex-fullstack-builder. Installing the plugin gets this command.

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/audit-security

Context preview

What this command does when you run it.

Perform comprehensive security audit of the current project.

Command definition

audit-security.md

Perform comprehensive security audit of the current project.

Analyze and report on:

  • Common vulnerabilities (XSS, CSRF, SQL injection, command injection)
  • Environment variable exposure and secrets management
  • CORS configuration and potential security issues
  • Authentication and authorization implementation
  • Input validation and sanitization
  • API endpoint security (rate limiting, authentication)
  • Dependency vulnerabilities using npm audit or similar
  • Security headers (CSP, X-Frame-Options, HSTS, etc.)
  • Session management and token storage
  • SQL/database query security
  • File upload security if applicable
  • HTTPS enforcement
  • Error message information disclosure

Provide specific recommendations with code examples for each finding. Prioritize issues by severity (Critical, High, Medium, Low). Include remediation steps.

Read it on GitHub โ†—
Ships withlarouex-fullstack-builder

A comprehensive Claude Code plugin with 81 commands and 12 specialized AI agents for building modern, full-stack web applications with Next.js 15, Azure, Railway, Bootstrap, and TypeScript.

Get the whole plugin, auto-invoked