Jetson Tools
AdvisoryAudited by Static analysis on Apr 30, 2026.
Overview
No suspicious patterns detected.
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 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.
