PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="node bin/postinstall.js"

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
153
Versions published
75
First published
Dec 2025
Publisher
pinpointzero73

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"}'
Artifact bytes704,631
Previous version0.27.2
Published2026-06-13T07:03:37.337Z
SHA-256c6609018ecc0841740173fb8c84b0137ce3818084a6f9a9252c030afd907fb7d

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node bin/postinstall.js"

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
0.27.3Version
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 bin/postinstall.js"5

Manifest

Package metadata

Scripts27
  • buildnpm run generate:bundles && rollup -c && node scripts/build-info.js && npm run build:metadata && npm run copy:themes && npm run build:css && npm run build:css-bundles && npm run build:archives && npm run build:kickstart-files && npm run build:miniapps
  • build:archivesnode scripts/build-archives.js
  • build:cssnode scripts/build-css.js
  • build:css-bundlesnode scripts/build-css-bundles.js
  • build:infonode scripts/build-info.js
  • build:jsrollup -c
  • build:kickstart-filesnode scripts/build-kickstart-files.js
  • build:metadatanode scripts/copy-metadata.js
  • build:miniapp:addressnode scripts/build-miniapp.js address
  • build:miniapp:garagenode scripts/build-miniapp.js garage
  • build:miniappsnode scripts/build-miniapp.js && node scripts/copy-miniapps.js
  • copy:themesnode scripts/copy-theme-css.js
  • cypress:runcypress run
  • devNODE_ENV=development npm run generate:bundles && rollup -c && node scripts/build-info.js && npm run build:metadata && npm run copy:themes && npm run build:css && npm run build:miniapps && live-server public --port=3001 --open=/index.html
  • dev:watchNODE_ENV=development npm run generate:bundles && rollup -c && node scripts/build-info.js && npm run build:metadata && npm run copy:themes && npm run build:css && npm run build:miniapps && npm run watch:miniapps
  • generate:bundlesnode scripts/generate-bundles.js
  • postinstallnode bin/postinstall.js
  • releasebash scripts/release.sh
  • release:majornpm version major && npm run release
  • release:minornpm version minor && npm run release
  • release:patchnpm version patch && npm run release
  • servenode bin/domma-cli.js serve
  • serve:3096node bin/domma-cli.js serve --port 3096
  • startnode bin/domma-cli.js serve
  • testvitest
  • test:vitestvitest
  • watch:miniappsnode scripts/watch-miniapps.js
Dependencies1
  • @fastify/cors^11.2.0
Optional dependencies1
  • live-server^1.2.0