PR opened
Someone opens or updates a pull request. Your normal review flow stays the same.
Auth bypass, missing admin gates, IDOR, environment-variable exposure, hardcoded secrets, unverified webhooks.
Install Fixor on GitHubFree tier covers 5 scans / month on public repos · no card required
Fixor runs on Node/TypeScript. Four of the six detectors send every candidate to Claude; the admin-check detector does the same except for three literal patterns; the secrets check matches sixteen fixed credential shapes and never calls a model. The numbers below are the secrets check's: counts with their denominators, no rate.
| Corpus | Files scanned | Flags raised | False alarms | Real credentials |
|---|---|---|---|---|
| Customer-shaped · 43 repos | 4,772 | 5 | 2 | 3 |
| Mature open source · 13 repos | 65,566 | 15 | 15 | 0 |
Customer-shaped means public TypeScript and JavaScript repositories of the size and age of a typical customer, a sample and not a census; mature open source means 13 established projects that do not commit real secrets. Every flag was read blind by three readers, and the three real keys sat in one repository. Measured 2026-09-12 on the version that ships.
Not measured. The other five detectors (auth bypass, missing admin gates, IDOR, environment-variable exposure, unverified webhooks) are measured on authored fixtures only; their real-code numbers will appear here as each is measured, and nothing about them is claimed until then.
Three steps from push to a security report—right in the thread your team already uses.
Someone opens or updates a pull request. Your normal review flow stays the same.
Checks every pull request for six classes of business-logic vulnerability in Node/TypeScript: auth bypass, missing admin gates, IDOR, environment-variable exposure, hardcoded secrets, and unverified webhooks.
A report lands on the PR — findings, remediation steps, a risk summary, and a downloadable PDF.
A clean, structured security report — right where your team already reviews code. Every finding comes with an explanation and remediation steps. Not a replacement for human review.
## 🛡️ Fixor Security Report **Repository:** `acme/payments-api` · **PR:** #42 **Commit:** `a1b2c3d4e5f6...` ### Summary | | | |-|-| | **Workflow status** | ✅ `success` | | **Findings** | 5 | | **Detection confidence** | high: 4 · pattern match: 1 | ### Findings ▸ 1. `src/routes/admin.ts:25` · `AUTH_BYPASS` · **high** ▸ 2. `src/routes/orders.ts:9` · `IDOR` · **high** ▸ 3. `src/routes/users.ts:12` · `ADMIN_CHECK` · **high** ▸ 4. `src/routes/debug.ts:7` · `ENV_EXPOSURE` · **high** ▸ 5. `src/config/payments.ts:4` · `SECRETS_EXPOSURE` · **pattern match** --- ### 📄 Download full report **Download PDF Report →** _Report suitable for sharing with your team._ 🔒 Analyzed by Fixor · 2026-04-19T00:03:31Z
A report on the PR, a PDF of it, and a GitHub App to install it.
Backed by Claude — context-aware analysis, not just regex pattern-matching, with the diff read the way a reviewer would. Which detectors reach the model, and which never do, is stated once, beside the measured numbers above.
Every PR ships with a branded PDF summarizing findings and remediation steps — handy for stakeholder reviews or attaching to tickets.
Install once per org. No tokens to rotate, no webhooks to configure.
Start free, upgrade when you outgrow the budget. Paddle is our merchant of record — they handle VAT and the cancel / update-payment portal.