vc-security

Run STRIDE and OWASP security audits and produce severity-ranked findings reports.

1.1k|223|Updated May 27, 2026
One-click install
npx skills add https://github.com/withkynam/vibecode-pro-max-kit --skill vc-security-withkynam
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: vc-security
Source: https://github.com/withkynam/vibecode-pro-max-kit/tree/main/.claude/skills/vc-security
Command: npx skills add https://github.com/withkynam/vibecode-pro-max-kit --skill vc-security-withkynam

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

STRIDE + OWASP-based security audits help teams identify, categorize, and remediate security vulnerabilities in codebases before release.

Core Features & Use Cases

  • Structured STRIDE + OWASP audit methodology that scans code, inventories findings, and maps them to actionable categories.
  • Optional auto-fix flow that iteratively applies fixes using the vc-autoresearch guard pattern.
  • Suitable for pre-release checks, after auth or data-handling feature changes, and periodic security reviews.

Quick Start

Audit a codebase for security issues and, if needed, apply fixes using the vc-autoresearch pattern.

Frequently Asked Questions about vc-security

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

FAQPage Schema
How do I automate a STRIDE and OWASP security audit on my codebase?▼

To automate a STRIDE and OWASP security audit, this Skill resolves your code scope, runs structured threat-modeling checks, inventories vulnerabilities, and produces a severity-ranked findings report for pre-release checks.

What is the best way to detect secrets and vulnerable dependencies before release?▼

The best way to detect secrets and vulnerable dependencies is running an automated security audit that performs dependency checks and secret detection, mapping results to actionable categories within a severity-ranked report.

Can I automatically fix security vulnerabilities found during an audit?▼

Yes, you can automatically fix security vulnerabilities found during an audit using the optional auto-fix flow, which iteratively applies remediations to your code scope using the vc-autoresearch guard pattern.

When should I run a STRIDE security audit on my codebase?▼

You should run a STRIDE security audit during pre-release checks, after adding authentication or data-handling features, and during periodic security reviews to identify and categorize vulnerabilities before deployment.

Does the automated security audit require any external dependencies or tools?▼

No, the automated security audit requires no external dependencies. It independently resolves your code scope, executes STRIDE and OWASP checks, performs secret detection, and generates the severity-ranked findings report.