ops-maintenance

PassAudited by VirusTotal on May 10, 2026.

Overview

Type: OpenClaw Skill Name: ops-maintenance Version: 2.1.2 The ops-maintenance skill is a professional administrative tool for server monitoring and management. It demonstrates high security standards by implementing a robust command validation system (command-validator.ts) that uses regex whitelists and blacklists to prevent dangerous operations and shell injection (pipes, redirects, and command substitution). Additionally, it secures sensitive credentials using AES-256-GCM encryption (crypto.ts) and maintains detailed audit logs (audit-logger.ts). The code is well-documented, follows defensive programming practices like using execFile instead of exec, and lacks any indicators of data exfiltration or malicious intent.