PkgRadar

Package evidence

[email protected]

Install Lifecycle Suppresses Failure: postinstall="npx playwright install chromium 2>/dev/null || echo 'Note: Playwright browser install skipped (run npx playwright install chromium manually if scraping JS-rendered pages)'"

Trust signals

Why this verdict

PkgRadar discounts a release’s score when public reputation argues against novel malware. The verdict above already reflects these — the panel just explains what was applied.

Weekly downloads
287
Versions published
32Established · −30% score
First published
Jul 2025
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

Block this release in CIcurl · GitHub Actions

Fail the build when this package version is added or upgraded. Replace $PKGRADAR_TOKEN with a Pro / Team API key from your dashboard.

curl -fsS https://pkgradar.com/gate/npm \
  -H "Authorization: Bearer $PKGRADAR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"specs":["[email protected]"],"fail_on":"review"}'

GitHub Actions step:

- name: PkgRadar gate
  run: |
    curl -fsS https://pkgradar.com/gate/npm \
      -H "Authorization: Bearer ${{ secrets.PKGRADAR_TOKEN }}" \
      -H "Content-Type: application/json" \
      -d '{"specs":["[email protected]"],"fail_on":"review"}'
Artifact bytes314,900
Previous version6.3.0
Published2026-05-07T20:08:47.546Z
SHA-25611e3d0e278fb2d4b5cb1f311afe560328c5c0ee15374b43640259ca6075ff6ae

Why flagged

What the scanner saw

Install Lifecycle Suppresses Failure: postinstall="npx playwright install chromium 2>/dev/null || echo 'Note: Playwright browser install skipped (run npx playwright install chromium manually if scraping JS-rendered pages)'"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
7Score
6.3.1Version
Status history (1 event)
  1. newavailable · risk review · score 7 · status changed

Evidence

Static findings

2 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="npx playwright install chromium 2>/dev/null || echo 'Note: Playwright browser install skipped (run npx playwright install chromium manually if scraping JS-rendered pages)'"20
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="npx playwright install chromium 2>/dev/null || echo 'Note: Playwright browser install skipped (run npx playwright install chromium manually if scraping JS-rendered pages)'"20
lowInstall-time lifecycle scriptpackage.jsonpostinstall="npx playwright install chromium 2>/dev/null || echo 'Note: Playwright browser install skipped (run npx playwright install chromium manually if scraping JS-rendered pages)'"5

Manifest

Package metadata

Scripts24
  • buildtsc
  • devtsx watch src/server.ts
  • inspectnpx @modelcontextprotocol/inspector node dist/server.js
  • postbuildnode -e "const f='dist/server.js';const c=require('fs').readFileSync(f,'utf8');if(!c.startsWith('#!'))require('fs').writeFileSync(f,'#!/usr/bin/env node\n'+c)"
  • postinstallnpx playwright install chromium 2>/dev/null || echo 'Note: Playwright browser install skipped (run npx playwright install chromium manually if scraping JS-rendered pages)'
  • preparenpm run build
  • prepublishOnlynpm run build && npm test
  • startnode dist/server.js
  • testnode --experimental-vm-modules --no-deprecation node_modules/jest/bin/jest.js
  • test:benchmarknode --experimental-vm-modules --no-deprecation node_modules/jest/bin/jest.js --testPathPattern=benchmark --verbose
  • test:coveragenode --experimental-vm-modules --no-deprecation node_modules/jest/bin/jest.js --coverage
  • test:e2enpm run build && npm run test:e2e:stdio && npm run test:e2e:sse && npm run test:e2e:youtube
  • test:e2e:inspectornode tests/e2e/mcp-inspector-e2e.mjs
  • test:e2e:markdownnode --no-warnings tests/e2e/markdown-negotiation-e2e.mjs
  • test:e2e:orphannode --no-deprecation tests/e2e/orphan-cleanup-e2e.mjs
  • test:e2e:sse./scripts/run-sse-test.sh
  • test:e2e:stdionode tests/e2e/e2e_stdio_mcp_client_test.mjs
  • test:e2e:timeoutnpm run build && node --no-deprecation tests/e2e/comprehensive_timeout_test.js
  • test:e2e:youtubenode tests/e2e/youtube-transcript-e2e.mjs
  • test:fixnode --experimental-vm-modules --no-deprecation node_modules/jest/bin/jest.js --no-cache
  • test:integrationnpm test -- --testPathPattern=server-integration
  • test:unitnpm test -- --testPathPattern=spec --testPathIgnorePatterns=server-integration
  • test:verbosenode --experimental-vm-modules --no-deprecation node_modules/jest/bin/jest.js --verbose
  • test:warningsnode --experimental-vm-modules node_modules/jest/bin/jest.js
Dependencies15
  • @danielxceron/youtube-transcript^1.2.6
  • @modelcontextprotocol/sdk^1.26.0
  • cheerio1.0.0-rc.12
  • cors^2.8.5
  • crawlee^3.13.2
  • express^5.1.0
  • express-rate-limit^8.3.1
  • jsonwebtoken^9.0.2
  • jszip^3.10.1
  • jwks-rsa^3.2.0
  • mammoth^1.11.0
  • node-fetch^3.3.2
  • pdf-parse^2.4.5
  • playwright^1.58.2
  • zod^3.25.0