Tigerteam: SQL-shaped code without an executable sink
25 of 25 model runs reported the SQL-shaped decoy.The helper logs a string and returns an empty array; it never sends the constructed query to a database.
function dbQuery(sql) {
console.log("Query:", sql);
return [];
}This is the kind of vulnerability-shaped pattern an LLM can describe plausibly even when the required execution sink is absent.