Environment checks
Environment checks focus on the runtime context in which the app is running.
Know the environment your app is running in.
While integrity validation helps protect against the initial tampering with the app's code, environment checks help protect the execution of that code in potentially hostile environments.