api-client
Pass
Audited by Gen Agent Trust Hub on Apr 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill defines standard software development patterns for API communication. It does not contain any malicious instructions, unauthorized data access, or suspicious remote execution patterns. It appropriately handles authentication tokens and environment variables using established industry conventions.
- [EXTERNAL_DOWNLOADS]: The skill references standard, well-known libraries such as
httpxandpydanticfor Python development. These are reputable packages commonly used for building HTTP clients and data validation layers. References to these tools in the context of creating a client wrapper are benign and represent safe development practices. - [DATA_EXFILTRATION]: While the skill handles authentication tokens (via cookies or headers), it does so following standard security practices for web applications. The code demonstrates how to securely attach credentials to outgoing requests to the configured backend URL. No data is sent to unauthorized third-party domains.
Audit Metadata