compileiq-booster-pack
Pass
Audited by Gen Agent Trust Hub on Jul 3, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads Booster Pack zip files and manifests from the official NVIDIA/CompileIQ GitHub repository releases.
- Evidence: Uses
gh release downloadto fetch assets fromNVIDIA/CompileIQrepository. - [COMMAND_EXECUTION]: Executes benchmarking commands to measure kernel performance and validate optimization candidates.
- Evidence: The helper script
scripts/apply_one_acf.shtakes command strings as input and executes them viaevalto perform performance measurements. - [DYNAMIC_EXECUTION]: Uses Python one-liners to calculate performance deltas and verify that the 'O0' regression and 'O3' matching tests pass.
- Evidence: Inline Python scripts in
SKILL.mdandscripts/apply_one_acf.shcalculate means and percentages to automate the decision to keep or reject optimization candidates.
Audit Metadata