build-loop:security-scan

Community

Automate security scanning and vulnerability assessment in code repositories.

Authortyroneross
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates the detection of common security vulnerabilities in code repositories before pushing changes, ensuring code quality and security compliance.

Core Features & Use Cases

  • Security Vulnerability Scanning: Performs an automated scan for secrets, SQL injection, SSRF, rate limiting issues, missing security headers, and other common vulnerabilities.
  • Determine Findings Severity: Classifies findings into LOW, MEDIUM, and HIGH severity levels.
  • Pre-push Gate: Integrates as a pre-push gate to block pushes with HIGH severity findings, ensuring code is secure before merging.
  • Use Case: Before pushing code changes, run this Skill to automatically scan for potential security issues and address them promptly.

Quick Start

Run the security scan on the current repository with the command:

python3 "${CLAUDE_PLUGIN_ROOT}/scripts/security_scan.py" --path <repo>

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: build-loop:security-scan
Download link: https://github.com/tyroneross/build-loop/archive/main.zip#build-loop-security-scan

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 620,000+ vetted skills library on demand.