sqli-review

Detect SQL injection vulnerabilities in code across programming languages and ORMs.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/jayjpatel9717/kurukshetra --skill sqli-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sqli-review
Source: https://github.com/jayjpatel9717/kurukshetra/tree/main/squads/code-review/agents/jayadratha/skills/sqli-review
Command: npx skills add https://github.com/jayjpatel9717/kurukshetra --skill sqli-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the detection of SQL injection vulnerabilities in code, providing developers with a streamlined way to ensure the security of their applications.

Core Features & Use Cases

  • Automated Code Review: Identifies potential SQL injection vulnerabilities in code.
  • Pattern Matching: Prioritizes and matches against a library of SQL injection patterns.
  • Dynamic Analysis: Supports various programming languages and ORMs.
  • Use Case: A developer uses this Skill to scan a web application's codebase for SQL injection vulnerabilities, reducing the time and effort required for manual review.

Quick Start

Run the sqli-review skill on your codebase to automatically detect SQL injection vulnerabilities.

Frequently Asked Questions about sqli-review

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

FAQPage Schema
How do I automate SQL injection detection across different ORMs in my codebase?

You can automate SQL injection detection by running an automated code review that scans your codebase against a predefined pattern library. This process identifies and prioritizes potential threats across various programming languages and ORMs.

What is pattern matching for SQL injection vulnerabilities?

Pattern matching for SQL injection vulnerabilities involves analyzing code against a predefined library of attack vectors. This mechanism prioritizes and highlights code segments that match known SQL injection threat patterns.

How do I perform a code review for SQL injection attack vectors in a web application?

To review code for SQL injection, scan your web application's codebase to identify dynamic queries vulnerable to attack vectors. This automated detection reduces the time and effort required for manual security review.

Can I use automated vulnerability detection for SQL injection with different programming languages?

Yes, automated vulnerability detection supports dynamic analysis across various programming languages and ORMs. It scans the codebase to match SQL injection patterns regardless of the specific language framework used.

Does this SQL injection code review identify all vulnerability types?

This SQL injection code review focuses on detecting vulnerabilities by matching against a predefined pattern library of known attack vectors. It prioritizes potential threats but may not cover novel or zero-day injection techniques.