Privacy QA for every website deployment
Same PrivBeacon scan in CI. Fail the build when analytics fire before consent. Not a Lighthouse plugin — a privacy diagnostic you can gate on.
GitHub Action (Pro)
Reusable action posts to /api/v1/scan with your API key and fails when the score is below min-score.
- uses: N0L0g1c/PrivBeacon/.github/actions/privbeacon-scan@main
with:
url: https://example.com
api-key: ${{ secrets.PRIVBEACON_API_KEY }}
min-score: "75"Think Lighthouse, add Privacy
Performance, accessibility, and SEO already have a CI check. Privacy should too: did marketing tags load before consent on this deploy?
PrivBeacon provides automated privacy scans and document templates for informational purposes only. This is not legal advice. Consult qualified legal counsel before relying on generated policies or compliance scores for regulatory decisions.