SQL Security

SQL injection screening for host code (MoonBit / TS / Rust) plus secretlint setup notes. Flags single-line template-literal or string-concat SQL builders, regardless of value source — the scanner is line-based and does NOT trace data flow, so a clean scan is not proof of safety (multi-line template literals are missed) and every hit needs a manual review or an explicit `// sql-security: ok` opt-out.

krkrkrr b293017 4 files · 11.1 KB Updated

File contents

krkrkrr/skills/tree/main/skills/sql-security commit b2930174f3

Frequently asked questions

npx skillmds@latest add krkrkrr/sql-security