Agent Config Sync

PassAudited by VirusTotal on May 16, 2026.

Findings (1)

The agent-config-sync skill bundle is a comprehensive tool for synchronizing configurations across multi-agent OpenClaw deployments. It uses a master-agent architecture to track version changes via a structured CHANGELOG.md and dispatches updates through session messages or local file writes. Security is a primary focus, with scripts (init_sync.sh, force_sync.sh, revert_sync.sh) implementing strict path whitelisting (restricting access to ~/.openclaw/workspace-*), mandatory --confirm flags for write operations, and atomic file-writing procedures to prevent corruption. The bundle includes detailed security documentation, loop detection to prevent infinite sync cycles, and rollback mechanisms using snapshots. No evidence of malicious intent, data exfiltration, or harmful prompt injection was found; the skill's broad file-system permissions are strictly aligned with its stated purpose.