cpp-testing
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches the GoogleTest framework from Google's official GitHub repository.\n
- Evidence: The CMake configuration uses
FetchContent_Declareto download thegoogletestsource fromhttps://github.com/google/googletest/archive/refs/tags/${GTEST_VERSION}.zip.\n- [COMMAND_EXECUTION]: Instructs the agent to execute standard development and testing commands.\n - Evidence: Includes shell commands for building with
cmake, running tests withctest, and generating coverage reports withlcov,genhtml, andllvm-covtools.
Audit Metadata