PkgRadar

Package evidence

[email protected]

Obfuscation: matched "Buffer.from(b,\"base64"

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
44
Versions published
29
First published
Mar 2026
Publisher
shaun0927

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"}'
Publishershaun0927
Artifact bytes1,254,617
Previous version0.4.9
Published2026-04-17T14:33:40.026Z
SHA-256a8c235b9389ed906e5b57e52a8c35555253fa678d9cecf375fcc6cdd3809e5f1

Why flagged

What the scanner saw

Obfuscation: matched "Buffer.from(b,\"base64"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowObfuscationpackage/dist/cli/124.index.jsmatched "Buffer.from(b,\"base64"3
lowObfuscationpackage/dist/990.index.jsmatched "Buffer.from(b,\"base64"3
lowObfuscationpackage/dist/cli/index.jsmatched "Buffer.from(r,\"base64"3
lowObfuscationpackage/dist/index.jsmatched "Buffer.from(r,\"base64"3

Manifest

Package metadata

Scripts22
  • buildnpm run clean && npm run build:src && npm run build:cli && npm run build:ax-bridge && npm run build:sim-hid-bridge && npm run build:cursor-monitor
  • build:ax-bridgeswiftc -O src/native/ax-bridge.swift -o dist/ax-bridge && (codesign --sign - dist/ax-bridge || echo 'ax-bridge: ad-hoc codesign failed, keeping unsigned binary (still runnable for AX queries against booted simulators)') || echo 'ax-bridge: swiftc compilation failed, falling back to swift interpreter at runtime'
  • build:cliwebpack --config webpack.config.js --config-name cli
  • build:cursor-monitorswiftc -O src/native/cursor-monitor.swift -o dist/cursor-monitor && (codesign --sign - dist/cursor-monitor || echo 'cursor-monitor: ad-hoc codesign failed, keeping unsigned binary') || echo 'cursor-monitor: swiftc compilation failed, falling back to swift interpreter at runtime'
  • build:sim-hid-bridgeswiftc -O src/native/sim-hid-bridge.swift -o dist/sim-hid-bridge && (codesign --sign - dist/sim-hid-bridge || echo 'sim-hid-bridge: ad-hoc codesign failed, keeping unsigned binary (still runnable for HID dispatch)') || echo 'sim-hid-bridge: swiftc compilation failed, falling back to swift interpreter at runtime'
  • build:srcwebpack --config webpack.config.js --config-name server
  • cleanrimraf dist
  • devts-node --esm src/index.ts
  • linteslint 'src/**/*.ts' 'cli/**/*.ts' 'tests/**/*.ts'
  • lint:fixeslint --fix 'src/**/*.ts' 'cli/**/*.ts' 'tests/**/*.ts'
  • postbuildcp src/native/ax-bridge.swift dist/ 2>/dev/null || true; cp src/native/sim-hid-bridge.swift dist/ 2>/dev/null || true; cp src/native/cursor-monitor.swift dist/ 2>/dev/null || true
  • preparenpm run build
  • prepublishOnlynpm run build && npm test
  • startnode dist/index.js
  • testjest --config jest.config.js
  • test:cijest --config jest.ci.config.js
  • test:coveragejest --coverage
  • test:integrationjest --preset ts-jest --testEnvironment node --roots tests/integration --testPathIgnorePatterns '/node_modules/' --testPathIgnorePatterns 'webkit-connection' --testTimeout=120000 --runInBand --reporters=default --reporters=<rootDir>/tests/integration/screenshot-failure-reporter.cjs
  • test:integration:monitorednode scripts/run-with-cursor-monitor.js -- npm run test:integration
  • test:liveOSF_LIVE=1 node scripts/run-with-cursor-monitor.js -- npm run test:integration
  • test:sentineljest --config jest.sentinel.config.js
  • test:unitjest --config jest.config.js
Dependencies4
  • commander^12.0.0
  • pixelmatch^7.1.0
  • pngjs^6.0.0
  • ws^8.16.0