PkgRadar

Package evidence

@openrouter/[email protected]

Install Lifecycle Suppresses Failure: postinstall="node scripts/check-types.js || true"

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
475,030Ubiquitous · −70% score
Versions published
108Established · −30% score
First published
Sep 2025
Publisher
mattapperson-or

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":["@openrouter/[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":["@openrouter/[email protected]"],"fail_on":"review"}'
Artifact bytes352,564
Previous version0.12.34
Published2026-05-06T22:50:27.700Z
SHA-2566e7ae39bf21176f955c1f237ad8bfe6aa8492427507faff57eef01be866568df

Why flagged

What the scanner saw

Install Lifecycle Suppresses Failure: postinstall="node scripts/check-types.js || true"

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

Availability ledger

available

review
Last checked
reviewRisk
7Score
0.12.35Version
Status history (2 events)
  1. availableavailable · risk review · score 7 · status available -> available, risk high -> review, score 17 -> 7
  2. newavailable · risk high · score 17 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node scripts/check-types.js || true"20
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node scripts/check-types.js || true"20
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/check-types.js || true"5

Manifest

Package metadata

Scripts12
  • buildtsc
  • compiletsc
  • linteslint --cache --max-warnings=0 src
  • postinstallnode scripts/check-types.js || true
  • preparenpm run build
  • prepublishOnlynpm run build
  • testvitest --run --project unit
  • test:e2evitest --run --project e2e
  • test:transitexit 0
  • test:watchvitest --watch --project unit
  • typechecktsc --noEmit
  • typecheck:transitexit 0
Dependencies1
  • zod^3.25.0 || ^4.0.0