SPIC (Simple Play Integrity Checker) is an open-source Android application designed to showcase the functionality of the Play Integrity API and the now-deprecated SafetyNet Attestation API. This app allows users to verify the integrity verdict provided by these APIs either directly on their device or by sending the results to a remote server for further validation. Currently, the server component must be self-hosted.
For those interested in exploring the technical details or contributing to the project, the source code for both the Android app and the server implementation is available on GitHub. You can find the repositories at /herzhenr/SPIC-android and /herzhenr/SPIC-server.