mql5-x-compile
Pass
Audited by Gen Agent Trust Hub on Apr 5, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill leverages the
Bashtool to perform necessary setup and compilation tasks, such as creating symbolic links for Wine drive mapping and executing theMetaEditor64.execompiler throughwine64. These operations are standard for the described development environment. - [DATA_EXPOSURE]: The skill accesses the local file system within the MetaTrader 5 application data directory (
~/Library/Application Support/net.metaquotes.wine.metatrader5) to manage source code and build artifacts. This access is specific to the application's functional requirements. - [INDIRECT_PROMPT_INJECTION]: The skill processes project-specific data in the form of MQL5 source files.
- Ingestion points: The skill is triggered by the presence or editing of
.mq5and.mqhfiles. - Boundary markers: No explicit delimiters or instructions to ignore embedded instructions are defined for the input files.
- Capability inventory: The skill has access to the
BashandReadtools, which are used to execute the compilation pipeline. - Sanitization: There is no specific sanitization of the source code content before compilation, as the content is handled by the official MetaTrader compiler rather than the agent's logic.
Audit Metadata