🎯

command-injection-anti-pattern

🎯Skill

from igbuend/grimbard

VibeIndex|
What it does

Detects and prevents command injection vulnerabilities by analyzing input sanitization, escaping, and safe command execution patterns in code.

πŸ“¦

Same repository

igbuend/grimbard(43 items)

command-injection-anti-pattern

Installation

Quick InstallInstall with npx
npx skills add https://github.com/igbuend/grimbard --skill command-injection-anti-pattern

Need more details? View full documentation on GitHub β†’

1Installs
-
AddedFeb 12, 2026

More from this repository10

🎯
best-practices-reviewer🎯Skill

Reviews code for adherence to industry-standard software engineering best practices, identifying potential improvements in design, performance, and maintainability.

🎯
codebase-discovery🎯Skill

Rapidly maps and explores software project structures, dependencies, and architectural patterns across multiple programming languages and frameworks.

🎯
sarif-issue-reporter🎯Skill

Generates detailed SARIF reports for code vulnerabilities, mapping security issues across repositories with comprehensive analysis and tracking.

🎯
secure-codebase-documentation🎯Skill

Generates comprehensive security documentation for codebases, identifying vulnerabilities, best practices, and compliance requirements across project files.

🎯
insufficient-randomness-anti-pattern🎯Skill

Detects and helps remediate weak randomness vulnerabilities in cryptographic implementations, highlighting potential entropy risks.

🎯
password-based-authentication🎯Skill

Securely implement password authentication with salting, hashing, and validation for user login systems across different programming environments.

🎯
selective-encrypted-transmission🎯Skill

Securely transmit data by selectively encrypting specific segments of a payload using configurable encryption protocols and key management.

🎯
opaque-token-based-authentication🎯Skill

Implements secure, stateless authentication using opaque tokens with robust validation, token rotation, and revocation mechanisms for API and web service protection.

🎯
session-fixation-anti-pattern🎯Skill

Detects and prevents session fixation vulnerabilities by identifying and mitigating potential authentication session hijacking risks in web applications.

🎯
log-injection-anti-pattern🎯Skill

Detects and prevents log injection vulnerabilities by sanitizing log inputs and implementing secure logging practices across applications