Rdk X5 Quickstart

PassAudited by VirusTotal on May 11, 2026.

Overview

Type: OpenClaw Skill Name: rdk-x5-quickstart Version: 1.0.0 The skill bundle provides standard introductory instructions and commands for the RDK X5 hardware platform, including system flashing, network configuration, and running official AI demos. All commands (e.g., dd, nmcli, apt, ros2 launch) and file paths (/app/pydev_demo) are consistent with the official RDK OS environment and documentation from developer.d-robotics.cc.

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.

What this means

A beginner who copies the command without verifying the device path could lose data on another drive.

Why it was flagged

This is a privileged disk-writing command. It is expected for flashing an SD card, but using the wrong /dev/sdX target could overwrite the wrong disk.

Skill content
sudo dd if=rdk_os_image.img of=/dev/sdX bs=4M status=progress && sync
Recommendation

Before running dd, identify the SD card with a tool such as lsblk or use a guided flasher like balenaEtcher; do not run the command until the target device is certain.

What this means

If default passwords remain unchanged on a networked board, other users on the network may be able to log in.

Why it was flagged

The guide discloses default login credentials for first boot. This is useful and purpose-aligned, but default credentials are privileged access information.

Skill content
默认账号:`root` / `root` 或 `sunrise` / `sunrise`
Recommendation

After first login, change the default passwords and avoid exposing SSH or other services to untrusted networks.