cpp-docs
Pass
Audited by Gen Agent Trust Hub on Jul 21, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions for downloading and installing well-known development tools and libraries.
- Fetches the vcpkg tool from Microsoft's official GitHub repository in
getting-started.md. - Recommends the installation of the Conan package manager via pip in
getting-started.md. - Includes CMake
FetchContentexamples for integrating popular libraries like {fmt} and Google Test from their respective official GitHub repositories ingetting-started.mdandtesting.md. - [COMMAND_EXECUTION]: The skill contains numerous shell command examples intended for the user to set up a development environment and build C++ code.
- Includes standard package manager commands (e.g.,
sudo apt install g++) for compiler installation ingetting-started.md. - Provides examples for project creation using CMake and shell-based build commands (g++, clang++, cl) in
SKILL.mdandgetting-started.md. - Documents standard C++ library functions like
std::system()with example usage inc-compat.md.
Audit Metadata