Home / Docs / Quickstart

Quickstart

Connect your first repository and get your first reachability check in under 5 minutes.

Step 1 — Install the GitHub App

Go to your Patchlynx dashboard and click Add repository. You'll be redirected to the GitHub App installation flow. Select the repositories you want Patchlynx to monitor.

For GitLab or Bitbucket, use the Other providers option on the dashboard. The setup flow uses OAuth and requires the repo:read and webhook:write scopes.

Step 2 — Configure entry points

Patchlynx auto-detects entry points from your package.json main field, index.js, or common framework patterns. For custom entry points, add a .patchlynx.yml to your repo root:

Step 3 — Open a pull request

Open any PR that modifies a lockfile (e.g. package-lock.json, yarn.lock). Patchlynx will automatically run within seconds and post a check to the PR.

Step 4 — Read the check

The PR check shows:

  • A verdict: pass (no reachable CVEs), warning (moderate reachable), or block (critical/high reachable).
  • Per-CVE cards with severity, description, and call chain.
  • One-click fix PR suggestion (Pro plan).
Tip: Set the check to "required" in your branch protection rules to prevent merging PRs with critical reachable vulnerabilities.