security-audit

Automate security validation of the ValueOS codebase with SAST, DAST, and secret scanning.

Updated Nov 17, 2025
One-click install
npx skills add https://github.com/Valynt/ValueOS --skill security-audit-valynt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-audit
Source: https://github.com/Valynt/ValueOS/tree/main/.windsurf/skills/security-audit
Command: npx skills add https://github.com/Valynt/ValueOS --skill security-audit-valynt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a comprehensive, automated security validation framework that scans codebases for vulnerabilities, misconfigurations, and policy violations, reducing manual review efforts.

Core Features & Use Cases

  • Application Security Scanning: Static and dynamic checks using SAST/DAST to identify code-level and runtime vulnerabilities.
  • Dependency & Secrets Analysis: Dependency vetting, license checks, and secrets detection to prevent supply-chain risks.
  • Compliance & Policy Enforcement: Enforces organizational security standards and regulatory requirements across CI/CD pipelines.

Quick Start

Run the security-audit workflow in your CI to initiate a full security sweep across the repository.

Frequently Asked Questions about security-audit

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

FAQPage Schema
How do I automate vulnerability scanning and secrets detection in my CI/CD pipeline?

Automate vulnerability scanning by running the security-audit workflow in your CI pipeline to execute a full sweep using SAST, DAST, gitleaks, and dependency checks. This integration identifies vulnerabilities and policy violations during development.

What is comprehensive security validation for a codebase?

Comprehensive security validation scans application code, dependencies, infrastructure, and secrets to detect vulnerabilities, misconfigurations, and policy violations. It combines SAST, DAST, dependency checks, secret scanning, and license compliance assessments into a single automated process.

Can I use Semgrep and Trivy together for codebase security audits?

Yes, you can use Semgrep and Trivy together for codebase security audits. The workflow integrates these tools alongside Snyk and gitleaks to perform static analysis, dependency vetting, and secrets detection across your repositories.

How do I enforce compliance and security policies across development and deployment?

Enforce compliance and security policies by integrating automated validation into your CI/CD pipelines. The security-audit workflow assesses license compliance and infrastructure configurations, ensuring organizational security standards are met before deployment.

What's the best way to prevent supply-chain risks from project dependencies?

Prevent supply-chain risks by running automated dependency vetting and license checks within your development cycle. The security-audit workflow evaluates dependencies during CI to identify vulnerable packages and enforce compliance before deployment.