PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: preinstall="node scripts/zip-assets.mjs unzip"

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
11,388Mainstream · −50% score
Versions published
196Mature · −50% score
First published
Mar 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 bytes14,714,283
Previous version1.82.2
Published2026-06-08T15:59:42.560Z
SHA-256313f7a45fdec6e84cc20cc7d31d4c9daef6c5c871202bffd66cfbfeb23988802

Why flagged

What the scanner saw

Install-time lifecycle script: preinstall="node scripts/zip-assets.mjs unzip"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpreinstall="node scripts/zip-assets.mjs unzip"5

Manifest

Package metadata

Scripts28
  • buildrimraf dist tsconfig.tsbuildinfo && tsc -b && chmod +x dist/index.js && npm run copy-docs
  • checknpm run lint && npm run format:check
  • copy-docsmkdir -p dist/tools/documentation/uploads dist/scripts && cp -f src/tools/documentation/uploads/documents.json dist/tools/documentation/uploads/documents.json 2>/dev/null || true && cp -f src/tools/documentation/uploads/embeddings-*.json dist/tools/documentation/uploads/ 2>/dev/null || true && cp -f src/scripts/rag-eval-dataset.json dist/scripts/rag-eval-dataset.json 2>/dev/null || true
  • devnpx fastmcp dev src/index.js
  • dev:builtnode dist/index.js
  • eval-docsnode dist/scripts/eval-documentation-rag.js
  • formatprettier --write "src/**/*.{ts,js,json}"
  • format:checkprettier --check "src/**/*.{ts,js,json}"
  • generate-cachenode dist/scripts/generate-embeddings-cache.js
  • index-docsnode dist/scripts/simple-index-documentation.js
  • inspectnpx fastmcp inspect src/index.js
  • inspect:builtnpx @modelcontextprotocol/inspector node dist/index.js
  • linteslint src --ext .ts
  • lint:fixeslint src --ext .ts --fix
  • preinstallnode scripts/zip-assets.mjs unzip
  • prepublishOnlynpm run build && npm run generate-cache
  • query-docsnode dist/scripts/simple-query-documentation.js
  • startnode dist/index.js
  • start:httpStreamnode dist/index.js --httpStream
  • start:httpStream:portnode dist/index.js --httpStream --port=
  • start:stdionode dist/index.js
  • sync-versionnode scripts/sync-version.mjs
  • testNODE_OPTIONS=--experimental-vm-modules jest
  • test:locatorsNODE_OPTIONS=--experimental-vm-modules jest src/tests/generate-all-locators.test.ts
  • unzip-assetsnode scripts/zip-assets.mjs unzip
  • verify:namesnode scripts/verify-names.mjs
  • versionnpm run sync-version
  • zip-assetsnode scripts/zip-assets.mjs zip
Dependencies22
  • @appium/support^7.0.2
  • @langchain/classic^1.0.10
  • @langchain/core^1.1.17
  • @langchain/textsplitters^1.0.1
  • @modelcontextprotocol/sdk^1.22.0
  • @xenova/transformers^2.17.2
  • @xmldom/xmldom^0.9.8
  • appium-adb^15.0.0
  • appium-ios-device^3.1.0
  • appium-uiautomator2-driver^7.0.0
  • appium-webdriveragent^12.1.1
  • appium-xcuitest-driver^11.0.0
  • applesign^5.0.0
  • fast-xml-parser^5.2.3
  • fastmcp^4.0.0
  • ios-mobileprovision-finder^1.2.1
  • langchain^1.1.6
  • node-simctl^8.0.4
  • rimraf^6.0.1
  • webdriver^9.23.0
  • xpath^0.0.34
  • zod^4.3.6