·security-scanner
!

security-scanner

kanopi/cms-cultivator

Automatically scan code for security vulnerabilities when user asks if code is secure or shows potentially unsafe code. Performs focused security checks on specific code, functions, or patterns. Invoke when user asks "is this secure?", "security issue?", mentions XSS, SQL injection, or shows security-sensitive code.

4Installs·1Trend·@kanopi

Installation

$npx skills add https://github.com/kanopi/cms-cultivator --skill security-scanner

SKILL.md

This skill provides rapid feedback during development. For production readiness, use comprehensive audits + professional pentesting.

$query = "SELECT FROM users WHERE id = " . $GET['id'];

$query = $connection->select('users', 'u') ->condition('id', $id, '=') ->execute();

Automatically scan code for security vulnerabilities when user asks if code is secure or shows potentially unsafe code. Performs focused security checks on specific code, functions, or patterns. Invoke when user asks "is this secure?", "security issue?", mentions XSS, SQL injection, or shows security-sensitive code. Source: kanopi/cms-cultivator.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/kanopi/cms-cultivator --skill security-scanner
Category
!Security
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is security-scanner?

Automatically scan code for security vulnerabilities when user asks if code is secure or shows potentially unsafe code. Performs focused security checks on specific code, functions, or patterns. Invoke when user asks "is this secure?", "security issue?", mentions XSS, SQL injection, or shows security-sensitive code. Source: kanopi/cms-cultivator.

How do I install security-scanner?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/kanopi/cms-cultivator --skill security-scanner Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/kanopi/cms-cultivator