Z-Audit: Security Audit for Vibe-Coded Projects

Detect tech stacks and scan web applications for security vulnerabilities.

9|3|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/zm2231/z-audit --skill z-audit-security-audit-for-vibe-coded-projects
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Z-Audit: Security Audit for Vibe-Coded Projects
Source: https://github.com/zm2231/z-audit/tree/main/skills/z-audit
Command: npx skills add https://github.com/zm2231/z-audit --skill z-audit-security-audit-for-vibe-coded-projects

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of identifying security vulnerabilities in web applications and codebases, helping developers catch critical issues before they are exploited.

Core Features & Use Cases

  • Automated Stack Detection: Identifies frontend frameworks, hosting platforms, backend types, and databases.
  • Vulnerability Scanning: Checks for secrets, authentication flaws, API security issues, and dependency vulnerabilities.
  • Use Case: A developer has just deployed a new API and wants to ensure it's secure. They can run Z-Audit against the API endpoint to automatically detect common vulnerabilities like exposed secrets or authentication bypasses.

Quick Start

Run the z-audit skill against the provided URL 'https://myapp.vercel.app'.

Frequently Asked Questions about Z-Audit: Security Audit for Vibe-Coded Projects

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

FAQPage Schema
How do I scan my web application for security vulnerabilities automatically?

Scanning a web application for security vulnerabilities involves running an audit against the deployed URL to detect the tech stack and execute targeted checks. The process identifies exposed secrets, authentication flaws, API security issues, and dependency vulnerabilities automatically.

How does automated code scanning detect exposed secrets and authentication bypasses?

Automated code scanning detects exposed secrets and authentication bypasses by identifying the application's tech stack and executing targeted vulnerability checks. It analyzes web application endpoints using command-line tools like curl, grep, and jq to uncover security flaws.

Do I need curl, grep, and jq installed to audit my codebase for security flaws?

Yes, you need curl, grep, and jq installed to audit your codebase for security flaws. The security audit requires these command-line tools to execute its comprehensive vulnerability checks and scan for sensitive data exposure.

Can I check my API for CORS misconfigurations and security header issues?

Yes, you can check your API for CORS misconfigurations and security header issues. The security audit specifically scans for these infrastructure-specific vulnerabilities alongside authentication flaws and sensitive data exposure.

What is the best way to find dependency vulnerabilities in a deployed web application?

The best way to find dependency vulnerabilities in a deployed web application is to run an automated security audit. It detects the frontend frameworks and backend types, then executes targeted checks for known dependency vulnerabilities.

When should I run a security audit on my newly deployed API?

You should run a security audit on your newly deployed API immediately after deployment to catch critical issues before they are exploited. This ensures that exposed secrets, authentication bypasses, and API security issues are identified early.