xmake-feature-check
Pass
Audited by Gen Agent Trust Hub on Sep 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is purely instructional and documents legitimate features of the Xmake build system.
- [COMMAND_EXECUTION]: The skill documents the use of
find_toolandfind_program, which are standard utilities for locating build-time dependencies on the system PATH. This is an intended and documented functionality of the Xmake toolchain. - [DYNAMIC_EXECUTION]: The skill describes
check_csnippetsandcheck_cxxsnippets, which compile small code fragments to verify toolchain capabilities. This is a standard "autoconf-style" feature detection mechanism used in build systems and does not represent a security risk within the context of build-time configuration.
Audit Metadata