Package evidence
@1kbgz/[email protected]
New Account With Lifecycle Hook: package first published 0 day(s) ago, 1 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.
- Versions published
- 1
- First published
- Jun 2026
- Publisher
- timkpaine
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":["@1kbgz/[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":["@1kbgz/[email protected]"],"fail_on":"high"}'Why flagged
What the scanner saw
New Account With Lifecycle Hook: package first published 0 day(s) ago, 1 total version(s), has lifecycle hook
1 candidate cluster(s) currently reference this release.
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 5 · status changed
Related candidates
Linked campaigns and clusters
New Account With Lifecycle Hook — package first published 0 day(s) ago, 1 total version(s), has lifecycle hook
290 members · evidence strength 89New Account With Lifecycle Hook — package first published 0 day(s) ago, 1 total version(s), has lifecycle hook
290 members · max score 95Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | New Account With Lifecycle Hook | package.json | package first published 0 day(s) ago, 1 total version(s), has lifecycle hook | 25 |
Show all 2 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | New Account With Lifecycle Hook | package.json | package first published 0 day(s) ago, 1 total version(s), has lifecycle hook | 25 |
| low | Install-time lifecycle script | package.json | preinstall="npx only-allow pnpm" | 5 |
Manifest
Package metadata
Scripts21
buildnpm-run-all build:rust build:wasm-bindgen build:prodbuild:debugnode build.mjs --debugbuild:prodnode build.mjsbuild:rustcargo build --release --all-features --target wasm32-unknown-unknownbuild:wasm-bindgenwasm-bindgen ../target/wasm32-unknown-unknown/release/transports.wasm --out-dir ./dist/pkg --target webcleanrm -rf dist lib playwright-report ../transports/extensiondevnpm-run-all -p start watchfixnpm-run-all fix:*fix:jsprettier --write "src/**/*.{js,ts,jsx,tsx,css}" "tests/**/*.{js,ts,jsx,tsx}" "*.mjs" "*.json"fix:rustcargo fmt --alllintnpm-run-all lint:*lint:jsprettier --check "src/**/*.{js,ts,jsx,tsx,css}" "tests/**/*.{js,ts,jsx,tsx}" "*.mjs" "*.json"lint:rustcargo clippy --all-features && cargo fmt --all -- --checkpreinstallnpx only-allow pnpmsetupcargo install -f wasm-bindgen-cli --version 0.2.121 --lockedstarthttp-server -p 3000 -o examples/start:testshttp-server -p 3000testnpm-run-all test:rust test:jstest:jsplaywright testtest:rustcargo test -- --show-outputwatchnodemon --watch src -e ts,css,html --exec "pnpm build:debug"