using-mobile-native-capabilities
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and type definitions for official Salesforce platform APIs (
lightning/mobileCapabilities). - [SAFE]: All module imports and references to external packages like
@salesforce/lightning-typesare standard for the Salesforce development ecosystem and are provided by a trusted vendor. - [SAFE]: The skill encourages security best practices for mobile development, such as gating API calls behind
isAvailable()checks and handling service-specific failure codes. - [SAFE]: While the skill facilitates the ingestion of untrusted data from sensors (barcodes, NFC, etc.), this is its primary intended purpose. The documentation correctly focuses on the technical implementation and error handling within the Salesforce mobile container.
- Ingestion points: sensor data from
barcode-scanner.md,nfc.md,document-scanner.md, andlocation.md. - Boundary markers: Not explicitly defined in these technical references.
- Capability inventory: The skill enables reading from various mobile sensors and processing that data within an LWC.
- Sanitization: The skill provides the API surface but does not detail data validation, which is expected for a general API reference.
Audit Metadata