xmake-plugins
Pass
Audited by Gen Agent Trust Hub on Sep 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation for the Xmake build system's plugin and task architecture. The examples provided represent intended and standard usage of the tool.
- [COMMAND_EXECUTION]: Demonstrates how to use various
xmakesubcommands likeproject,doxygen, andlua. These are part of the core functionality of the build tool. - [DYNAMIC_EXECUTION]: Explains how to define custom tasks using the
task()andon_run()API, which executes Lua code within the build environment. This is the primary mechanism for extending Xmake. - [EXTERNAL_DOWNLOADS]: Documents the command
xmake repo --addfor including external package repositories, which is a standard feature for dependency management in build systems.
Audit Metadata