cpp-pro
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references the use of CMake's
FetchContentto manage dependencies, specifically pointing to thefmtlibrary on GitHub. It also demonstrates the use of the Conan package manager for well-known libraries such asspdlogandcatch2. These are standard software development practices using established registries and services. - [COMMAND_EXECUTION]: The instructions include several shell commands for running static analysis tools like
clang-tidy,cppcheck, andinclude-what-you-use. These are local developer tools used for code quality and security verification. - [DATA_EXPOSURE_AND_EXFILTRATION]: No patterns of sensitive data access or exfiltration were detected. The skill focuses entirely on C++ implementation and build system configuration.
- [PROMPT_INJECTION]: No attempts to override system prompts or bypass safety guidelines were found. The instructional language is focused on technical guidance.
Audit Metadata