Injection

Detects SQL, command, and template injection caused by user input reaching an interpreter without parameterization. Use when writing code that constructs database queries, builds SQL strings, executes shell commands, processes templates with user input, evaluates code dynamically, or passes user- controlled data to any external interpreter.

thejefflarson 88e8033 3.2 KB Updated

File contents

thejefflarson/soundcheck/tree/main/.claude/skills/injection commit 88e8033267

Frequently asked questions

npx skillmds@latest add thejefflarson/injection