PkgRadar

Package evidence

@percy/[email protected]

Install Lifecycle Suppresses Failure: postinstall="node bin/postinstall.cjs || 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
193
Versions published
2
First published
May 2026
Publisher
percy-admin

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":["@percy/[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":["@percy/[email protected]"],"fail_on":"high"}'
Publisherpercy-admin
Artifact bytes11,068
Previous versionnone
Published2026-05-05T07:10:36.194Z
SHA-256bf2b7147b0060cf9d41a946a4c6ddb299d5e9c6bd14d4abf1e6ded112ac9e2e4

Why flagged

What the scanner saw

Install Lifecycle Suppresses Failure: postinstall="node bin/postinstall.cjs || true"

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

Availability ledger

available

high
Last checked
highRisk
25Score
1.0.0-beta.0Version
Status history (1 event)
  1. newavailable · risk high · score 25 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node bin/postinstall.cjs || true"20
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 36 day(s) ago, 2 total version(s), has lifecycle hook10
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node bin/postinstall.cjs || true"20
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 36 day(s) ago, 2 total version(s), has lifecycle hook10
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node bin/postinstall.cjs || true"5

Manifest

Package metadata

Scripts8
  • buildbabel src --out-dir dist
  • linteslint src/
  • postinstallnode bin/postinstall.cjs || true
  • prepacknpm run build
  • pretestcd test/fixtures && npx styleguidist build --config styleguide.config.cjs 2>/dev/null || true
  • testcross-env NODE_ENV=test NODE_OPTIONS='--loader=./test/loader.js' jasmine --config=./test/jasmine.json
  • test:coveragenyc npm test
  • test:envcross-env NODE_ENV=test NODE_OPTIONS='--loader=./test/loader.js'
Dependencies1
  • cross-spawn^7.0.6