add-camera
Pass
Audited by Gen Agent Trust Hub on Sep 1, 2026
Risk Level: SAFE
Full Analysis
- [Local Environment Verification]: The skill performs checks on project files such as
package.json,app.config.js, andpower.config.jsonto ensure the environment is correctly initialized before proceeding. - [Dependency Validation]: A local
nodecommand is used to verify that necessary modules (expo-cameraandexpo-image-picker) are already present in the project, adhering to a policy of not installing new dependencies at runtime. - [Source Code Generation]: The skill generates TypeScript and TSX files within the
src/native/directory to provide camera, image picker, and barcode scanning capabilities. - [Dataverse Upload Utility]: It includes a helper function to facilitate the upload of captured images to Dataverse by reading local files as base64 strings, which is a standard approach for this platform integration.
Audit Metadata