model-failover
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill safely handles credentials by retrieving API keys from environment variables rather than hardcoding them in the source code.- [SAFE]: No third-party dependencies are used; the script relies solely on built-in Node.js modules (https, http, fs, os, path), which minimizes the risk of supply chain attacks.- [SAFE]: Network communications are limited to making standard API requests to well-known LLM providers (Anthropic, OpenAI, Google) or user-configured local endpoints.- [SAFE]: File system access is restricted to managing a configuration file located in the user's home directory, which is standard behavior for CLI-based tools.
Audit Metadata