token-optimizer
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: File system operations are limited to the
~/.openclaw/directory, which is standard for configuring the OpenClaw application. The tool creates backups of existing configurations before making changes, ensuring user data can be restored.\n- [SAFE]: Network activity is restricted to connectivity checks for local LLM providers (Ollama and LM Studio) and the well-known Groq API (api.groq.com). These checks use standard Python libraries and do not transmit sensitive local data to external servers.\n- [SAFE]: The tool avoids high-risk command execution patterns. It usesshutil.whichfor environment checks and standard HTTP client libraries for connectivity tests instead of spawning shell processes for external commands.
Audit Metadata