SPIC (Simple Play Integrity Checker) is an open-source Android application designed to showcase the functionality of both the Play Integrity API and the now-deprecated SafetyNet Attestation API. This tool allows users to assess the integrity verdict provided by these APIs directly on their device or to transmit this data to a remote server for further validation. It's important to note that the remote server component must be self-hosted at this time.
For those interested in exploring 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 for the app and /herzhenr/SPIC-server for the server side.