jetson-print-bsp-info
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION]: The instructions do not contain any patterns attempting to override agent behavior, bypass safety filters, or extract system prompts.
- [DATA_EXPOSURE]: No hardcoded credentials, API keys, or sensitive environment variable accesses were found. The skill only reads specific, non-sensitive BSP metadata files (e.g., nv_tegra_release).
- [OBFUSCATION]: The skill instructions and scripts are written in clear, plain-text bash. No Base64, hex encoding, or zero-width characters were detected.
- [REMOTE_CODE_EXECUTION]: The skill does not perform any remote downloads or execute code from external sources. All operations are local and read-only.
- [COMMAND_EXECUTION]: The skill uses standard, safe Linux commands (ls, cat, head, paste, sed) for data extraction. No privilege escalation (sudo) or dangerous system modifications are performed.
- [INDIRECT_PROMPT_INJECTION]: The skill reads external file contents (nv_tegra_release). However, it uses 'head -1' to limit ingestion to the first line, and since the skill lacks network or write capabilities, the surface for exploitable indirect injection is negligible.
Audit Metadata