codeql
Pass
Audited by Gen Agent Trust Hub on Jun 26, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes standard build tools such as
make,cmake,gradlew,mvn,cargo, andxcodebuildthrough thecodeql database createcommand to trace the compilation process of the target project. - [COMMAND_EXECUTION]: Uses package managers like
npm,pip, andgo modto resolve and install dependencies of the project being scanned, ensuring accurate data flow analysis. - [EXTERNAL_DOWNLOADS]: Fetches official query packs and community-maintained security packs from GitHub Security Lab and Trail of Bits using the
codeql pack downloadcommand. - [SAFE]: Implements rigorous quality assessment metrics, including baseline lines-of-code verification and extraction error ratios, to ensure the integrity of the CodeQL database before proceeding with analysis.
- [SAFE]: Utilizes an isolated, auto-incrementing output directory (e.g.,
static_analysis_codeql_1) for all generated artifacts, protecting the integrity of the host project's source tree.
Audit Metadata