Jasper ConfigGuard

PassAudited by VirusTotal on May 12, 2026.

Findings (1)

The OpenClaw AgentSkills skill bundle 'jasper-configguard' is designed for safe configuration management with automatic rollback for the OpenClaw gateway. The code (cli/configguard.js, src/index.js) uses file system operations (read/write config, manage backups in ~/.openclaw), process management (pgrep and kill -USR1 for 'openclaw-gateway' to restart), and local network calls (http.get to localhost:18789 for health checks). These actions are all directly and plausibly required for its stated purpose. There is no evidence of data exfiltration, arbitrary malicious execution, persistence mechanisms, or prompt injection attempts in SKILL.md or README.md. The capabilities, while involving system interaction, are tightly scoped to the intended function and do not indicate intentional harmful behavior.