igrantio-backend-proxy
Pass
Audited by Gen Agent Trust Hub on Aug 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a secure proxy pattern where API keys are stored server-side and injected into requests, preventing exposure to the client-side browser environment.
- [SAFE]: The
proxyRouterimplementation inproxy.tsuses a strict allow-list (permittedPrefixes) to ensure the proxy only forwards requests to authorized API endpoints (Least Privilege principle). - [SAFE]: The
EnvTenantStoreandTenantStoreinterface intenants.tsencourage the use of environment variables or dedicated secret managers for credential storage, avoiding hardcoded secrets. - [SAFE]: External URLs (docs.igrant.io, demo-api.igrant.io, staging-api.igrant.io) are official resources belonging to the skill's documented provider (iGrant.io).
Audit Metadata