platform-custom-lightning-type-generate
Pass
Audited by Gen Agent Trust Hub on Jun 26, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides structured workflows for generating JSON-based configurations (schema.json, editor.json, renderer.json) for the Salesforce Lightning Platform.
- [SAFE]: All external resource references (e.g., "es_property_editors/", "lightning/", "tile/mosaic") are standard Salesforce platform components consistent with the vendor's (forcedotcom) infrastructure.
- [SAFE]: The skill utilizes platform-native metadata actions ("discoverUiComponents", "getUiComponentSchemas") to assist the agent in discovering UI blocks, which is an intended and documented use of agent capabilities for development tasks.
- [SAFE]: Data binding and interpolation are performed using standard Salesforce placeholder syntax ("{!$attrs.propertyName}"), which allows for declarative data resolution at runtime within the Salesforce security architecture.
- [SAFE]: The skill incorporates extensive defensive documentation against common deployment failures, including strict adherence to platform-specific validation rules (e.g., forbidding "$schema" keywords and enforcing "unevaluatedProperties: false").
Audit Metadata