PkgRadar

Package evidence

[email protected]

Install Lifecycle Remote Or Exec: prepare="bun run build && (test -d .git && bunx prek install -t pre-push || true)"

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.

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

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":["[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":["[email protected]"],"fail_on":"high"}'
Artifact bytes402,144
Previous version1.11.9
Published2026-05-25T01:20:29.773Z
SHA-2563de19b2a5390b02e4e3be810e62e27df0cbe9d1eeed37929fa526fd52ece2576

Why flagged

What the scanner saw

Install Lifecycle Remote Or Exec: prepare="bun run build && (test -d .git && bunx prek install -t pre-push || true)"

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

Availability ledger

available

high
Last checked
highRisk
64Score
1.11.10-next.1Version
Status history (1 event)
  1. newavailable · risk high · score 64 · status changed

Related candidates

Linked campaigns and clusters

Repeated static TTPstale

Install Lifecycle Suppresses Failure — prepare="bun run build && (test -d .git && bunx prek install -t pre-push || true)"

2 members · evidence strength 62
Repeated static TTPstale

Install Lifecycle Remote Or Exec — prepare="bun run build && (test -d .git && bunx prek install -t pre-push || true)"

2 members · evidence strength 62

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonprepare="bun run build && (test -d .git && bunx prek install -t pre-push || true)"30
highInstall Lifecycle Suppresses Failurepackage.jsonprepare="bun run build && (test -d .git && bunx prek install -t pre-push || true)"20
mediumLarge Javascript Payloadpackage/dist/index.js2042177 bytes10
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonprepare="bun run build && (test -d .git && bunx prek install -t pre-push || true)"30
highInstall Lifecycle Suppresses Failurepackage.jsonprepare="bun run build && (test -d .git && bunx prek install -t pre-push || true)"20
mediumLarge Javascript Payloadpackage/dist/index.js2042177 bytes10
lowInstall-time lifecycle scriptpackage.jsonprepare="bun run build && (test -d .git && bunx prek install -t pre-push || true)"4

Manifest

Package metadata

Scripts22
  • buildshx rm -rf dist && bun build ./src/cli/index.ts --outdir ./dist --target node && shx cp -r src/templates dist/
  • checkbiome check src
  • check:fixbiome check --write src
  • devbun run src/cli/index.ts
  • docs:buildbun run docs:install && bun run --cwd docs build
  • docs:installbun install --cwd docs
  • formatbiome format --write src
  • lintbiome lint src
  • lint:fixbiome lint --write src
  • preparebun run build && (test -d .git && bunx prek install -t pre-push || true)
  • prepublishOnlytest "$ALLOW_PUBLISH" = '1' || (echo 'ERROR: Use bun run publish:next, then bun run promote:latest' && exit 1)
  • promote:latestbun scripts/tag-channel.ts latest
  • publish:latestbun run build && ALLOW_PUBLISH=1 npm publish
  • publish:nextbun run build && ALLOW_PUBLISH=1 npm publish --tag next
  • releasebun run scripts/release.ts
  • release:finalizebun run scripts/release.ts finalize
  • release:nextbun run scripts/release.ts next
  • testbun test
  • test:coveragebun test --coverage
  • test:integrationbats tests/integration/*.bats
  • test:watchbun test --watch
  • typechecktsc --noEmit
Dependencies12
  • @clack/prompts^1.0.0
  • @modelcontextprotocol/sdk^1.29.0
  • chalk^5.6.2
  • cmd-ts^0.14.3
  • execa^8.0.1
  • fast-glob^3.3.3
  • gray-matter^4.0.3
  • js-yaml^4.1.0
  • json5^2.2.3
  • micromatch^4.0.8
  • simple-git^3.30.0
  • zod^3.22.4