| 1 | asset_links | cerberus | Validate assetlinks.json structure and content | assetlinks.json | PASS | 0.006 | AssetLinksValidator:
SHA256 fingerprint verified: YOUR_SHA256_FING... |
| 2 | apple_app_site_association | cerberus | Validate apple-app-site-association structure and content | apple-app-site-association | PASS | 0.003 | TeamIdValidator:
Team ID verified: TEAMID.com.flipdare.app |
| 3 | env_validator | cerberus | Validate enviroment across frontend/backend | .env, .env.prod | FAIL | 0.008 | Custom validation rules did not execute - possible schema misconfiguration |
| 4 | constants_validation | cerberus | Validate constants.py structure and content | constants.py | PASS | 3.341 | 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 |
| 5 | ballot_algorithms | custom | Validate voting ballot algorithms (Kemeny-Young, Thompson Sampling, production routing) | custom_ballot_check.py | PASS | 0.191 | Following Ballot Alogorithm Checks Passed
- Kemeny-Young Strategy
- Production Algorithm (Kemeny-Young + Thompson Sampling) |
| 6 | job_config | custom | Validate job configuration completeness, AppJobType/AppJobGroup coverage and schedule balance | custom_job_config_check.py | PASS | 0.015 | Job Config Validation Passed. |
| 7 | mailer | custom | Validate admin mailer can send to expected addresses | custom_mailer_check.py | PASS | 4.356 | Mailer Validation Passed. |
| 8 | sentiment_scoring | custom | Validate moderation/sentiment scoring service with known fixtures | custom_sentiment_check.py | PASS | 1.751 | Sentiment Validation Passed. |