modernize-flp-sandbox
Pass
Audited by Gen Agent Trust Hub on Aug 4, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes Git commands such as
git stashandgit checkoutto provide a rollback mechanism, ensuring project state can be restored if the migration fails. - [COMMAND_EXECUTION]: Standard shell utilities including
cp,rm, andmkdirare used to manage file backups and perform cleanup of obsolete legacy sandbox files during the consolidation process. - [EXTERNAL_DOWNLOADS]: The skill queries the NPM registry for metadata regarding
@sapui5/distribution-metadatato identify the latest stable version for automatic framework upgrades. - [REMOTE_CODE_EXECUTION]: A Python script is executed to process the JSON metadata fetched from the NPM registry, ensuring the application is upgraded to a version compatible with the New Sandbox environment.
Audit Metadata