sapui5-cli
Manages SAPUI5/OpenUI5 projects using the UI5 Tooling CLI for building, configuring, and optimizing applications and libraries.
Install this skill
Security score
The sapui5-cli skill was audited on Jun 15, 2026 and we found 13 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 180 | ```yaml |
Template literal with variable interpolation in command context
| 439 | sap.ui.define([`modules/${moduleName}`], ...); // Will fail |
Access to hidden dotfiles in home directory
| 407 | UI5 CLI caches framework versions in `~/.ui5/` (configurable via `ui5DataDir`). |
Access to hidden dotfiles in home directory
| 409 | Clear cache: `rm -rf ~/.ui5/framework/` |
Access to hidden dotfiles in home directory
| 463 | **Issue**: Excessive disk space in `~/.ui5/` |
Access to hidden dotfiles in home directory
| 467 | rm -rf ~/.ui5/framework/ |
Access to hidden dotfiles in home directory
| 485 | - **`UI5_DATA_DIR`**: Override default data directory (~/.ui5) |
External URL reference
| 9 | official_docs: "https://ui5.github.io/cli/stable/" |
External URL reference
| 509 | - **Official Documentation**: [https://ui5.github.io/cli/stable/](https://ui5.github.io/cli/stable/) |
External URL reference
| 510 | - **API Reference**: [https://ui5.github.io/cli/v4/api/](https://ui5.github.io/cli/v4/api/) |
External URL reference
| 511 | - **JSON Schema**: [https://ui5.github.io/cli/schema/ui5.yaml.json](https://ui5.github.io/cli/schema/ui5.yaml.json) |
External URL reference
| 513 | - **SAP Community**: [https://community.sap.com/](https://community.sap.com/) |
External URL reference
| 514 | - **npm Registry**: [https://www.npmjs.com/package/@ui5/cli](https://www.npmjs.com/package/@ui5/cli) |