Salesforce recipe
CI Drift Gate for Salesforce
Fail the build before the org forgets what it means.
Import your describe export, run the first audit, and wire the audit gate into your metadata-repo CI with a status badge. CI re-exports describes against a scratch/sandbox org and calls the API-key surface (POST v1/{projectId}/integrations/salesforce/audit); data.errorCount > 0 fails the build.