Release Validation Report

Generated: 2026-05-23 01:41:29  |  Total checks: 8
8
Passed
0
Failed
0
Errors
10.08s
Duration
#IDTypeDescriptionCheckStatusDuration (s)Errors / Message / Detail
1asset_linkscerberusValidate assetlinks.json structure and contentassetlinks.jsonPASS0.005
AssetLinksValidator:
SHA256 fingerprint verified: YOUR_SHA256_FING...
2apple_app_site_associationcerberusValidate apple-app-site-association structure and contentapple-app-site-associationPASS0.004
TeamIdValidator:
Team ID verified: TEAMID.com.flipdare.app
3env_validatorcerberusValidate enviroment across frontend/backend.env, .env.prodPASS0.008
EnvValidator:
All environment keys match:
	- tiktok_redirect_uri: TIKTOK_REDIRECT_URI=N/A
	- tiktok_client_key: TIKTOK_CLIENT_KEY=N/A
	- tiktok_client_secret: TIKTOK_CLIENT_SECRET=N/A
4constants_validationcerberusValidate constants.py structure and contentconstants.pyPASS3.504
VariableRangeValidator:
	- FIREBASE_RECEIPT_RETENTION_DAYS=90 (range [60, 180])
	- FIREBASE_EMAIL_RETENTION_DAYS=180 (range [140, 200])
	- JOB_WAIT_SANITY_SECONDS=900 (range [300, 900])
	- LOW_PRI_SENSITIVITY=2.0 (range [2.0, 4.0])
	- MED_PRI_SENSITIVITY=1.0 (range [1.0, 2.0])
	- HIGH_PRI_SENSITIVITY=0.1 (range [0.1, 1.0])
	- HIGH_TRANSACTION_AMOUNT=25000 (range [25000, 50000])

LinkValidator:
	- COMPANY_SUPPORT_URL: https://flipdare.com/support
	- COMPANY_LINK: https://flipdare.com
	- COMPANY_TERMS: https://flipdare.com/terms
	- COMPANY_REFUND: https://flipdare.com/refunds
5ballot_algorithmscustomValidate voting ballot algorithms (Kemeny-Young, Thompson Sampling, production routing)custom_ballot_check.pyPASS0.195
Following Ballot Alogorithm Checks Passed
	- Kemeny-Young Strategy
	- Production Algorithm (Kemeny-Young + Thompson Sampling)
6job_configcustomValidate job configuration completeness, AppJobType/AppJobGroup coverage and schedule balancecustom_job_config_check.pyPASS0.016
Job Config Validation Passed.
7mailercustomValidate admin mailer can send to expected addressescustom_mailer_check.pyPASS4.447
Mailer Validation Passed.
8sentiment_scoringcustomValidate moderation/sentiment scoring service with known fixturescustom_sentiment_check.pyPASS1.905
Sentiment Validation Passed.