The Risk Center (CI/CD > Risk Center) shows how Bytebase evaluates the risk level of database changes. Bytebase automatically assigns one of three risk levels — High, Moderate, or Low — to each database change. Currently, the risk level is determined purely based on the SQL statement types, with more sophisticated analysis planned.Documentation Index
Fetch the complete documentation index at: https://docs.bytebase.com/llms.txt
Use this file to discover all available pages before exploring further.
Usage
Custom Approval
Risk levels are available as therisk_level variable when defining custom approval flows. You can use conditions like:
SQL Review
SQL review returns the associated risk level for the checked SQL statement. Bytebase GitHub action can also surface the risk level under a PR.

