security-quick-audit

Audit code diffs for security risks in pull requests and commits.

1|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/eburairu/Squat-Tracker --skill security-quick-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-quick-audit
Source: https://github.com/eburairu/Squat-Tracker/tree/main/.agent/skills/security-quick-audit
Command: npx skills add https://github.com/eburairu/Squat-Tracker --skill security-quick-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps developers quickly identify security risks introduced by code changes by performing a lightweight diff-based audit.

Core Features & Use Cases

  • Diff-based review: Scans changes and highlights potential security issues like unsanitized inputs, insecure patterns, and misconfigurations.
  • Scope awareness: Focuses on diffs, pull requests, and patches across repositories to detect risk areas early.
  • Use Case: Imagine a PR introducing a new endpoint; this skill flags potential injection vectors, improper validation, and exposure of secrets before merging.

Quick Start

Run a quick audit against the latest commit using "security-quick-audit" to produce a summary of risk areas.

Frequently Asked Questions about security-quick-audit

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

FAQPage Schema
How do I perform a security audit on a pull request?

To perform a security audit on a pull request, run a lightweight diff-based scan to highlight unsanitized inputs, insecure patterns, and misconfigurations introduced by the code changes.

What is diff-based security review?

Diff-based security review is the process of scanning code changes in patches or commits to detect risk areas like improper validation, injection vectors, and exposed secrets before merging.

How do I check code changes for exposed secrets and injection vectors?

You check code changes for exposed secrets and injection vectors by applying a security audit focused on input handling, authentication boundaries, and dependency modifications within the commit diff.

Can I use a quick security audit for commit reviews across repositories?

Yes, you can use a quick security audit for commit reviews across repositories to identify potential security risks and produce a clear summary of vulnerability areas early in development.

What is the best way to identify security risks in code patches?

The best way to identify security risks in code patches is to run a focused audit on the diff to spot issues like unsanitized inputs, insecure patterns, and misconfigurations before integration.

What are the limitations of a lightweight code diff security audit?

A lightweight code diff security audit focuses only on the changed lines within patches or pull requests, meaning it may miss pre-existing vulnerabilities or complex systemic risks outside the current scope.