sql-injection-anti-pattern
π―Skillfrom igbuend/grimbard
Detects and prevents SQL injection vulnerabilities by analyzing code patterns, input sanitization, and query parameterization techniques.
Same repository
igbuend/grimbard(43 items)
Installation
npx skills add https://github.com/igbuend/grimbard --skill sql-injection-anti-patternNeed more details? View full documentation on GitHub β
More from this repository10
Detects and helps remediate weak randomness vulnerabilities in cryptographic implementations, highlighting potential entropy risks.
Generates comprehensive security documentation for codebases, identifying vulnerabilities, best practices, and compliance requirements across project files.
Reviews code for adherence to industry-standard software engineering best practices, identifying potential improvements in design, performance, and maintainability.
Generates detailed SARIF reports for code vulnerabilities, mapping security issues across repositories with comprehensive analysis and tracking.
Rapidly maps and explores software project structures, dependencies, and architectural patterns across multiple programming languages and frameworks.
Detects and prevents session fixation vulnerabilities by identifying and mitigating potential authentication session hijacking risks in web applications.
Detects and prevents phantom package dependencies in Python projects, reducing build errors and improving dependency management.
Identifies and flags risky debug configurations that could expose sensitive system details in production environments.
Detects and prevents log injection vulnerabilities by sanitizing log inputs and implementing secure logging practices across applications
Securely implement password authentication with salting, hashing, and validation for user login systems across different programming environments.