ramp-local-dev-loop
Pass
Audited by Gen Agent Trust Hub on Sep 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides a standard Python template for performing OAuth2 client credentials authentication and making GET requests to the Ramp API.
- [SAFE]: Access to sensitive data is managed through environment variables (
RAMP_CLIENT_ID,RAMP_CLIENT_SECRET,RAMP_BASE_URL), which is a secure practice for local development and prevents hardcoding credentials. - [SAFE]: The skill utilizes the standard
requestslibrary for network operations directed at established Ramp API endpoints.
Audit Metadata