OpenThunder Cloud
OpenThunder Cloud is the optional, privacy-first team control plane at openthunder.ai. It gives a team shared visibility into verification results and trends , without uploading source code. Everything local stays free; the Cloud is the hosted layer for teams.
What it's for
- Shared results, not shared source , publish a scan's derived results (scores, findings, trends) so the team sees posture over time.
- Trends , watch code health, security, and risk move across commits and branches.
- CI integration , gate merges and publish from your pipeline. See Use OpenThunder in CI.
Privacy: raw code never uploaded by default
The defining constraint is that your source stays on your machine. The Cloud receives derived results only:
openthunder cloud publish # publish a scan result (no raw code)
openthunder cloud ci-init # scaffold a CI workflow that scans, publishes, and gates
What leaves your machine, when, and why is spelled out in the Trust Center and Privacy FAQ.
Related
- OpenThunder Desktop , the free local app.
- Use OpenThunder in CI , gate merges on the verdict.