PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="node ./scripts/autoinstall-extensions.js"

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
885,719Ubiquitous · −70% score
Versions published
458Mature · −50% score
First published
Jan 2013
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 bytes253,346
Previous version3.4.0
Published2026-05-07T18:33:40.218Z
SHA-256632323d86effe1d9b69df5f8e1914e98bc39f6adbaf0378e28fc76a026dfe694

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node ./scripts/autoinstall-extensions.js"

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

Availability ledger

available

review
Last checked
reviewRisk
1Score
3.4.2Version
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.jsonpostinstall="node ./scripts/autoinstall-extensions.js"5

Manifest

Package metadata

Scripts15
  • build:docsnode docs/scripts/build-docs.js
  • build:docs:clinode docs/scripts/gen-cli-args-docs.js
  • build:docs:previewcross-env APPIUM_DOCS_PREVIEW=1 npm run build:docs
  • build:docs:referencenode docs/scripts/build-reference.js
  • dev:docsnpm run dev:docs:en
  • dev:docs:enappium-docs build --serve --mkdocs-yml ./docs/mkdocs-en.yml
  • dev:docs:jaappium-docs build --serve --mkdocs-yml ./docs/mkdocs-ja.yml
  • dev:docs:zhappium-docs build --serve --mkdocs-yml ./docs/mkdocs-zh.yml
  • install-docs-depsappium-docs init --no-mkdocs
  • postinstallnode ./scripts/autoinstall-extensions.js
  • publish:docscross-env APPIUM_DOCS_PUBLISH=1 npm run build:docs
  • testnpm run test:unit
  • test:e2emocha --exit --timeout 1m --slow 30s "./test/e2e/**/*.spec.ts"
  • test:smokecross-env APPIUM_HOME=./local_appium_home node ./index.js driver install uiautomator2 && cross-env APPIUM_HOME=./local_appium_home node ./index.js driver list
  • test:unitmocha "./test/unit/**/*.spec.ts"
Dependencies25
  • @appium/base-driver10.5.2
  • @appium/base-plugin3.2.4
  • @appium/docutils2.4.2
  • @appium/logger2.0.7
  • @appium/schema1.1.1
  • @appium/support7.2.2
  • @appium/types1.4.0
  • @sidvind/better-ajv-errors5.0.0
  • ajv8.20.0
  • ajv-formats3.0.1
  • argparse2.0.1
  • axios1.16.0
  • bluebird3.7.2
  • lilconfig3.1.3
  • lodash4.18.1
  • lru-cache11.3.5
  • ora5.4.1
  • package-changed3.0.0
  • resolve-from5.0.0
  • semver7.7.4
  • teen_process4.1.3
  • type-fest5.6.0
  • winston3.19.0
  • ws8.20.0
  • yaml2.8.4