PkgRadar

Package evidence

@merrywhether/[email protected]

Install-time lifecycle script: postinstall="node scripts/postinstall.mjs"

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.

Publisher
GitHub ActionsTrusted automation · −70% score

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

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@merrywhether/[email protected]"],"fail_on":"high"}'

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":["@merrywhether/[email protected]"],"fail_on":"high"}'
Artifact bytes11,824
Previous version6.1.0
Published2026-04-30T00:03:13.125Z
SHA-256b197f0cb72c0b4eecc2519b8383438b2d3acd864b1a1ba1840205565377addc8

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node scripts/postinstall.mjs"

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

Availability ledger

available

high
Last checked
highRisk
30Score
6.2.0Version
Status history (1 event)
  1. newavailable · risk high · score 30 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.mjs"30

Manifest

Package metadata

Scripts11
  • build:typestsc -p tsconfig.build.json
  • cleanrm -rf @types *.tsbuildinfo
  • fixpnpm lint:es:fix && pnpm lint:md:fix
  • lintpnpm lint:es && pnpm lint:md
  • lint:eseslint .
  • lint:es:fixpnpm lint:es --fix
  • lint:mdprettier '**/*.md' --check
  • lint:md:fixprettier '**/*.md' --write
  • pjnode .projenrc.js
  • postinstallnode scripts/postinstall.mjs
  • tctsc --noEmit
Dependencies19
  • @eslint-react/eslint-plugin^4.2.3
  • @eslint/js^10.0.1
  • @typescript-eslint/eslint-plugin^8.59.1
  • @typescript-eslint/parser^8.59.1
  • command-line-args^6.0.2
  • eslint^10.2.1
  • eslint-config-prettier^10.1.8
  • eslint-plugin-import-x^4.16.2
  • eslint-plugin-perfectionist^5.9.0
  • eslint-plugin-prettier^5.5.5
  • eslint-plugin-react-hooks^7.1.1
  • eslint-plugin-solid^0.14.5
  • globals^17.5.0
  • knitwork^1.3.0
  • prettier^3.8.3
  • projen^0.99.52
  • semver^7.7.4
  • typescript^6.0.3
  • typescript-eslint^8.59.1