modernize-flp-sandbox
Pass
Audited by Gen Agent Trust Hub on Jun 25, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes shell commands for environment management and version verification.
- Uses
git stashandgit checkoutto ensure a clean state and provide rollback capabilities before modifying application files. - Executes
npm infoto query version metadata for the@sapui5/distribution-metadatapackage. - Uses a hardcoded
python3 -cone-liner to parse JSON output from the NPM command. - [EXTERNAL_DOWNLOADS]: Fetches package metadata from the official NPM registry.
- Connects to the NPM registry to verify UI5 framework compatibility and determine the latest stable version for automatic upgrades.
- [SAFE]: The skill follows secure development practices by creating backups before file modifications and providing a detailed 'Gap-Report' of all changes and manual actions required.
Audit Metadata