cpp-testing
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads the GoogleTest framework from the official Google GitHub repository (github.com/google/googletest) using CMake's FetchContent module. This is a standard practice for managing C++ dependencies and uses a trusted source.\n- [COMMAND_EXECUTION]: Provides instructions to execute standard C++ development tools, including CMake for build configuration, CTest for test execution, and coverage tools like LCOV or LLVM-COV.\n- [SAFE]: Promotes the use of security-enhancing tools such as AddressSanitizer (ASan), UndefinedBehaviorSanitizer (UBSan), and ThreadSanitizer (TSan) to identify memory corruption and race conditions.
Audit Metadata