GitHub App install · Quick start

Install SiftPulse on a personal repo — first review in under a minute

Public repos are free, no card needed. Click install, pick a repo, open a PR, and your first SiftPulse review lands inside 60 seconds.

  • ·Free for public repos
  • ·No card needed
  • ·First review inside 60s
Install SiftPulse on GitHub →
https://github.com/apps/siftpulse/installations/new

Re-review on push is the killer feature — incremental feedback keeps our PRs small without sacrificing rigor.

— Halcyon Financial
Example finding from a demo PR: feat: add password reset endpoint
Blocker Security Vulnerability src/password-reset.js:17

SQL injection: the email variable is interpolated directly into a SQL query via string concatenation, allowing an attacker to submit a crafted email string and extract or modify any data in the users table. Use parameterized queries: db.query('SELECT * FROM users WHERE email = $1', [email]) or your ORM's findByEmail method. See how src/routes/auth.js handles this on line 34.

2 blockers, 1 suggestion in this PR — ready before your team even opens the tab.
1
Create a GitHub repo
A fresh personal repo or any existing repo you're about to open a PR on works. Create one →
2
Install the SiftPulse GitHub App
Click the button above — free for public repos, then choose which account/repos to grant. No billing details, no signup form beyond GitHub.
3
Open a pull request
Within 60 seconds of pushing your first PR, SiftPulse posts an inline review with a verdict, severity-tagged findings, and one-click commit suggestions.
Want to see a review before you install? → Try the live demo