analyze-kernel-bottleneck
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the Bash tool to perform standard developer operations including kernel compilation via
nvccand execution of the resulting benchmark binary (./bench). - [COMMAND_EXECUTION]: It uses
cuobjdumpto disassemble binary files into SASS for instruction analysis, which is a common practice in GPU performance tuning. - [REMOTE_CODE_EXECUTION]: No patterns of remote script fetching (e.g., curl | bash) or unauthorized network execution were found. All code execution is directed at local source files or generated binaries.
- [DATA_EXFILTRATION]: No network operations or suspicious file reads (e.g., accessing credentials or SSH keys) were detected. The skill focuses exclusively on performance metrics and code analysis.
Audit Metadata