cpp-pro
Fail
Audited by Gen Agent Trust Hub on Sep 6, 2026
Risk Level: CRITICALEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Automated security scans (URLite) have identified the documentation link
https://jeffallan.github.io/claude-skills/skills/language/cpp-pro/referenced inSKILL.mdas a blacklisted malicious URL. Additionally, the fileSKILL.mditself was flagged by file reputation scanners as potentially malicious (FileRepMalware). - [REMOTE_CODE_EXECUTION]: The
references/build-tooling.mdfile encourages the use of CMake'sFetchContentmodule and the Conan package manager to download and compile external source code from remote repositories. While these are common development tools, they introduce a remote code execution surface during the build process if the remote sources or registries are compromised. - [COMMAND_EXECUTION]: The skill includes documentation for executing various shell-based tools such as
clang-tidy,cppcheck,valgrind, andconan(e.g., inreferences/build-tooling.md). Instructing an agent to run these commands on unvetted project files can be exploited to execute arbitrary code or system commands if the file paths or configurations are manipulated. - [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and process C++ source code and build configurations, which serve as untrusted data inputs.
- Ingestion points: C++ source files and
CMakeLists.txtfiles (referenced inSKILL.mdCore Workflow). - Boundary markers: Absent. There are no instructions for the agent to use delimiters or ignore instructions potentially hidden in code comments or string literals.
- Capability inventory: The skill has the capability to write new code files (Output Templates) and execute shell commands for analysis and builds (references/build-tooling.md).
- Sanitization: The skill does not specify any sanitization or validation for the code it processes before using it in the output generation or command execution.
Recommendations
- CRITICAL: 1 file(s) identified as malware by FileRep - DO NOT USE
- AI detected serious security threats
- Contains 2 malicious URL(s) - DO NOT USE
Audit Metadata