PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="node scripts/postinstall.mjs"

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
66
Versions published
21
First published
Mar 2026
Publisher
mnaoumov

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":"review"}'

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":"review"}'
Publishermnaoumov
Artifact bytes924,631
Previous version3.0.0
Published2026-06-08T23:07:41.857Z
SHA-256331bee97524426422befa99eed7ca063b5ece5882ad764f4546a96074510b801

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node scripts/postinstall.mjs"

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
3.1.0Version
Status history (1 event)
  1. newavailable · risk review · score 5 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.mjs"5

Manifest

Package metadata

Scripts22
  • buildjiti scripts/build.ts
  • build:cleanjiti scripts/build-clean.ts
  • build:compilejiti scripts/build-compile.ts
  • build:compile:typescriptjiti scripts/build-compile-typescript.ts
  • build:generate:indicesjiti scripts/build-generate-indices.ts
  • build:libjiti scripts/build-lib.ts
  • build:typesjiti scripts/build-types.ts
  • commitjiti scripts/commit.ts
  • formatjiti scripts/format.ts
  • format:checkjiti scripts/format-check.ts
  • lintjiti scripts/lint.ts
  • lint:fixjiti scripts/lint-fix.ts
  • lint:mdjiti scripts/lint-md.ts
  • lint:md:fixjiti scripts/lint-md-fix.ts
  • postinstallnode scripts/postinstall.mjs
  • preparejiti scripts/prepare.ts
  • spellcheckjiti scripts/spellcheck.ts
  • testjiti scripts/test.ts
  • test:coveragejiti scripts/test-coverage.ts
  • test:jestjiti scripts/test-jest.ts
  • test:watchjiti scripts/test-watch.ts
  • versionjiti scripts/version.ts
Dependencies5
  • @codemirror/state6.5.0
  • @codemirror/view6.38.6
  • moment2.29.4
  • turndown^7.2.4
  • yaml^2.9.0