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 updateStatic 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"}'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
Status history (1 event)
- new → available · risk high · score 30 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install-time lifecycle script | package.json | postinstall="node scripts/postinstall.mjs" | 30 |
Manifest
Package metadata
Scripts11
build:typestsc -p tsconfig.build.jsoncleanrm -rf @types *.tsbuildinfofixpnpm lint:es:fix && pnpm lint:md:fixlintpnpm lint:es && pnpm lint:mdlint:eseslint .lint:es:fixpnpm lint:es --fixlint:mdprettier '**/*.md' --checklint:md:fixprettier '**/*.md' --writepjnode .projenrc.jspostinstallnode scripts/postinstall.mjstctsc --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.1command-line-args^6.0.2eslint^10.2.1eslint-config-prettier^10.1.8eslint-plugin-import-x^4.16.2eslint-plugin-perfectionist^5.9.0eslint-plugin-prettier^5.5.5eslint-plugin-react-hooks^7.1.1eslint-plugin-solid^0.14.5globals^17.5.0knitwork^1.3.0prettier^3.8.3projen^0.99.52semver^7.7.4typescript^6.0.3typescript-eslint^8.59.1