ZeroAPI Router

PassAudited by VirusTotal on May 13, 2026.

Findings (1)

Package: zeroapi (npm) Version: 3.8.22 Description: ZeroAPI - balanced benchmark-aware routing for OpenClaw The zeroapi package operates as a sophisticated model router extension for the OpenClaw host environment. Its core logic involves dynamic model selection based on prompt classification, required capabilities (tokens, vision), user subscription status (tiers/inventory), and model performance benchmarks loaded from `benchmarks.json`. The application includes security-enhancing features such as high-risk keyword detection to inform routing decisions. It manages persistent state by reading and writing various internal OpenClaw JSON configuration and session files (e.g., `zeroapi-config.json`, `sessions.json`, `auth-profiles.json`) within the OpenClaw directory to enforce and synchronize routing and multi-account authentication preferences. All file system interactions and operational logic are consistent with its documented purpose.