Sanitizer boundary: Input reaches SQL grammar instead of remaining a bound data value.
The pack does not provide a callable signature for this record; the watched access path is shown directly.
No positional argument is specified; inspect the return value or named access path in the model facts below.
Attacker's-eye view · sql-injection
Quotes, operators, or comments in a crafted value alter the query's meaning.
// modeled boundary: ReturnValue
PQescapeLiteral(attacker_influenced_value);
1Use prepared statements and bound parameters.
2Keep identifiers and clauses allow-listed.
3Review raw-query escape hatches separately.
These checks require the surrounding codebase. The model names the boundary; it does not decide reachability or prove that a guard dominates every path.
Is this a bug in your code?Atropos stops here — by design
Atropos identifies ReturnValue as a sql-injection sanitizer. It cannot see whether untrusted data reaches this call in your repository.
Lachesis is the codebase-level step: it traces reachability and guards for this symbol.
Check this symbol in Lachesis →Model facts · verbatim from the pack
| Role | Kind | Access path | Model ID | Confidence |
|---|---|---|---|---|
| sanitizer | sql-injection | ReturnValue | c.libpq.escapeliteral.ret | high · corrob. 2 |