procore-sdk-patterns
Pass
Audited by Gen Agent Trust Hub on Sep 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard Python code snippets for interacting with the Procore REST API.
- [DATA_EXFILTRATION]: The skill correctly handles sensitive credentials by retrieving them from environment variables (
PROCORE_CLIENT_ID,PROCORE_CLIENT_SECRET) rather than hardcoding them, which aligns with security best practices for credential management. - [EXTERNAL_DOWNLOADS]: The code snippets communicate with official Procore domains (
login.procore.comandapi.procore.com) for authentication and data retrieval, which is standard behavior for the intended integration.
Audit Metadata