ramp-common-errors
Pass
Audited by Gen Agent Trust Hub on Sep 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides legitimate implementation patterns for the Ramp API using standard Python libraries.
- [SAFE]: The authentication logic uses environment variables (
RAMP_CLIENT_ID,RAMP_CLIENT_SECRET) to manage secrets, which is a standard security best practice for development tools and prevents hardcoded credentials. - [SAFE]: Network operations are performed using the
requestslibrary targeting a configurable base URL derived fromRAMP_BASE_URL, which is appropriate for interacting with an external API service like Ramp.
Audit Metadata