c-cpp-compilers
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides comprehensive and accurate documentation for modern C/C++ development (C++20/23/26 and C23) using standard compiler toolchains (GCC and Clang).
- [SAFE]: Recommended build flags include industry-standard security hardening features such as stack canaries (
-fstack-protector-strong), buffer overflow fortification (-D_FORTIFY_SOURCE=3), and position-independent executables for ASLR (-fPIE -pie). - [SAFE]: The skill correctly guides users on integrating essential security tooling, including runtime sanitizers (ASan, UBSan, TSan, MSan) and static analysis tools (clang-tidy, cppcheck, scan-build, GCC -fanalyzer) to detect memory errors and logical bugs.
- [SAFE]: All shell commands and build instructions utilize standard developer tools and binaries without any suspicious external network calls, remote code execution, or obfuscation techniques.
Audit Metadata