cpp-testing
Pass
Audited by Gen Agent Trust Hub on Apr 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill instructions and examples adhere to secure development practices for C++ testing.
- [EXTERNAL_DOWNLOADS]: Configures CMake to download the GoogleTest framework from Google's official GitHub repository. This is an industry-standard method for dependency management and uses a well-known, trusted source.
- [COMMAND_EXECUTION]: Provides standard shell commands for compiling C++ code, executing test suites with CTest, and generating coverage metrics using tools like lcov and llvm-cov. These commands are localized to the build environment and necessary for the skill's stated purpose.
- [DATA_EXFILTRATION]: No evidence of unauthorized data access or external transmission of sensitive information was detected.
Audit Metadata