PkgRadar

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 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":["@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"}'
Publishertimkpaine
Artifact bytes169,030
Previous versionnone
Published2026-06-20T14:45:40.847Z
SHA-25629e96a0261d10e70d8b064fd5af9bb4cd2a9caae50d6a6e9e8bc7e07248f39f8

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

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

Related candidates

Linked campaigns and clusters

Repeated static TTPactive

New Account With Lifecycle Hook — package first published 0 day(s) ago, 1 total version(s), has lifecycle hook

290 members · evidence strength 89
Repeated static TTPcandidate

New Account With Lifecycle Hook — package first published 0 day(s) ago, 1 total version(s), has lifecycle hook

290 members · max score 95

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Account With Lifecycle Hookpackage.jsonpackage first published 0 day(s) ago, 1 total version(s), has lifecycle hook25
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Account With Lifecycle Hookpackage.jsonpackage first published 0 day(s) ago, 1 total version(s), has lifecycle hook25
lowInstall-time lifecycle scriptpackage.jsonpreinstall="npx only-allow pnpm"5

Manifest

Package metadata

Scripts21
  • buildnpm-run-all build:rust build:wasm-bindgen build:prod
  • build:debugnode build.mjs --debug
  • build:prodnode build.mjs
  • build:rustcargo build --release --all-features --target wasm32-unknown-unknown
  • build:wasm-bindgenwasm-bindgen ../target/wasm32-unknown-unknown/release/transports.wasm --out-dir ./dist/pkg --target web
  • cleanrm -rf dist lib playwright-report ../transports/extension
  • devnpm-run-all -p start watch
  • fixnpm-run-all fix:*
  • fix:jsprettier --write "src/**/*.{js,ts,jsx,tsx,css}" "tests/**/*.{js,ts,jsx,tsx}" "*.mjs" "*.json"
  • fix:rustcargo fmt --all
  • lintnpm-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 -- --check
  • preinstallnpx only-allow pnpm
  • setupcargo install -f wasm-bindgen-cli --version 0.2.121 --locked
  • starthttp-server -p 3000 -o examples/
  • start:testshttp-server -p 3000
  • testnpm-run-all test:rust test:js
  • test:jsplaywright test
  • test:rustcargo test -- --show-output
  • watchnodemon --watch src -e ts,css,html --exec "pnpm build:debug"