
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@glasswatch/collector
Advanced tools
Outside-in client-side scan engine: scripts, third parties, headers, trackers, vulnerable libraries, tech stack, and a risk grade.
Outside-in client-side scan engine. Point it at a URL and get a structured report of what runs on the page and how risky it is — scripts and their origins, third-party network destinations, security headers, cookies and trackers, known-vulnerable libraries, tech stack, and an A–F risk grade.
Part of the Glasswatch project. Apache-2.0.
Node.js ≥ 20.
Chromium for Playwright. The collector drives a headless Chromium browser, which is downloaded separately from the npm package. Run this once after installing (and on CI):
npx playwright install chromium
Without it, the first scan fails with a "browser not found" error.
npx @glasswatch/collector https://example.com
Prints a JSON ScanResult.
import { scan } from "@glasswatch/collector";
const result = await scan("https://example.com", { enforceSsrfGuard: true });
console.log(result.grade.letter, result.trackers);
Security: when scanning untrusted, user-supplied URLs on shared infrastructure, always pass
{ enforceSsrfGuard: true }to refuse private/loopback/metadata targets.
The seed datasets in data/ (trackers.json, known-vulns.json, fingerprints.json) are intentionally small and community-maintainable. Contributions that expand coverage are welcome.
FAQs
Outside-in client-side scan engine: scripts, third parties, headers, trackers, vulnerable libraries, tech stack, and a risk grade.
We found that @glasswatch/collector 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.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.