command-injection-anti-pattern
π―Skillfrom igbuend/grimbard
Detects and prevents command injection vulnerabilities by analyzing input sanitization, escaping, and safe command execution patterns in code.
Same repository
igbuend/grimbard(43 items)
Installation
npx skills add https://github.com/igbuend/grimbard --skill command-injection-anti-patternNeed more details? View full documentation on GitHub β
More from this repository10
Reviews code for adherence to industry-standard software engineering best practices, identifying potential improvements in design, performance, and maintainability.
Rapidly maps and explores software project structures, dependencies, and architectural patterns across multiple programming languages and frameworks.
Generates detailed SARIF reports for code vulnerabilities, mapping security issues across repositories with comprehensive analysis and tracking.
Generates comprehensive security documentation for codebases, identifying vulnerabilities, best practices, and compliance requirements across project files.
Detects and helps remediate weak randomness vulnerabilities in cryptographic implementations, highlighting potential entropy risks.
Securely implement password authentication with salting, hashing, and validation for user login systems across different programming environments.
Securely transmit data by selectively encrypting specific segments of a payload using configurable encryption protocols and key management.
Implements secure, stateless authentication using opaque tokens with robust validation, token rotation, and revocation mechanisms for API and web service protection.
Detects and prevents session fixation vulnerabilities by identifying and mitigating potential authentication session hijacking risks in web applications.
Detects and prevents log injection vulnerabilities by sanitizing log inputs and implementing secure logging practices across applications