Back to skill
Skillv1.0.0
ClawScan security
Rdk X5 Camera · ClawHub's context-aware review of the artifact, metadata, and declared behavior.
Scanner verdict
BenignMar 9, 2026, 11:13 AM
- Verdict
- benign
- Confidence
- high
- Model
- gpt-5-mini
- Summary
- Instructions, required binaries, and actions are consistent with a device-local camera setup helper for RDK X5 and don't request unrelated credentials or external installs.
- Guidance
- This skill is coherent with a local RDK X5 camera setup. Before using: run only on the intended RDK X5 device, not a general workstation; be prepared to use sudo/apt (network access and root privileges) to install drivers; compiling/running the tuning tool executes local C code — review/build on-device; pkill commands will terminate running ROS nodes (use cautiously). If you don't control the device or don't trust the source, do not run these commands.
Review Dimensions
- Purpose & Capability
- okThe name/description (configure and run cameras on RDK X5) aligns with required binary (ros2) and the commands in SKILL.md (ros2 launches, device nodes, tuning tool). Nothing requested appears unrelated to configuring or previewing cameras on RDK X5.
- Instruction Scope
- noteInstructions include device I/O (/dev/video*), kernel logs (dmesg), package installation (apt), compiling C tuning tool, and killing ros2 processes. These are within scope for camera setup but require root/network access and will affect system services — the user should run them only on the intended RDK X5 device and understand they modify runtime state.
- Install Mechanism
- okThis is an instruction-only skill with no install spec or external downloads. No archive downloads or third-party package installs beyond apt commands shown in instructions (which are appropriate for installing RealSense support).
- Credentials
- okNo environment variables, credentials, or config paths are requested. The skill operates on local hardware and local ROS environment files referenced (e.g., /opt/tros/humble/setup.bash), which matches the stated purpose.
- Persistence & Privilege
- okalways is false and the skill has no install-time persistence. It does instruct running and stopping services but does not modify other skills or system-wide agent settings.
