jetson-print-device-info
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes standard Linux diagnostic commands (
uname,uptime,lsb_release,nvpmodel) to gather system information. These are restricted to gathering device metadata and do not perform destructive actions or modifications. - [SAFE]: The skill reads specific system files (
/proc/device-tree/model,/etc/nv_tegra_release,/etc/os-release) to identify the Jetson hardware and software stack. This data is used for diagnostic reporting and is not sensitive user information. - [SAFE]: No network operations, external downloads, or third-party dependencies are present. All logic is contained within the local bash commands provided in the instructions.
- [SAFE]: The skill includes explicit checks to ensure it is running on the intended hardware (Jetson target) before proceeding, preventing execution on unintended environments.
Audit Metadata