injection-vulnerabilities-ai-generated-code
CommunityDetect and fix AI-generated injection vulnerabilities automatically.
Software Engineering#security#vulnerability#xss#injection#sql-injection#code-review#command-injection
Authorharperaa
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill automatically identifies and helps fix dangerous injection vulnerabilities that AI models frequently generate, preventing data breaches and system compromises before they happen.
Core Features & Use Cases
- SQL Injection Detection: Spot vulnerable database queries with direct string interpolation and replace them with secure parameterized queries.
- Command Injection Prevention: Replace unsafe exec() calls with secure spawn() implementations.
- XSS Vulnerability Analysis: Identify unescaped user content in HTML generation and implement proper output encoding.
- Use Case: When your AI generates database query code, use this Skill to automatically scan for SQL injection patterns and provide secure alternatives.
Quick Start
Analyze this Python database function for SQL injection vulnerabilities and show me the secure version.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: injection-vulnerabilities-ai-generated-code Download link: https://github.com/harperaa/secure-claude-skills/archive/main.zip#injection-vulnerabilities Please download this .zip file, extract it, and install it in the .claude/skills/ directory.