Is BGP safe yet?
328
stars
1,644
commits
HTML
primary language
Sep 4, 2026
updated
Is BGP safe yet? is an initiative by Cloudflare to make BGP more secure by deploying RPKI.
A list of major operators tracks the status of their RPKI deployments into three categories: safe, partially safe and unsafe. Contributions are welcome.
The website also provides a simple test to determine if your operator is filtering RPKI invalid prefixes.
IsBGPSafeYet is built with Webpack and deployed with Workers Sites.
To run locally:
npm installnpm run startIf you have never used Wrangler before you will need to Configure Wrangler.
If you have a zone on Cloudflare to test with, you will also have to update the wrangler.toml file:
account_id, zone_id, and route valuesTo produce a build and deploy:
npm run buildnpm run deploy-worker(top 30 of 257)
HTML
45.3%
CSS
32.3%
JavaScript
22.4%
Is BGP safe yet?
328
stars
1,644
commits
HTML
primary language
Sep 4, 2026
updated
Is BGP safe yet? is an initiative by Cloudflare to make BGP more secure by deploying RPKI.
A list of major operators tracks the status of their RPKI deployments into three categories: safe, partially safe and unsafe. Contributions are welcome.
The website also provides a simple test to determine if your operator is filtering RPKI invalid prefixes.
IsBGPSafeYet is built with Webpack and deployed with Workers Sites.
To run locally:
npm installnpm run startIf you have never used Wrangler before you will need to Configure Wrangler.
If you have a zone on Cloudflare to test with, you will also have to update the wrangler.toml file:
account_id, zone_id, and route valuesTo produce a build and deploy:
npm run buildnpm run deploy-worker(top 30 of 257)
HTML
45.3%
CSS
32.3%
JavaScript
22.4%