html-to-pdf

Warn

Audited by Runlayer on Feb 21, 2026

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

Malicious tool definition detected

Tool: SETUP.md Description: # HTML to PDF - Setup Guide ## Prerequisites - Node.js installed ## 1.

SKILL.mdHIGH
78.3%

Malicious tool definition detected

package.jsonHIGH
78.3%

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" },

scripts/html-to-pdf.jsHIGH
78.3%

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.

Audit Metadata
Max File Score
78%
Classification
UNKNOWN_SERVER
Files Scanned
4
Files Flagged
4
Chunks Analyzed
6
Analyzed
Feb 21, 2026, 04:22 PM
Security Audit — runlayer — html-to-pdf