jetson-video-pipeline
Pass
Audited by Gen Agent Trust Hub on Aug 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses subprocess execution to interact with system build tools and official NVIDIA SDK sample binaries, which is necessary for compiling and running video codec workflows.
- [EXTERNAL_DOWNLOADS]: Utilizes curl to retrieve media content from user-provided URLs for processing stages.
- [SAFE]: Implements several security best practices, including the use of private workspaces with 0700 permissions, file integrity verification via SHA-256 hashing, and localized environment discovery through internal Python probes.
Audit Metadata