PkgRadar

Package evidence

@tmecontinue/[email protected]

Install-time lifecycle script: postinstall="node scripts/run-cleanup-update-pending.cjs"

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
42
First published
Apr 2026
Publisher
tmecontinue

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":["@tmecontinue/[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":["@tmecontinue/[email protected]"],"fail_on":"high"}'
Publishertmecontinue
Artifact bytes190,625
Previous version2.2.15-beta.2
Published2026-05-29T07:16:29.893Z
SHA-256dee15425fcd269a2063d2984c82bb56bd5abd36221900da4300afa8607c7418b

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 2.2.15-beta.3 vs 2.2.15-beta.2: "node scripts/run-cleanup-update-pending.cjs"

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

Availability ledger

not present

status
Last checked
noneRisk
Score
2.2.15-beta.3Version

Latest scanner note: @tmecontinue/[email protected] not present in registry metadata

Status history (2 events)
  1. availablenot_present · risk none · score · @tmecontinue/[email protected] not present in registry metadata
  2. newavailable · risk high · score 45 · status changed

Evidence

Static findings

1 static · 1 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 2.2.15-beta.3 vs 2.2.15-beta.2: "node scripts/run-cleanup-update-pending.cjs"40
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 2.2.15-beta.3 vs 2.2.15-beta.2: "node scripts/run-cleanup-update-pending.cjs"40
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/run-cleanup-update-pending.cjs"5

Manifest

Package metadata

Scripts10
  • buildnpm test && node -r esbuild-register build.config.ts
  • cleanrimraf dist
  • devNODE_ENV=development NODE_OPTIONS=--openssl-legacy-provider tsx main.ts
  • dev:debugNODE_ENV=development node --inspect-brk=9229 --require tsx/cjs main.ts
  • dev:ts-nodeNODE_ENV=development ts-node main.ts
  • dev:watchNODE_ENV=development tsx watch main.ts
  • postinstallnode scripts/run-cleanup-update-pending.cjs
  • prepublishOnlynpm run clean && npm run build
  • startNODE_ENV=production node dist/tme-claude-code-internal.js
  • testnode --import tsx --test tests/*.test.ts
Dependencies4
  • @anthropic-ai/claude-code2.1.154
  • @tencent/update-notifier^0.0.1
  • open^10.0.0
  • uuid^10.0.0