CtrlK
BlogDocsLog inGet started
Tessl Logo

tessl-labs/pr-review-guardrails

Evidence-first pull request review with independent critique, selective challenger review, and human handoff.

89

1.36x
Quality

92%

Does it follow best practices?

Impact

89%

1.36x

Average score across 43 eval scenarios

SecuritybySnyk

Risky

Do not use without reviewing

Overview
Quality
Evals
Security
Files

criteria.jsonevals/scenario-32/

{
  "context": "Hard: TOCTOU race in idempotency check — check and insert not transactional",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "Catches TOCTOU race condition",
      "description": "Identifies that the idempotency key check (read) and the payment creation + key insert are not in the same database transaction, allowing concurrent requests with the same key to both pass the check and create duplicate payments",
      "max_score": 8
    },
    {
      "name": "Risk classified yellow or higher",
      "description": "PR is classified as yellow or higher — it adds critical payment deduplication logic",
      "max_score": 10
    }
  ]
}

evals

README.md

tile.json