Command Injection
Overview
Detects untrusted input passed directly to operating system shell commands.
Remediation
Avoid calling OS commands directly. Use built-in language APIs. If necessary, use exec arrays instead of shell strings.
Detects untrusted input passed directly to operating system shell commands.
npx skillmds@latest add zakirkun/command-injection Detects untrusted input passed directly to operating system shell commands.
Avoid calling OS commands directly. Use built-in language APIs. If necessary, use exec arrays instead of shell strings.
zakirkun/ice-tea/tree/main/skills/web/command-injection commit 63c9a6c7cf