An automated security scanner that identifies SQL injection vulnerabilities and provides parameterized query fixes for your backend code.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install sql-injection-scanner
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install sql-injection-scanner using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The SQL Injection Scanner is a robust security tool designed to fortify backend applications against one of the most persistent threats in the OWASP Top 10. By integrating this capability into your workflow through Openclaw Skills, developers can automatically identify unsafe query construction, hazardous string concatenation, and improper ORM usage before code reaches production. It focuses on practical security, offering not just detection but actionable suggestions to implement proper parameterized queries, ensuring that your data remains protected from unauthorized access.
This tool is designed for modern development environments where speed and security must coexist. Whether you are dealing with legacy code or building new features, the scanner provides a safety net by highlighting missing parameterization and unsafe raw query calls that often bypass standard ORM protections. As part of the Openclaw Skills ecosystem, it empowers developers to maintain a high security posture with zero configuration overhead.
Ensure you have Node.js 18+ installed. No permanent installation is required; you can run the scanner directly using npx for a seamless experience with Openclaw Skills.
# To scan your entire source directory
npx ai-sql-check src/
# To scan specific file patterns
npx ai-sql-check "src/**/*.ts"
# To see all available options and help
npx ai-sql-check --help
| Element | Description |
|---|---|
| Findings | A list of detected vulnerabilities categorized by severity levels (High, Medium, Low). |
| Vulnerable Code | The specific line and file path where the unsafe query construction was detected. |
| Fix Suggestions | AI-generated code snippets that replace unsafe concatenation with secure parameterized queries. |
| Target Scope | Configurable path definitions that specify which file extensions (e.g., .ts, .js) are included in the scan. |
Loading
A comprehensive CLI security auditor for Solidity smart contracts designed to detect vulnerabilities and optimize gas efficiency.

A specialized CLI tool for generating structured Socket.io server and client handlers from natural language descriptions.

A developer-centric tool that automatically adapts your technical content into platform-specific social media posts.

A CLI tool that automatically converts technical markdown content into platform-specific social media posts for Twitter, LinkedIn, and Reddit.

Transform plain English descriptions into production-ready SQL queries for multiple database dialects without memorizing syntax.

An AI-driven CLI tool that analyzes your code changes to automatically generate descriptive names for your git stashes.








































