security-audit

Identify and remediate security findings in codebases using static analysis and AI-guided reviews.

1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/roderik/fold --skill security-audit-roderik
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-audit
Source: https://github.com/roderik/fold/tree/main/skills/audit
Command: npx skills add https://github.com/roderik/fold --skill security-audit-roderik

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Security audits in codebases are often fragmented between automated static analysis and manual reviews. This Skill provides a two-track architecture that wraps Trail of Bits plugins for language-agnostic auditing, supplying project-specific context and a unified workflow.

Core Features & Use Cases

  • Two-track workflow: tool-based static analysis (Track A) and AI-based deep reviews (Track B) operate independently but converge on a final assessment.
  • Context-aware security: integrates architectural context, dependency graphs, and trust boundaries to improve finding relevance.
  • Lifecycle-driven decisions: uses Finding Analysis, FP gates, and confidence scoring to drive human-in-the-loop decisions and remediation planning.
  • Cross-cutting capabilities: supports entry-point analysis, compliance checks, variant hunting, and differential reviews for evolving codebases.

Quick Start

Run a complete security audit cycle against your project to generate findings and structured recommendations.

Frequently Asked Questions about security-audit

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

FAQPage Schema
How do I run a security audit on my codebase?

Run a complete security audit cycle against your codebase using a two-track approach that combines tool-based static analysis with AI-guided reviews. This process generates structured findings and actionable remediation recommendations.

What is a two-track security audit workflow?

A two-track security audit operates tool-based static analysis and AI-based deep reviews independently. Both tracks converge on a final assessment, integrating architectural context and trust boundaries to improve finding relevance.

Can I use static analysis for vulnerability management on web services and CLI tools?

Yes, static analysis for vulnerability management applies to CLI tools, web services, libraries, and deployment pipelines. The audit enables automated scans and human-guided reviews across these environments.

How do false positives get handled during a codebase security review?

False positives are managed through a structured finding lifecycle that uses FP gates, confidence scoring, and human-in-the-loop decisioning. This lifecycle-driven approach ensures accurate remediation planning.

Does the security audit workflow integrate with Trail of Bits plugins?

Yes, the security audit wraps Trail of Bits plugins for language-agnostic auditing. It supplies project-specific context, sharp-edges checks, and compliance checks to improve the review workflow.

What is the best way to manage security findings in evolving codebases?

The best way to manage findings in evolving codebases is using differential reviews and variant hunting. Cross-cutting capabilities like entry-point analysis and compliance checks drive structured remediation.