deepstream-profile-pipeline
Pass
Audited by Gen Agent Trust Hub on Aug 16, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The
scripts/capacity_report.pyscript usessubprocess.runto executenvidia-smifor hardware discovery. The command is called with a list of arguments and does not use a shell, which minimizes the risk of command injection. The variablegpu_idis derived from user-provided command-line arguments. - [EXTERNAL_DOWNLOADS]: The skill references the official NVIDIA container registry (
nvcr.io) and technical documentation (developer.nvidia.com). These are well-known and trusted sources for the intended domain. - [PRIVILEGE_ESCALATION]: The
references/nsys-cli-recipes.mddocument mentions usingsudo sysctlto modify kernel parameters or using--privilegedcontainers as a fallback if the profiling tool fails due to system-level restrictions. While these are high-privilege operations, they are standard requirements for deep performance profiling tools and are presented as troubleshooting steps rather than malicious instructions. - [INDIRECT_PROMPT_INJECTION]: The skill processes external CSV and log files (
microbench_csv,dmon_csv) withinscripts/capacity_report.py. - Ingestion points: The script reads these files via the paths provided in command-line arguments.
- Boundary markers: The script treats the ingested data as structured CSV or log text rather than natural language instructions.
- Capability inventory: The script can execute the
nvidia-smiutility viasubprocess.run. - Sanitization: The script explicitly casts parsed values to
intorfloatwithintry-exceptblocks, which prevents non-numeric data from influencing the report logic.
Audit Metadata