cpp-testing

Pass

Audited by Gen Agent Trust Hub on Mar 24, 2026

Risk Level: SAFE
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The skill includes a CMake FetchContent configuration that downloads the official GoogleTest framework from its verified GitHub repository (github.com/google/googletest). This is a standard development practice for C++ projects and originates from a well-known service.
  • [COMMAND_EXECUTION]: The skill provides standard command-line examples for building projects with CMake, running tests with CTest, and generating coverage reports with lcov and llvm-cov. These are typical developer workflows and are used for their intended purpose.
  • [SAFE]: No prompt injection, data exfiltration, obfuscation, or malicious patterns were detected. The skill correctly recommends security-positive practices like enabling AddressSanitizer (ASan), UndefinedBehaviorSanitizer (UBSan), and ThreadSanitizer (TSan) to detect memory and concurrency bugs.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 24, 2026, 07:42 AM
Security Audit — agent-trust-hub — cpp-testing