
Product
Microsoft Teams Notifications Are Now Available in Socket
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.
@kpanks/scrape
Advanced tools
Praetor scrape pack — native HTTP client (no third-party fetch lib), JSON-LD extractor, sitemap walker, X.com syndication endpoint, robots-aware. Crawl4AI / Playwright / Firecrawl are optional opt-in adapters.
Native scraping for Praetor charters. SSRF-safe HTTP client by default
(blocks RFC1918, 169.254.x cloud metadata, link-local, IPv4-mapped
loopback), JSON-LD extractor, sitemap walker, X.com syndication path,
robots.txt-aware. Crawl4AI / Playwright / Firecrawl ship as opt-in
adapters; the native fetch path is the default.
npm install @kpanks/scrape
import { Scraper, FetchAdapter } from "@kpanks/scrape";
const scraper = new Scraper();
const r = await scraper.scrape({ url: "https://example.com" });
// r.body, r.text (readable extraction), r.jsonLd, r.evidence, r.warnings
nativeHttpFetch denies internal targets by default. Each redirect's
Location is re-validated; Cookie / Authorization / x-csrf-token
are stripped on cross-origin redirects. Set allowInternal: true on
the request to opt in for legitimate localhost dev work.
| Backend | When |
|---|---|
fetch | Default. Static HTML, JSON, sitemaps, robots, llms.txt. |
crawl4ai | JS-rendered pages via self-hosted Crawl4AI service. |
playwright | When you bring your own Playwright launcher. |
playwright-mcp | Bridge to a running playwright-mcp server. |
firecrawl | Paid escape hatch; charges through MnemoPay. |
Apache 2.0.
FAQs
Praetor scrape pack — native HTTP client (no third-party fetch lib), JSON-LD extractor, sitemap walker, X.com syndication endpoint, robots-aware. Crawl4AI / Playwright / Firecrawl are optional opt-in adapters.
We found that @kpanks/scrape 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.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.