Check whether database queries can be manipulated in unsafe ways or built from untrusted input. Use this whenever the user wants to review database access safety, query building, search or filter logic, sorting, reports, or whether backend code may hide SQL injection risk, especially with SQL, ORMs,
Check whether database queries can be manipulated in unsafe ways or built from untrusted input. Use this whenever the user wants to review database access safety, query building, search or filter logic, sorting, reports, or whether backend code may hide SQL injection risk, especially with SQL, ORMs, raw queries, or database-backed APIs.