Provider Sync

PassAudited by VirusTotal on May 11, 2026.

Findings (1)

The provider-sync skill bundle is a utility designed to synchronize AI model lists from upstream providers into the OpenClaw configuration. The core script, scripts/provider_sync.py, demonstrates security-conscious design by implementing a 'dry-run' preview mode, creating automatic backups of configuration files, and enforcing restrictive file permissions (chmod 600). Notably, it includes a redaction function to ensure sensitive fields like API keys and authorization tokens are stripped before being stored in local cache files. The SKILL.md instructions and documentation in the references/ directory align with the stated purpose and emphasize safety boundaries, such as restricting write access in group chat environments.