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 FetchContent examples for integrating popular libraries like {fmt} and Google Test from their respective official GitHub repositories in getting-started.md and testing.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 in getting-started.md.
  • Provides examples for project creation using CMake and shell-based build commands (g++, clang++, cl) in SKILL.md and getting-started.md.
  • Documents standard C++ library functions like std::system() with example usage in c-compat.md.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 21, 2026, 08:20 PM
Security Audit — agent-trust-hub — cpp-docs