security-checker

Analyze code changes for OWASP Top 10 vulnerabilities during code review and CI workflows.

Updated Dec 31, 2025
One-click install
npx skills add https://github.com/ademceper/merge --skill security-checker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-checker
Source: https://github.com/ademceper/merge/tree/main/server/.cursor/skills/security-checker
Command: npx skills add https://github.com/ademceper/merge --skill security-checker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps engineering teams identify OWASP Top 10 vulnerabilities introduced by code changes, reducing security risk at the source.

Core Features & Use Cases

  • Static security checks: Detects common OWASP vulnerabilities such as broken access control, injection, insecure design, and misconfigurations during code reviews and CI runs.
  • CI/CD integration: Runs as part of pull request checks and build pipelines to flag issues before merge.
  • Remediation guidance: Provides concrete examples and references on how to fix detected vulnerabilities.

Quick Start

Integrate security-checker into your CI pipeline and run it on every pull request to surface vulnerabilities in modified files.

Frequently Asked Questions about security-checker

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

FAQPage Schema
How do I scan code changes for OWASP Top 10 vulnerabilities?

To scan code changes for OWASP Top 10 vulnerabilities, use a static analysis tool that detects insecure patterns across authentication, input handling, and data access. This Skill analyzes modified files during code reviews and CI workflows to flag injection and broken access control threats.

Can I integrate static security checks into my CI/CD pipeline?

Yes, you can integrate static security checks into CI/CD pipelines by running this Skill during pull request checks and build workflows. It automatically surfaces vulnerabilities in modified files before merge, preventing insecure patterns from reaching production branches.

Does this security checker provide remediation guidance for detected vulnerabilities?

Yes, the security checker provides actionable remediation guidance for detected vulnerabilities. It outputs concrete examples and references on how to fix insecure patterns related to OWASP threats, misconfigurations, and insecure design found during static analysis.

Can I customize static analysis rules for my project's security requirements?

Yes, you can customize static analysis rules for your project's security requirements. This Skill supports extensible rule sets, allowing engineering teams to adapt detection patterns for OWASP vulnerabilities across various languages and specific data access contexts.

What types of security issues are caught during code review static analysis?

Static analysis during code review catches common OWASP vulnerabilities such as broken access control, injection flaws, insecure design, and misconfigurations. It analyzes modified code to detect insecure patterns across authentication, authorization, input handling, and data access layers.