c-cpp-compilers
Pass
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill functions as a documentation resource for C/C++ development. All recommended tools and flags (GCC, Clang, CMake, sanitizers, etc.) are standard, well-known industry utilities used for software construction and security hardening.
- [SAFE]: No malicious patterns such as prompt injection, data exfiltration, or obfuscated code were found. All external references are internal to the skill's file structure.
- [SAFE]: The skill documentation encourages the use of security-enhancing compiler features, such as sanitizers (-fsanitize=address,undefined) and hardening flags (-fstack-protector-strong, -D_FORTIFY_SOURCE=3), which align with secure development best practices.
Audit Metadata