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.

mizchi cbb9a58 3 files · 11.1 KB Updated

File contents

mizchi/skills/tree/main/sql/security commit cbb9a58e97

Frequently asked questions

npx skillmds@latest add mizchi/sql-security