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 promotingMixed 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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Obfuscation | package/dist/cli/124.index.js | matched "Buffer.from(b,\"base64" | 3 |
| low | Obfuscation | package/dist/990.index.js | matched "Buffer.from(b,\"base64" | 3 |
| low | Obfuscation | package/dist/cli/index.js | matched "Buffer.from(r,\"base64" | 3 |
| low | Obfuscation | package/dist/index.js | matched "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-monitorbuild: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 clibuild: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 servercleanrimraf distdevts-node --esm src/index.tslinteslint '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 || truepreparenpm run buildprepublishOnlynpm run build && npm teststartnode dist/index.jstestjest --config jest.config.jstest:cijest --config jest.ci.config.jstest:coveragejest --coveragetest: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.cjstest:integration:monitorednode scripts/run-with-cursor-monitor.js -- npm run test:integrationtest:liveOSF_LIVE=1 node scripts/run-with-cursor-monitor.js -- npm run test:integrationtest:sentineljest --config jest.sentinel.config.jstest:unitjest --config jest.config.js
Dependencies4
commander^12.0.0pixelmatch^7.1.0pngjs^6.0.0ws^8.16.0