You can verify the authenticity of the downloaded AppManager agent with SHA256 checksum validation. This ensures that the downloaded agent is credible and is not tampered with by any malicious code or software.
sha256sum apminsight.gem
certutil -hashfile apminsight.gem SHA256
Get-FileHash apminsight.gem -Algorithm SHA256
Sample Output:

Thank you for your feedback!