security-differential-review

Review git diffs for security vulnerabilities across code changes.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/balic-AI-ML-R-D-Resources/eliza_autonomous_agents --skill security-differential-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-differential-review
Source: https://github.com/balic-AI-ML-R-D-Resources/eliza_autonomous_agents/tree/main/packages/skills/skills/security-differential-review
Command: npx skills add https://github.com/balic-AI-ML-R-D-Resources/eliza_autonomous_agents --skill security-differential-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Perform security-focused differential code review on changesets, pull requests, and commits to identify security implications and vulnerabilities.

Core Features & Use Cases

  • Review diffs for security impact across changesets, PRs, and commits
  • Identify vulnerabilities introduced by code changes
  • Compare before/after states of security-sensitive components
  • Evaluate dependency and infrastructure-as-code changes for security regressions

Quick Start

Review the latest diff between the target branch and the feature branch for security implications and known-vulnerability risks.

Frequently Asked Questions about security-differential-review

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

FAQPage Schema
How do I perform a security-focused differential code review on pull requests?

Security-focused differential code review analyzes pull requests and commits to detect vulnerabilities introduced by code changes. It uses git diff and git log for context, categorizing changes by risk across Auth, Input handling, Crypto, and Configuration to compare before/after states.

What security risks should I look for when reviewing code diffs?

When reviewing code diffs, check for removed checks, new inputs without validation, altered trust boundaries, weakened cryptography, hardcoded secrets, and insecure configurations. These vulnerabilities are identified by comparing before/after states in security-sensitive code and infrastructure-as-code changes.

Can I use diff analysis to detect security regressions in infrastructure-as-code?

Yes, diff analysis evaluates dependency and infrastructure-as-code changes for security regressions. It compares before/after states of security-sensitive components to identify altered trust boundaries, insecure configurations, and weakened cryptography introduced by the changeset.

What is the best way to review commits for security implications and known-vulnerability risks?

The best way to review commits for security implications is to perform differential code review using git diff and git log. This assesses security impact across categories like Auth, Input handling, Crypto/secrets, Data access, Configuration, Dependencies, Tests, and UI/frontend to detect introduced vulnerabilities.

Does differential security review work without dependencies or external components?

Differential security review works without dependencies or external components. It relies on git diff and git log to provide context, categorizing changes by risk to identify hardcoded secrets, weakened cryptography, and insecure configurations directly within the changeset analysis workflow.