PkgRadar

Package evidence

[email protected]

Install Lifecycle Suppresses Failure: postinstall="yarn build || 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
74
Versions published
13Established · −30% score
First published
Jul 2025
Publisher
aoneahsan

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

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":["[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":["[email protected]"],"fail_on":"high"}'
Publisheraoneahsan
Artifact bytes201,913
Previous version3.0.0
Published2025-09-06T14:10:39.058Z
SHA-25644d2926934515095a2873ced733bc5611aa7ca81eaf8e1284a056d4cf686d1f1

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 3.0.1 vs 3.0.0: "yarn build || true"

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

Availability ledger

available

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

aoneahsan

4 members · evidence strength 74

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 3.0.1 vs 3.0.0: "yarn build || true"40
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="yarn build || true"20
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 3.0.1 vs 3.0.0: "yarn build || true"40
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="yarn build || true"20
lowInstall-time lifecycle scriptpackage.jsonpostinstall="yarn build || true"5

Manifest

Package metadata

Scripts32
  • audit:fixyarn audit --fix
  • buildnpm run clean && (npm run docgen || echo 'Warning: docgen failed, continuing build...') && tsc && (rollup -c rollup.config.js || echo 'Warning: rollup failed, continuing build...')
  • build:nodocyarn clean && tsc && rollup -c rollup.config.js
  • cleanrimraf ./dist ./coverage
  • deps:checkyarn outdated
  • deps:updateyarn upgrade --latest
  • devyarn clean && tsc --watch
  • docgendocgen --api UnifiedTrackingPlugin --output-json dist/docs.json
  • eslinteslint . --ext ts
  • example:buildcd examples/react-app && yarn build
  • example:devcd examples/react-app && yarn dev
  • example:installcd examples/react-app && yarn install
  • fmtyarn eslint --fix && yarn prettier --write
  • lintyarn eslint && yarn prettier --check
  • postinstallyarn build || true
  • prepackyarn build
  • preparehusky || true
  • prepublishOnlyyarn build
  • prettierprettier "**/*.{css,html,ts,js,java,swift,md,json,yml,yaml}"
  • releaseyarn build && yarn test && yarn lint && npm publish
  • release:dryyarn build && yarn test && yarn lint && npm publish --dry-run
  • size-checkyarn build && bundlesize
  • testvitest run
  • test:coveragevitest run --coverage
  • test:uivitest --ui
  • test:watchvitest
  • type-checktsc --noEmit
  • verifyyarn verify:ios && yarn verify:android && yarn verify:web
  • verify:androidcd android && ./gradlew clean build test
  • verify:ioscd ios && pod install && xcodebuild -workspace Plugin.xcworkspace -scheme Plugin -configuration Debug CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO
  • …and 2 more.