building-native-ui
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): The skill consists of instructional markdown files providing code templates for React Native development. No malicious code or exfiltration patterns were detected.
- [DATA_STORAGE] (SAFE): In
references/storage.md, the storage implementations use parameterized queries for SQLite operations (db.getAllAsync("SELECT * FROM events WHERE date > ?", ["2024-01-01"])), which is a security best practice for preventing SQL injection. - [PERMISSIONS] (SAFE): In
references/media.md, the code snippets demonstrate proper handling of sensitive permissions for the camera and microphone, ensuring users must explicitly grant access before the hardware is utilized. - [EXTERNAL_DOWNLOADS] (SAFE): The skill references standard, well-maintained libraries from the Expo and React Native ecosystems (e.g.,
expo-camera,expo-router,react-native-reanimated) and uses them for their intended UI/media purposes.
Audit Metadata