compileiq-search-space
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and code examples for the NVIDIA CompileIQ library. It demonstrates how to configure the search space for compiler optimization using the
compileiq.search_spaces.compilersmodule. - [EXTERNAL_DOWNLOADS]: The skill uses the GitHub CLI (
gh) to fetch search space binary files from the officialNVIDIA/CompileIQrepository. These downloads are directed to standard cache directories or user-defined mirror paths and are used as data input for the optimization core, not for direct script execution. Per the trust policy, resources from NVIDIA are considered safe. - [COMMAND_EXECUTION]: Shell commands are used for legitimate purposes such as downloading assets (
gh release download), inspecting repository metadata (gh release view), and running verification tests viapython -c. These operations are standard for development workflows and interact exclusively with trusted repositories. - [DATA_EXFILTRATION]: No sensitive data exposure or unauthorized network transmissions were detected. The network operations are limited to authenticated interactions with the official GitHub repository for resource retrieval.
Audit Metadata