cpp
Pass
Audited by Gen Agent Trust Hub on Jun 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists of educational recipes and templates for C++ project structure, dependency management, and CI/CD pipelines. No malicious code or prompt injections were detected.
- [EXTERNAL_DOWNLOADS]: The skill references external resources from well-known and trusted platforms. This includes downloading the 'doctest' library from GitHub via CMake's FetchContent and utilizing pre-commit hooks from GitHub. These are standard development practices.
- [COMMAND_EXECUTION]: The documentation provides standard shell commands for building, testing, and linting C++ projects using tools like 'cmake', 'conan', 'ctest', and 'clang-format'. These commands are expected in the context of C++ development and are used legitimately for automation.
- [CREDENTIALS_UNSAFE]: The skill correctly instructs users to manage sensitive tokens (like GitLab job tokens or Conan passwords) using environment variables in CI/CD environments. No hardcoded secrets were found; only documentation on standard secret management practices is provided.
Audit Metadata