experience-ui-bundle-custom-app-generate
Pass
Audited by Gen Agent Trust Hub on Aug 7, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs standard Salesforce development tasks such as generating XML metadata and querying organization information via the official
sfCLI. It accesses project-level configuration files (sfdx-project.json) and existing metadata to determine the correct target paths and namespaces, which is consistent with its stated purpose of project configuration. - [COMMAND_EXECUTION]: The skill utilizes a local bash script,
scripts/resolve-uibundle-path.sh, to find existing metadata files. The script follows secure scripting practices, including the use ofset -euo pipefailand proper variable quoting to prevent shell injection vulnerabilities when handling theappNameargument.
Audit Metadata