experience-ui-bundle-site-generate
Pass
Audited by Gen Agent Trust Hub on Aug 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses a template-based approach to generate Salesforce metadata files (Network, CustomSite, etc.). This is a standard development workflow and does not involve any suspicious obfuscation or hidden logic.
- [SAFE]: Data resolution strategies prioritize local project configuration (
sfdx-project.json) or official Salesforce CLI queries (sf data query) to resolve environment variables, which is consistent with secure secret management and least-privilege principles. - [SAFE]: The skill specifies the use of the
sf project deploy validatecommand to verify metadata integrity before actual deployment, providing a safety check against misconfigurations. - [SAFE]: External references are limited to local documentation files within the skill's
references/directory, and no remote code execution or unauthorized network requests were detected.
Audit Metadata