command-injection

Detect OS command injection vulnerabilities and suggest secure coding alternatives.

7|1|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/ArianHobson333/claude-bug-bounty-stack --skill command-injection-arianhobson333
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: command-injection
Source: https://github.com/ArianHobson333/claude-bug-bounty-stack/tree/main/vendor/Decepticon/skills/analyst/command-injection
Command: npx skills add https://github.com/ArianHobson333/claude-bug-bounty-stack --skill command-injection-arianhobson333

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill identifies and addresses OS command injection vulnerabilities (CWE-78), preventing unauthorized system commands from being executed through user input.

Core Features & Use Cases

  • Vulnerability Detection: Identifies command injection vulnerabilities in various programming languages and frameworks.
  • Mitigation Strategies: Provides guidance on safe coding practices and mitigation techniques to prevent command injection.
  • Use Case: For a web application security audit, this Skill can be used to scan for command injection vulnerabilities in backend code.

Quick Start

Run the command-injection skill to scan your web application's source code for command injection vulnerabilities.

Frequently Asked Questions about command-injection

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect OS command injection vulnerabilities in my source code?

You can detect OS command injection vulnerabilities by analyzing your source code to identify unsafe practices where user input is passed to system commands, preventing unauthorized command execution (CWE-78).

What are the best mitigation strategies for command injection in web application security?

The best mitigation strategies for command injection involve replacing unsafe system command execution with secure coding practices and safe alternatives that properly sanitize or isolate user input.

Can I use this for a web application security audit in a DevOps environment?

Yes, this command injection detection is applicable for web application security audits and DevOps environments, scanning backend code to identify and mitigate OS command vulnerabilities.

What is a CWE-78 command injection vulnerability?

A CWE-78 command injection vulnerability is an OS command injection flaw where unauthorized system commands are executed through user input, allowing attackers to manipulate host operating systems.

Does command injection vulnerability detection work across different programming languages?

Yes, command injection vulnerability detection identifies unsafe practices across various programming languages and frameworks by analyzing source code for common vectors and suggesting secure alternatives.