add-pdf-viewer
Pass
Audited by Gen Agent Trust Hub on Jul 29, 2026
Risk Level: SAFE
Full Analysis
- Dependency Version Verification: The skill includes a step to verify that a specific version of the
@microsoft/power-apps-native-pdf-viewerpackage is already installed. This check ensures that the application environment supports the required features before generating the integration wrapper. - URL Protocol Validation: The generated TypeScript code enforces strict protocol checks, limiting input to
https://andfile://URIs. This validation helps ensure that the native module is not invoked with unsupported or potentially problematic URL schemes. - Environment Integrity Checks: Before making changes, the skill confirms the existence of core project files like
app.config.jsandpackage.json. It relies on the local environment for type-checking and does not perform any remote script execution or external downloads.
Audit Metadata