procore-install-auth
Pass
Audited by Gen Agent Trust Hub on Sep 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard documentation and code snippets for setting up OAuth2 authentication with the Procore API. All URLs point to official Procore domains.
- [CREDENTIALS_UNSAFE]: The skill follows security best practices by instructing users to store credentials in a
.envfile using placeholders rather than hardcoding them into scripts. - [EXTERNAL_DOWNLOADS]: The provided Python script uses the
requestslibrary to interact with official Procore endpoints (login.procore.com,api.procore.com) for token exchange and data retrieval.
Audit Metadata