html-to-pdf
Audited by Runlayer on Feb 21, 2026
Malicious tool definition detected
Tool: SETUP.md Description: # HTML to PDF - Setup Guide ## Prerequisites - Node.js installed ## 1.
Malicious tool definition detected
Malicious tool definition detected
Tool: package.json Description: { "name": "html-to-pdf-skill", "version": "1.0.0", "description": "Pixel-perfect HTML to PDF converter with Hebrew/RTL support using Puppeteer", "main": "scripts/html-to-pdf.js", "bin": { "html-to-pdf": "./scripts/html-to-pdf.js" }, "scripts": { "convert": "node scripts/html-to-pdf.js" },
Malicious tool definition detected
Tool: scripts/html-to-pdf.js [1/2] Description: #!/usr/bin/env node /** * HTML to PDF Converter with Hebrew/RTL Support * Uses Puppeteer for pixel-perfect rendering * * Usage: * node html-to-pdf.js <input> <output> [options] * * Input can be: * - Local HTML file path * - URL (http:// or https://) * - "-" for stdin (pipe HTML content) * * Options: * --format=<format> Page format: A4, Letter, Legal, A3, A5 (default: A4) * --landscape Use landscape orientation * --margin=<value> Set all margins (e.