add-pdf-report
Pass
Audited by Gen Agent Trust Hub on Jul 29, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Standard Package Verification: The skill uses
node -eto checkpackage.jsonfor existing dependencies (expo-printandexpo-sharing). This is a common practice for verifying environment compatibility before applying changes. - Local File Handling: Generated PDFs are handled as
file://URIs, following standard mobile platform patterns for local file management. The skill correctly distinguishes between local file access and remote HTTPS requests. - Dataverse Integration: The instructions for uploading files to Dataverse correctly advise using generated service methods rather than embedding binary data in standard JSON payloads, which is a secure and efficient way to handle file data.
Audit Metadata