react-pdf
Audited by Runlayer on Feb 23, 2026
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
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
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]
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]