Command Injection Defense

Run external programs without ever building a shell string from untrusted input, using argument arrays that bypass the shell entirely. Use when a program shells out to another binary, especially with any value that came from a user, a file, or the network.

Amey-Thakur Updated

File contents

Amey-Thakur/AI-SKILLS/tree/main/skills/security/command-injection-defense commit 974c57badc

Frequently asked questions

npx skillmds@latest add amey-thakur/command-injection-defense