PkgRadar

Package evidence

[email protected]

Install Lifecycle Suppresses Failure: postinstall="playwright install chromium || 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.

Versions published
42Established · −30% score
First published
Oct 2025
Publisher
codymoore

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"}'
Publishercodymoore
Artifact bytes246,449
Previous version3.4.0
Published2026-04-28T01:03:19.828Z
SHA-256e40b9e6e6c98f3dafb51513eeb35f203617bd441c9e35ecc1c30f44710df99a9

Why flagged

What the scanner saw

Install Lifecycle Suppresses Failure: postinstall="playwright install chromium || true"

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

Availability ledger

available

high
Last checked
highRisk
17Score
3.5.0Version
Status history (1 event)
  1. 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="playwright install chromium || true"20
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="playwright install chromium || true"20
lowInstall-time lifecycle scriptpackage.jsonpostinstall="playwright install chromium || true"5

Manifest

Package metadata

Scripts20
  • buildtsc
  • devtsx src/cli.ts
  • formatprettier --write "src/**/*.ts" "*.md" "*.json" "*.yml"
  • format:checkprettier --check "src/**/*.ts" "*.md" "*.json" "*.yml"
  • linteslint src --ext .ts
  • lint:fixeslint src --ext .ts --fix
  • postinstallplaywright install chromium || true
  • preparehusky
  • prepublishOnlypnpm run build
  • releasesemantic-release
  • startnode dist/cli.js
  • testvitest run
  • test:allpnpm run test:unit && pnpm run test:integration
  • test:coveragevitest run --coverage
  • test:coverage:integrationvitest run --config vitest.config.integration.ts --coverage
  • test:integrationvitest run --config vitest.config.integration.ts
  • test:uivitest --ui
  • test:unitvitest run --config vitest.config.ts
  • test:watchvitest watch
  • typechecktsc --noEmit
Dependencies19
  • @clack/prompts^0.8.2
  • adm-zip^0.5.16
  • axios^1.7.9
  • chalk^5.3.0
  • cli-table3^0.6.5
  • commander^12.1.0
  • cors^2.8.5
  • date-fns^4.1.0
  • dotenv^16.4.7
  • express^4.21.2
  • fast-glob^3.3.2
  • filenamify^6.0.0
  • node-cron^3.0.3
  • ora^8.1.1
  • p-limit^7.2.0
  • playwright^1.49.1
  • playwright-extra^4.3.6
  • puppeteer-extra-plugin-stealth^2.11.2
  • zod^3.23.8