PkgRadar

Package evidence

[email protected]

Obfuscation Density: high encoded/escaped-token density

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.

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 bytes205,561
Previous version7.5.0
Published2026-05-21T17:26:12.759Z
SHA-2569a054213bf1aa98165a11f34494c9cc36815efebb660751409e7277217c4e727

Why flagged

What the scanner saw

Obfuscation Density: high encoded/escaped-token density

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/npm-shrinkwrap.jsonhigh encoded/escaped-token density12
mediumRemote Payloadpackage/scripts/run-functional-tests.shmatched "curl "12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/npm-shrinkwrap.jsonhigh encoded/escaped-token density12
mediumRemote Payloadpackage/scripts/run-functional-tests.shmatched "curl "12
lowInstall-time lifecycle scriptpackage.jsonprepare="npm run rebuild"4

Manifest

Package metadata

Scripts17
  • buildtsc -b
  • cleannpm run build -- --clean
  • devnpm run build -- --watch
  • e2e-test:commandsmocha --exit --timeout 10m "./test/functional/commands"
  • e2e-test:commands:findmocha --exit --timeout 10m "./test/functional/commands/find"
  • e2e-test:commands:generalmocha --exit --timeout 10m "./test/functional/commands/general"
  • e2e-test:commands:keyboardmocha --exit --timeout 10m "./test/functional/commands/keyboard"
  • e2e-test:drivermocha --exit --timeout 10m "./test/functional/driver-e2e-specs.ts"
  • formatprettier -w ./lib ./test
  • format:checkprettier --check ./lib ./test
  • linteslint .
  • lint:commitcommitlint
  • lint:fixnpm run lint -- --fix
  • preparenpm run rebuild
  • rebuildnpm run clean; npm run build
  • resetnode ./scripts/reset.js
  • testmocha --exit --timeout 1m "./test/unit/**/*-specs.ts"
Dependencies9
  • appium-adb^15.0.0
  • appium-android-driver^13.2.3
  • appium-uiautomator2-server^10.1.0
  • asyncbox^6.0.1
  • axios^1.16.0
  • css-selector-parser^3.0.0
  • io.appium.settings^7.1.3
  • portscanner^2.2.0
  • teen_process^4.0.4