react-pdf
Pass
Audited by Gen Agent Trust Hub on Sep 5, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the user to install standard development packages like
react,@react-pdf/renderer, andtsx. These are well-known, legitimate packages for the stated purpose of PDF generation and TypeScript execution. - [COMMAND_EXECUTION]: The skill uses
pdftoppmandpip install pymupdffor PDF-to-image conversion. These are standard utility tools for visual inspection of documents. - [EXTERNAL_DOWNLOADS]: The skill provides instructions for downloading Google Fonts via
curlusing URLs found in a local reference file. This is a common development task for embedding custom typography in documents and does not involve executing remote code. - [DYNAMIC_EXECUTION]: The skill uses
tsxto run TypeScript files.tsxis a standard runtime for executing TypeScript and JSX in Node.js environments, and the usage described is consistent with its intended purpose. - [DATA_EXPOSURE]: The skill focuses on local file generation and does not contain patterns for accessing sensitive system files or exfiltrating data to remote servers. All file operations (
renderToFile) are directed to local paths (e.g.,./output.pdf).
Audit Metadata