ui5-best-practices
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides comprehensive development standards for SAP UI5, specifically promoting security best practices like Content Security Policy (CSP) compliance by prohibiting inline scripts and styles.
- [COMMAND_EXECUTION]: Instructs the agent to use standard development CLI tools such as
npm,eslint,ui5lint, andcdsfor project initialization, linting, and serving applications locally. - [EXTERNAL_DOWNLOADS]: Recommends the installation of
cds-plugin-ui5as a development dependency via npm, which is a standard package for SAP CAP and UI5 integration. - [SAFE]: Network references are restricted to local development servers (e.g.,
http://localhost:8080,http://localhost:4004) for testing and previewing applications.
Audit Metadata