rocprofv3-profiler
Pass
Audited by Gen Agent Trust Hub on Mar 9, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/rocprof_wrapper.pyexecutes therocprofv3profiler and user-provided application commands. This is the primary function of the skill and is implemented securely using thesubprocessmodule with argument lists, which prevents shell injection. - [SAFE]: The skill does not perform any external network requests or downloads. It relies on the local environment's ROCm installation and standard system paths.
- [SAFE]: Technical review of
scripts/parse_profile.pyandscripts/rocprof_wrapper.pyshows no evidence of hardcoded credentials, data exfiltration, obfuscation, or persistence mechanisms. The tool strictly processes performance data and outputs analysis in a structured format.
Audit Metadata