Package evidence
[email protected]
New Account With Lifecycle Hook: package first published 87 day(s) ago, 10 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
- 453
- Versions published
- 10
- First published
- Mar 2026
- Publisher
- GitHub ActionsTrusted automation · −70% score
Effective trust discount applied: −70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.
Recommended action
Review before promotingMixed 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"}'Why flagged
What the scanner saw
New Account With Lifecycle Hook: package first published 87 day(s) ago, 10 total version(s), has lifecycle hook
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 review · score 1 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | New Account With Lifecycle Hook | package.json | package first published 87 day(s) ago, 10 total version(s), has lifecycle hook | 10 |
Show all 2 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | New Account With Lifecycle Hook | package.json | package first published 87 day(s) ago, 10 total version(s), has lifecycle hook | 10 |
| low | Install-time lifecycle script | package.json | preinstall="node ./scripts/check-node-version.cjs" | 5 |
Manifest
Package metadata
Scripts39
bench:allnpm run bench:media && npm run bench:binary && npm run bench:crypto && npm run bench:store:memorybench:binarynode --expose-gc --import tsx bench/binary-codec.bench.tsbench:commentnode ./scripts/build-bench-comment.cjsbench:cryptonode --expose-gc --import tsx bench/crypto-core.bench.tsbench:medianode --expose-gc --import tsx bench/media-streaming.bench.tsbench:store:memorynode --expose-gc --import tsx bench/store-memory.bench.tsbuildnpm run clean && npm run build:cjs && npm run build:esm && npm run build:types && npm run build:esm:finalizebuild:cjstsc -p tsconfig.build.cjs.json && tsc-alias -p tsconfig.build.cjs.jsonbuild:esmtsc -p tsconfig.build.esm.json && tsc-alias -p tsconfig.build.esm.jsonbuild:esm:finalizenode ./scripts/finalize-esm-build.cjs --proto-bridgebuild:packagesturbo run buildbuild:typestsc -p tsconfig.build.types.json && tsc-alias -p tsconfig.build.types.jsonchangesetchangesetchangeset:statuschangeset status --verbosecleannode -e "require('node:fs').rmSync('dist', { recursive: true, force: true })"exampletsx examples/example.tsformatprettier . --writeformat:checkprettier . --checklinteslint . --ext .ts,.js,.cjslint:fixeslint . --ext .ts,.js,.cjs --fixpreinstallnode ./scripts/check-node-version.cjsprepacknpm run buildproto:generatenode ./scripts/generate-proto.cjsrelease:publishnpm run build && npm run build:packages && changeset publishtestnpm run test:structure && node --import tsx --test --test-skip-pattern "\\[flow\\]" "src/**/__tests__/**/*.test.ts"test:coveragenpm run test:structure && c8 --all --include "src/**/*.ts" --exclude "src/**/*.d.ts" --exclude "src/**/__tests__/**" --exclude "src/**/types.ts" --exclude "src/store/contracts/**/*.ts" --reporter text --reporter html --reporter lcov node --import tsx --test --test-skip-pattern "\\[flow\\]" "src/**/__tests__/**/*.test.ts"test:coverage:opennode -e "require('node:child_process').execSync(process.platform === 'win32' ? 'start coverage\\index.html' : process.platform === 'darwin' ? 'open coverage/index.html' : 'xdg-open coverage/index.html', { stdio: 'inherit' })"test:flownode --import tsx --test --test-concurrency=1 "src/**/__tests__/**/*.flow.test.ts"test:flow:watchnode --import tsx --test --watch --test-concurrency=1 "src/**/__tests__/**/*.flow.test.ts"test:packagesturbo run test- …and 9 more.