# SQL injection in a TypeScript lookup — Agent PR X-Ray

> Canonical page: https://codevetter.com/xray/ts-sql-injection

This is an adjudicated synthetic benchmark example, not a claim about an uploaded repository.

## Source

- Corpus: codevetter-public-benchmark/ts-sql-injection
- Language: TypeScript
- Category: Security
- Evidence state: benchmark_ground_truth

## Finding

- Severity: critical
- Title: User input is interpolated into an executed SQL query
- Summary: The lookup builds SQL with user-controlled email input instead of a parameterized query.
- Source anchor: `source.ts:13`

## Verification boundary

The static finding is qualified against benchmark ground truth. No exact-current executable test or audience validation is included in this example, so those stages remain unverified.

## Public product links

- [CodeVetter](https://codevetter.com/)
- [Download](https://codevetter.com/download)
- [Documentation](https://codevetter.com/docs/)
- [Source](https://github.com/Codevetter/codevetter)
