react-pdf

Warn

Audited by Runlayer on Feb 23, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
78%
Files
4
Flagged
4
Chunks
9
Flagged Files (4)
SKILL.mdHIGH
78.3%

Malicious tool definition detected

Tool: SKILL.md [1/2] Description: --- name: react-pdf description: "Generate PDF documents using React-PDF library (@react-pdf/renderer).

Tool: SKILL.md [2/2] Description: Fixed Headers/Footers ```tsx <Page size="A4"> <View fixed style={{ position: "absolute", top: 20, left: 30, right: 30 }}> <Text>Header</Text> </View> <View style={{ marginTop: 60, marginBottom: 60 }}> <Text>Content</Text> </View> <Text fixed style={{ position: "absolute", bottom: 20, left: 30, right: 30, textAlign: "center" }} render={({ pageNumber, totalPages }) => `Page ${pageNumber} of ${totalPages}`} /> </Page> ``` ## Page Breaks and Wrapping ```tsx <View br

assets/example-template.tsxHIGH
78.3%

Malicious tool definition detected

Tool: assets/example-template.tsx Description: import React from "react"; import { Document, Page, Text, View, StyleSheet, renderToFile } from "@react-pdf/renderer"; const styles = StyleSheet.create({ page: { flexDirection: "column", backgroundColor: "#fff", padding: 40, paddingBottom: 60 }, title: { fontSize: 24, marginBottom: 20, fontWeight: "bold" }, text: { fontSize: 12, lineHeight: 1.5, marginBottom: 8 }, section: { marginBottom: 20 }, // wrap={false} on the parent View makes this block unb

references/components.mdHIGH
78.3%

Malicious tool definition detected

Tool: references/components.md [1/2] Description: # Component Reference ## Document Root component representing the PDF document.

Tool: references/components.md [2/2]

references/google-fonts.txtHIGH
78.3%

Malicious tool definition detected

Tool: references/google-fonts.txt [1/4]

Tool: references/google-fonts.txt [2/4]

Tool: references/google-fonts.txt [3/4]

Tool: references/google-fonts.txt [4/4]

Audit Metadata
Max File Score
78%
Classification
UNKNOWN_SERVER
Files Scanned
4
Files Flagged
4
Chunks Analyzed
9
Analyzed
Feb 23, 2026, 11:18 AM
Security Audit — runlayer — react-pdf