Resume Html
Security checks across static analysis, malware telemetry, and agentic risk
Overview
This skill coherently generates HTML/PDF resumes and shows no artifact-backed malicious behavior, though it asks users to install Playwright/Chromium for PDF export.
This appears safe for its stated purpose. Before installing, note that PDF export requires installing Playwright and Chromium, and remember that generated resume files may contain personal information such as contact details and photos.
Static analysis
No static analysis findings were reported for this release.
VirusTotal
VirusTotal findings are pending for this skill version.
Risk analysis
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Installing the skill's PDF-export tooling may add third-party software to the user's environment.
This setup command installs an external Python package and downloads a browser runtime. That is expected for PDF export via Playwright, but it is still a supply-chain/provenance point users should notice before running.
dependencies: "pip install playwright && playwright install chromium"
Install Playwright/Chromium only if PDF export is needed, preferably in a project or virtual environment, and use trusted package indexes.
