Missing User Warnings
Medium
- Confidence
- 96% confidence
- Finding
- This builder interpolates caller-controlled identifiers and query fragments directly into Cypher syntax, including labels, relationship types, variable names, WHERE conditions, RETURN fields, ORDER BY fields, and shortest-path labels/keys. Cypher parameters only protect values, not structural elements, so unvalidated identifiers can enable Cypher injection, query tampering, or unauthorized data access/modification if untrusted input reaches these methods.
