From jeremylongshore-claude-code-plugins-plus-skills
Guides detection of SQL injection vulnerabilities and secure coding patterns. Activates on security-related SQL injection queries.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jeremylongshore-claude-code-plugins-plus-skills:sql-injection-detectorThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides automated assistance for sql injection detector tasks within the Security Fundamentals domain.
This skill provides automated assistance for sql injection detector tasks within the Security Fundamentals domain.
This skill activates automatically when you:
Example: Basic Usage Request: "Help me with sql injection detector" Result: Provides step-by-step guidance and generates appropriate configurations
| Error | Cause | Solution |
|---|---|---|
| Configuration invalid | Missing required fields | Check documentation for required parameters |
| Tool not found | Dependency not installed | Install required tools per prerequisites |
| Permission denied | Insufficient access | Verify credentials and permissions |
Part of the Security Fundamentals skill category. Tags: security, authentication, validation, owasp, secure-coding
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin j-rigGuides code injection detection tasks with step-by-step instructions, best practices, and production-ready configurations for security fundamentals.
Detects SQL injection vulnerabilities by tracing user inputs through code to database queries, flagging unsafe patterns like concatenation and unparameterized ORMs. Scans frameworks including Django, Rails, Express, Go.
Teaches the universal injection pattern across SQL, XSS, command injection, and other interpreters. Useful for code review, secure design, and developer training.