security-audit-workflow

Automate pre-deployment security audits for Next.js/Supabase CI pipelines.

2|1|Updated May 22, 2025
One-click install
npx skills add https://github.com/skyasu2/openmanager-vibe-v5 --skill security-audit-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-audit-workflow
Source: https://github.com/skyasu2/openmanager-vibe-v5/tree/main/.claude/skills/security-audit-workflow
Command: npx skills add https://github.com/skyasu2/openmanager-vibe-v5 --skill security-audit-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates pre-deployment security checks to catch OWASP risks, missing RLS policies, and exposed secrets before release.

Core Features & Use Cases

  • Automated OWASP Top 10 checks, RLS policy verification, and secret exposure scanning during CI/CD.
  • Environment variable and API key auditing to prevent hardcoded secrets.
  • Use Case: Integrate into your CI pipeline to run a security audit on every merge request and generate a concise report.

Quick Start

Trigger the security-audit-workflow by including the keyword security check in your CI pipeline and pushing a commit with the keyword.

Frequently Asked Questions about security-audit-workflow

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

FAQPage Schema
How do I automate pre-deployment security audits in a CI/CD pipeline?

You can automate pre-deployment security audits by integrating a workflow into your CI pipeline that triggers automated vulnerability scanning, secrets detection, and OWASP Top 10 checks on every merge request.

Can I verify Supabase RLS policies during a CI security check?

Yes, you can verify Supabase RLS policies during a CI security check by running automated RLS policy verification. This scans for misconfigurations in your Row Level Security rules before deployment.

What does an OWASP Top 10 check cover for Next.js and Supabase projects?

An OWASP Top 10 check for Next.js and Supabase projects covers automated vulnerability scanning, API security reviews, and dependency vulnerability assessment to identify common security risks and misconfigurations.

How do I scan for exposed environment variables and API keys before deployment?

You scan for exposed environment variables and API keys by running automated secret exposure scans and environment variable auditing. This detects hardcoded secrets and prevents them from reaching production.

Does CI/CD security scanning work with Next.js applications?

CI/CD security scanning works with Next.js applications by applying automated vulnerability scanning, API security reviews, and dependency assessment to the project. It validates API security and checks for exposed secrets.

How do I trigger a security check in my CI pipeline?

You trigger a security check in your CI pipeline by including the keyword 'security check' in your configuration and pushing a commit with that keyword. This initiates the automated security audit workflow.