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 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":["[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"}'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
Status history (1 event)
- new → available · risk high · score 17 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install Lifecycle Suppresses Failure | package.json | postinstall="playwright install chromium || true" | 20 |
Show all 2 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install Lifecycle Suppresses Failure | package.json | postinstall="playwright install chromium || true" | 20 |
| low | Install-time lifecycle script | package.json | postinstall="playwright install chromium || true" | 5 |
Manifest
Package metadata
Scripts20
buildtscdevtsx src/cli.tsformatprettier --write "src/**/*.ts" "*.md" "*.json" "*.yml"format:checkprettier --check "src/**/*.ts" "*.md" "*.json" "*.yml"linteslint src --ext .tslint:fixeslint src --ext .ts --fixpostinstallplaywright install chromium || truepreparehuskyprepublishOnlypnpm run buildreleasesemantic-releasestartnode dist/cli.jstestvitest runtest:allpnpm run test:unit && pnpm run test:integrationtest:coveragevitest run --coveragetest:coverage:integrationvitest run --config vitest.config.integration.ts --coveragetest:integrationvitest run --config vitest.config.integration.tstest:uivitest --uitest:unitvitest run --config vitest.config.tstest:watchvitest watchtypechecktsc --noEmit
Dependencies19
@clack/prompts^0.8.2adm-zip^0.5.16axios^1.7.9chalk^5.3.0cli-table3^0.6.5commander^12.1.0cors^2.8.5date-fns^4.1.0dotenv^16.4.7express^4.21.2fast-glob^3.3.2filenamify^6.0.0node-cron^3.0.3ora^8.1.1p-limit^7.2.0playwright^1.49.1playwright-extra^4.3.6puppeteer-extra-plugin-stealth^2.11.2zod^3.23.8