
Research
/Security News
77 Firefox Extensions Linked to Crypto Wallet and Credential Theft
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.
@kitewright/pdf
Advanced tools
Kitewright HTML/Typst → PDF render service + CLI — run with npx, no build step. Backed by the Rust kite-pdf engine.
Run the kitewright HTML/Typst → PDF
render service + CLI with npx — no build step, no cargo. A tiny launcher that
resolves the prebuilt kite-pdf binary for your platform.
# HTTP render service (loopback by default):
npx -y @kitewright/pdf
# POST http://127.0.0.1:8091/render { "html": "<h1>hi</h1>" } → application/pdf
# one-shot CLI:
npx -y @kitewright/pdf render --html '<h1>Invoice</h1>' -o out.pdf
127.0.0.1:8091). Set KITE_PDF_BIND=0.0.0.0 to expose —
it then requires KITE_PDF_AUTH_TOKEN (or KITE_PDF_INSECURE=1) or it
refuses to start, because the endpoint fetches URLs on your behalf.urls to loopback/private/link-local/metadata hosts
are blocked (KITE_PDF_ALLOW_PRIVATE_IPS=1 for trusted networks).KITE_PDF_MAX_CONCURRENCY, default 4).The prebuilt kite-pdf binary ships as an optional per-platform dependency
(@kitewright/pdf-darwin-arm64, …); npm installs only the one for your OS/arch.
Override with KITE_PDF_BINARY=/path/to/kite-pdf. The Chromium backend uses a
system Chromium (or BROWSER_EXECUTABLE); the Typst backend is self-contained.
FAQs
Kitewright HTML/Typst → PDF render service + CLI — run with npx, no build step. Backed by the Rust kite-pdf engine.
The npm package @kitewright/pdf receives a total of 3 weekly downloads. As such, @kitewright/pdf popularity was classified as not popular.
We found that @kitewright/pdf demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.

Security News
NIST disclosed an unreleased AI tool called V-etalon and opened a broad inquiry into NVD modernization after years of automation plans produced no public enrichment system.

Security News
In his AI Council 2026 talk, Feross Aboukhadijeh covers recent package compromises, vulnerability discovery, and a more automated security model.