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.
- Versions published
- 30
- First published
- Mar 2026
- Publisher
- shaun0927
Recommended action
Looks clean — keep monitoringNo high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.
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
No high-signal static finding in the saved report.
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 low · score 0 · status changed
Evidence
Static findings
No findings stored for this release.
Manifest
Package metadata
Scripts29
audit:allnpm auditaudit:all:jsonnpm audit --jsonaudit:prodnpm audit --omit=devaudit:prod:jsonnpm audit --omit=dev --jsonbuildnpm run clean && npm run build:src && npm run build:cli && npm run build:ax-bridge-native && npm run build:ax-bridge-cli && npm run build:sim-hid-bridge-native && npm run build:sim-hid-bridge-cli && npm run build:cursor-monitorbuild:ax-bridge-cliwebpack --config webpack.config.js --config-name ax-bridge-cli && chmod +x dist/ax-bridgebuild:ax-bridge-nativeswiftc -O src/native/ax-bridge.swift -o dist/ax-bridge-native && (codesign --sign - dist/ax-bridge-native || echo 'ax-bridge-native: ad-hoc codesign failed, keeping unsigned binary (still runnable for AX queries against booted simulators)') || echo 'ax-bridge-native: swiftc compilation failed, falling back to swift interpreter at runtime'build:cliwebpack --config webpack.config.js --config-name cli && chmod +x dist/cli/index.jsbuild: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-bridge-cliwebpack --config webpack.config.js --config-name sim-hid-bridge-cli && chmod +x dist/sim-hid-bridgebuild:sim-hid-bridge-nativeswiftc -O src/native/sim-hid-bridge.swift -o dist/sim-hid-bridge-native && (codesign --sign - dist/sim-hid-bridge-native || echo 'sim-hid-bridge-native: ad-hoc codesign failed, keeping unsigned binary (still runnable for HID dispatch)') || echo 'sim-hid-bridge-native: 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 audit:prod && npm 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.jsverify:issue-10-healthyts-node --transpile-only --skip-project -O '{"module":"commonjs","moduleResolution":"node","target":"ES2022","esModuleInterop":true,"strict":true}' scripts/verify-issue-10-healthy.ts
Dependencies4
commander^12.0.0pixelmatch^7.1.0pngjs^6.0.0ws^8.21.0