Rdk X5 Monitor
PassAudited by VirusTotal on May 11, 2026.
Overview
Type: OpenClaw Skill Name: rdk-x5-monitor Version: 1.0.0 The skill bundle contains standard Linux system monitoring commands specifically tailored for the RDK X5 hardware platform. The instructions in SKILL.md are limited to read-only operations for CPU, BPU, temperature, memory, and network status using common utilities like 'top', 'cat', 'free', and 'ip'. There is no evidence of malicious intent, data exfiltration, or unauthorized system modification.
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
If an agent followed the troubleshooting suggestions without asking, it could stop an important process or change local package-cache state instead of only reporting device status.
The skill is framed as read-only monitoring, but the troubleshooting table visibly mentions commands that can terminate processes or remove local package-cache files. This is not hidden and appears user-directed, but it goes beyond pure monitoring.
description: "只读查询 ... real-time status query that does not change system settings" ... "CPU 100% 持续 ... `kill`" ... "磁盘满 ... `sudo apt clean`"
Use the status-check commands as intended, but require explicit user confirmation before running any remediation command such as kill or sudo apt clean; consider moving those actions to a separate system-management skill.
