sql-injection-check

Detect SQL injection vulnerabilities from string concatenation and unparameterized queries.

Updated Feb 20, 2026
One-click install
npx skills add https://github.com/anishi1222/multi-agent-code-reviewer --skill sql-injection-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sql-injection-check
Source: https://github.com/anishi1222/multi-agent-code-reviewer/tree/main/.github/skills/sql-injection-check
Command: npx skills add https://github.com/anishi1222/multi-agent-code-reviewer --skill sql-injection-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill identifies SQL injection vulnerabilities within specified files or repositories, helping to prevent security breaches.

Core Features & Use Cases

  • Vulnerability Detection: Identifies SQL injection risks through string concatenation in SQL statements and unparameterized queries.
  • Security Enhancement: Enhances code security by flagging potential attack vectors.
  • Use Case: Before deploying code, use this Skill to scan for SQL injection vulnerabilities in your application codebase.

Quick Start

Run the sql-injection-check skill on the codebase 'my-repo' to detect SQL injection vulnerabilities.

Frequently Asked Questions about sql-injection-check

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

FAQPage Schema
How do I scan my codebase for SQL injection vulnerabilities before deployment?

To scan for SQL injection vulnerabilities before deployment, run an automated security audit directly on your codebase files to detect string concatenation in SQL statements and unparameterized queries.

What types of SQL injection risks are detected during a code audit?

A SQL injection code audit detects risks caused by string concatenation in SQL statements and the use of unparameterized queries, which are common attack vectors in web applications.

Do I need external dependencies to run a security assessment on my repository files?

No external dependencies are required to run this security assessment. The vulnerability detection operates directly on your codebase files without needing any additional setup or tools.

What is the best way to find unparameterized queries in web application source code?

The best way to find unparameterized queries in web application source code is to perform an automated vulnerability scan that flags string concatenation in SQL statements and missing query parameterization.

Can I check an entire repository for SQL injection attack vectors?

Yes, you can check an entire repository for SQL injection attack vectors. The scanner operates directly on repository files to identify code security risks without needing external dependencies.