PkgRadar

Package evidence

[email protected]

New Account With Lifecycle Hook: package first published 37 day(s) ago, 8 total version(s), has lifecycle hook

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
190
Versions published
8
First published
May 2026
Publisher
tecson

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"}'
Publishertecson
Artifact bytes25,446
Previous version1.3.0
Published2026-05-28T05:00:47.391Z
SHA-2566dfc9327c744f6623643edcf6e2dd7e2bc084a15592a0a32326d4ce305e47014

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 1.3.1 vs 1.3.0: "npx playwright install chromium"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 1.3.1 vs 1.3.0: "npx playwright install chromium"40
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 37 day(s) ago, 8 total version(s), has lifecycle hook10
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 1.3.1 vs 1.3.0: "npx playwright install chromium"40
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 37 day(s) ago, 8 total version(s), has lifecycle hook10
lowInstall-time lifecycle scriptpackage.jsonpostinstall="npx playwright install chromium"5

Manifest

Package metadata

Scripts10
  • buildtsc -p tsconfig.json && sh scripts/postbuild.sh && chmod +x dist/cli/index.js
  • checktsc -p tsconfig.json --noEmit
  • formatprettier . --write
  • lintnpm run lint:pii && prettier --check .
  • lint:piinode scripts/lint-pii.mjs
  • postinstallnpx playwright install chromium
  • preparehusky
  • releasesemantic-release
  • testvitest run
  • test:watchvitest
Dependencies10
  • commander^12.0.0
  • dotenv^16.0.0
  • hast-util-to-string^3.0.0
  • playwright^1.40.0
  • rehype-stringify^10.0.0
  • remark-gfm^4.0.0
  • remark-parse^11.0.0
  • remark-rehype^11.0.0
  • unified^11.0.0
  • unist-util-visit^5.0.0