security-review

Audits code changes for security risks and policy compliance in CI/CD.

285|33|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/backbay-labs/clawdstrike --skill security-review-backbay-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/backbay-labs/clawdstrike/tree/main/clawdstrike-plugin/skills/security-review
Command: npx skills add https://github.com/backbay-labs/clawdstrike --skill security-review-backbay-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures code changes do not introduce security vulnerabilities by providing a comprehensive security review.

Core Features & Use Cases

  • Security Scanning: Identifies risky code changes such as sensitive file modifications and unauthorized shell commands.
  • Policy Compliance: Validates changes against predefined security policies before execution.
  • Dependency Auditing: Checks new dependencies for known vulnerabilities.
  • Use Case: Ideal for development environments where code reviews need to be augmented with security checks to prevent data breaches and system compromise.

Quick Start

Run the security review skill to check for security issues in the current pull request.

Frequently Asked Questions about security-review

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

FAQPage Schema
How do I automate security checks for code changes in a CI/CD pipeline?

Automating security checks in a CI/CD pipeline involves running an audit on code changes to identify risky modifications. The process validates changes against predefined security guards before execution, enforcing best practices to prevent vulnerabilities from reaching production.

What does a security audit look for when reviewing pull requests?

A security audit reviews pull requests for sensitive file access, dangerous shell commands, new dependencies, and unauthorized network actions. It validates these code changes against predefined security guards to prevent data breaches and system compromise.

How do I check new dependencies for known vulnerabilities during code review?

To check new dependencies for known vulnerabilities during code review, you perform dependency auditing as part of a comprehensive security audit. This process scans for risky code changes and validates dependencies against predefined security policies before execution.

Can I use automated security scanning to prevent unauthorized shell commands in my codebase?

Yes, automated security scanning can prevent unauthorized shell commands by performing a security audit on code changes. It identifies dangerous shell commands and evaluates them against predefined security guards before the code is executed in your environment.

What is the best way to enforce security policies before executing code changes?

The best way to enforce security policies before executing code changes is to integrate a security review step into your CI/CD pipelines. This validates modifications against predefined security guards, checking for sensitive file access and unauthorized network actions.