html-to-pdf
Converts HTML to PDF with pixel-perfect rendering and excellent support for Hebrew and RTL languages.
Install this skill
or
88/100
Security score
The html-to-pdf skill was audited on Feb 12, 2026 and we found 12 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
low line 66
Access to hidden dotfiles in home directory
SourceSKILL.md
| 66 | cd ~/.claude/skills/html-to-pdf && npm install |
low line 73
Access to hidden dotfiles in home directory
SourceSKILL.md
| 73 | node ~/.claude/skills/html-to-pdf/scripts/html-to-pdf.js input.html output.pdf |
low line 78
Access to hidden dotfiles in home directory
SourceSKILL.md
| 78 | node ~/.claude/skills/html-to-pdf/scripts/html-to-pdf.js https://example.com page.pdf |
low line 83
Access to hidden dotfiles in home directory
SourceSKILL.md
| 83 | node ~/.claude/skills/html-to-pdf/scripts/html-to-pdf.js hebrew.html hebrew.pdf --rtl |
low line 88
Access to hidden dotfiles in home directory
SourceSKILL.md
| 88 | echo "<h1>שלום עולם</h1>" | node ~/.claude/skills/html-to-pdf/scripts/html-to-pdf.js - output.pdf --rtl |
low line 114
Access to hidden dotfiles in home directory
SourceSKILL.md
| 114 | node ~/.claude/skills/html-to-pdf/scripts/html-to-pdf.js report.html report.pdf |
low line 119
Access to hidden dotfiles in home directory
SourceSKILL.md
| 119 | node ~/.claude/skills/html-to-pdf/scripts/html-to-pdf.js doc.html doc.pdf --format=Letter --margin=1in |
low line 124
Access to hidden dotfiles in home directory
SourceSKILL.md
| 124 | node ~/.claude/skills/html-to-pdf/scripts/html-to-pdf.js invoice-he.html invoice.pdf --rtl |
low line 129
Access to hidden dotfiles in home directory
SourceSKILL.md
| 129 | node ~/.claude/skills/html-to-pdf/scripts/html-to-pdf.js slides.html slides.pdf --landscape --format=A4 |
low line 134
Access to hidden dotfiles in home directory
SourceSKILL.md
| 134 | node ~/.claude/skills/html-to-pdf/scripts/html-to-pdf.js poster.html poster.pdf --margin=0 |
low line 78
External URL reference
SourceSKILL.md
| 78 | node ~/.claude/skills/html-to-pdf/scripts/html-to-pdf.js https://example.com page.pdf |
low line 152
External URL reference
SourceSKILL.md
| 152 | <link href="https://fonts.googleapis.com/css2?family=Heebo:wght@400;700&display=swap" rel="stylesheet"> |
Scanned on Feb 12, 2026
View Security DashboardGitHub Stars 55
Rating
5.02
Rate this skill
Categorydevelopment
UpdatedMay 13, 2026
NeverSight/skills_feed