Scan Report
5 /100
html-to-pdf
Convert HTML files and URLs to PDF using Puppeteer
A legitimate HTML-to-PDF conversion tool using Puppeteer with no malicious behavior, obfuscation, or undeclared capabilities.
Safe to install
This skill is safe to use. No security concerns identified.
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Low | Browser resource not declared in SKILL.md Doc Mismatch | scripts/html-to-pdf.js:17 |
| Low | Dependency puppeteer not version-pinned Supply Chain | SKILL.md:64 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | WRITE | WRITE | ✓ Aligned | scripts/html-to-pdf.js:36 - path.resolve() for input; writes PDF output |
| Network | READ | READ | ✓ Aligned | scripts/html-to-pdf.js:28 - page.goto() for URL conversion; declared in SKILL.md… |
| Shell | NONE | NONE | — | No subprocess, exec, or shell command execution in implementation |
| Environment | NONE | NONE | — | No os.environ access or environment variable iteration |
| Browser | NONE | READ | ✓ Aligned | scripts/html-to-pdf.js:17 - puppeteer.launch() spawns browser; should be declare… |
File Tree
4 files · 7.4 KB · 285 lines Markdown 3f · 217L
JavaScript 1f · 68L
├─
▾
references
│ ├─
api.md
Markdown
│ └─
setup.md
Markdown
├─
▾
scripts
│ └─
html-to-pdf.js
JavaScript
└─
SKILL.md
Markdown
Dependencies 1 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
puppeteer | * | npm | No | Version not pinned in installation instructions |
Security Positives
✓ No obfuscation, base64 encoding, or anti-analysis patterns detected
✓ No credential harvesting or sensitive file/path access
✓ No data exfiltration or external IP communication beyond the declared URL conversion feature
✓ No reverse shell, C2, or persistence mechanisms
✓ Code is clean, readable, and straightforward
✓ SKILL.md documentation accurately describes all core capabilities
✓ No hidden instructions or prompt injection vectors
✓ Error handling uses standard practices without suspicious behaviors