Jetson Tegrastats
v1.0.0Real-time monitoring of NVIDIA Jetson GPU status, memory usage, CPU temperature, and frequency information.
⭐ 0· 89·0 current·0 all-time
bykunka@wxd9199
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Suspicious
high confidencePurpose & Capability
The name and description match a Jetson monitoring tool and the SKILL.md correctly references the system tegrastats binary. However the registry metadata does not declare any OS restriction even though tegrastats is Jetson-specific (Linux/ARM). This mismatch is minor but worth noting.
Instruction Scope
SKILL.md documents interactive usage (one-shot, continuous with --interval, stop). The included script always runs ['tegrastats','--interval','1000','--stop'] with a 3s timeout and prints output — combining --interval and --stop is inconsistent with the documented continuous monitoring behavior and will likely just stop monitoring or produce no useful continuous output. The instructions do not attempt to read unrelated files or secrets, so the concern is about incoherent behavior (likely a bug or sloppy packaging) rather than data-exfiltration.
Install Mechanism
This is instruction-only with no install spec; nothing is downloaded or written to disk by an installer. The only shipped code is a small Python script.
Credentials
The skill declares no required environment variables, credentials, or config paths. The code likewise does not access environment variables, credentials, or network endpoints.
Persistence & Privilege
The skill is not marked always:true and does not request persistent privileges or modify other skills. Autonomous invocation is allowed (default) but there are no additional privilege escalations.
What to consider before installing
This package is plausibly just a wrapper for the Jetson 'tegrastats' binary and does not request credentials or network access. However, the included Python script contradicts the SKILL.md: it runs tegrastats with both --interval and --stop and a 3-second timeout, which will not produce the continuous monitoring behavior described — it may immediately stop an existing monitor or return nothing. Before installing or enabling this skill: (1) inspect or run the script in a safe environment (non-root) to confirm behavior; (2) prefer running the documented tegrastats commands manually on your Jetson device; (3) ask the publisher for clarification or an updated script that respects --interval without --stop; and (4) be mindful that the skill assumes the presence of tegrastats on a Jetson device — it’s not appropriate for other platforms. If you need continuous monitoring, modify the script to call tegrastats with the desired interval and without --stop (and remove the short timeout).Like a lobster shell, security has layers — review code before you run it.
latestvk976k6eys2y4spy0h03gj6sa1h839805
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
