Jetson Tools
PassAudited by ClawScan on May 1, 2026.
Overview
This appears to be a benign Jetson monitoring helper that runs local read-only status commands, with a minor packaging/dependency declaration gap.
This skill looks safe for its stated purpose. Before installing, confirm you are using it on a Jetson device and that tegrastats/jetson_release come from trusted system packages. Treat generated system-status output as potentially sensitive if you plan to share it.
Findings (2)
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 invoked, the skill can display local hardware, memory, disk, and GPU/thermal status information from the device.
The script runs local system-inspection commands and tegrastats. This exposes device status information, but it is read-only and directly aligned with the stated monitoring purpose.
cat /proc/cpuinfo | grep "model name" | head -1 | cut -d: -f2 free -h df -h / tegrastats --interval 1000 --stop 2>/dev/null | head -5
Use it on intended Jetson devices and avoid sharing command output publicly if hardware or system details are sensitive.
The skill may not work unless the expected Jetson tools are already installed and available on the system.
The skill documentation names required Jetson utilities, while the registry metadata declares no required binaries and there is no install spec. This is an under-declared dependency issue, not evidence of malicious behavior.
## 依赖 - tegrastats - jetson_release
Install or verify Jetson utilities from trusted NVIDIA or OS package sources before relying on the skill.
