use-dom
Pass
Audited by Gen Agent Trust Hub on Sep 6, 2026
Risk Level: SAFE
Full Analysis
- Framework Integration: The skill provides detailed instructions on using the
'use dom'directive within Expo projects. This is a standard development pattern for integrating web-based components into native mobile applications. - Bridge Communication: The documentation demonstrates how to pass native functions to webviews to enable cross-environment communication. This is a standard feature of the framework used for bridging functionality between native and web contexts.
- Third-Party Library Integration: The examples include common and well-regarded libraries such as
rechartsandreact-syntax-highlighter. These are established tools in the React ecosystem for data visualization and syntax highlighting. - Data Handling Considerations: The skill describes how to pass data from the native environment into the DOM component's webview. In production applications, it is a standard practice to ensure that any dynamic content processed by these components is properly handled according to the application's security requirements.
Audit Metadata