PkgRadar

Package evidence

[email protected]

no findings

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
1,921Niche · −30% score
Versions published
58
First published
Apr 2026
Publisher
fitchmultz

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Looks clean — keep monitoring

No 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"}'
Publisherfitchmultz
Artifact bytes456,149
Previous version0.2.50
Published2026-06-12T01:14:25.670Z
SHA-2566019efe0a6bae0f9f5f068f817dc71b6dffb5388ec738a633d612328083d6e65

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

low
Last checked
lowRisk
0Score
0.2.51Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts19
  • benchmark:agent-browsernode ./scripts/agent-browser-efficiency-benchmark.mjs
  • buildnode ./scripts/build.mjs
  • check:platform-smokenode --check platform-smoke.config.mjs && node --check scripts/platform-smoke.mjs && node --check scripts/platform-smoke/doctor.mjs && node --check scripts/platform-smoke/crabbox-runner.mjs && node --check scripts/platform-smoke/targets.mjs && node --check scripts/platform-smoke/artifacts.mjs && tsx --test test/platform-smoke.test.ts
  • docsnode ./scripts/project.mjs docs
  • doctornode ./scripts/doctor.mjs
  • prepacknpm run build
  • preparenode ./scripts/prepare.mjs
  • prepublishOnlynpm run verify -- release && npm pack --dry-run
  • smoke:platformnode scripts/platform-smoke.mjs
  • smoke:platform:allnpm run smoke:platform:doctor && node scripts/platform-smoke.mjs run --target macos,ubuntu,windows-native
  • smoke:platform:doctornode scripts/platform-smoke.mjs doctor
  • smoke:platform:macosnode scripts/platform-smoke.mjs run --target macos
  • smoke:platform:ubuntunode scripts/platform-smoke.mjs run --target ubuntu
  • smoke:platform:ubuntu-imagenode scripts/platform-smoke/build-ubuntu-image.mjs
  • smoke:platform:windows-nativenode scripts/platform-smoke.mjs run --target windows-native
  • startup-profilenode ./scripts/profile-startup.mjs
  • testnode ./scripts/build.mjs && tsx --test test/**/*.test.ts
  • typechecknode ./scripts/project.mjs verify typecheck
  • verifynode ./scripts/project.mjs verify