deepstream-run-mv3dt
Pass
Audited by Gen Agent Trust Hub on Aug 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PRIVILEGE_ESCALATION]: The skill requires elevated permissions to manage system services and run Docker containers with hardware access.\n
- Uses
sudofor Docker, system service management (systemctl), and file ownership corrections.\n - Employs
docker --privileged --net=hostfor GPU and network performance, which is explicitly gated behind user approval instructions.\n- [EXTERNAL_DOWNLOADS]: Fetches components from NVIDIA's official repositories and registries.\n - Clones the DeepStream public repository from
github.com/NVIDIA/DeepStream.git.\n - Pulls official container images from
nvcr.io/nvidia/deepstream.\n- [DYNAMIC_EXECUTION]: Generates and executes localized Python scripts to automate YAML configuration normalization and system capability checks (e.g., X11 display availability).\n- [INDIRECT_PROMPT_INJECTION]: The skill processes user-supplied synchronized video datasets and.ymlcalibration files.\n - Ingestion points:
references/custom-dataset.md(processes file lists from${DATASET_DIR}/videosand${DATASET_DIR}/camInfo).\n - Boundary markers: Absent; the skill relies on file extensions and specific paths rather than explicit instruction delimiters.\n
- Capability inventory:
references/custom-dataset.mdandreferences/sample-run.md(subprocess calls to Docker and shell scripts);references/setup.md(system service management).\n - Sanitization: Limited; uses
realpathfor video paths andyaml.safe_loadfor calibration file verification.
Audit Metadata