PkgRadar

Package evidence

[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
trenchwork

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"}'
Publishertrenchwork
Artifact bytes660,717
Previous versionnone
Published2026-06-14T04:51:18.632Z
SHA-256cb9fa88059e98151797887257f931897d4e9ff65a69875ca17f47f94362e6ef2

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

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

Availability ledger

available

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

Evidence

Static findings

3 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
mediumSuspicious Publish Contextmanifest{"package_age_days":0,"publisher":"trenchwork","burst_same_day":2,"burst_week":2,"lure":null,"version_anomaly":false,"new_account":false}10
Show all 3 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
mediumSuspicious Publish Contextmanifest{"package_age_days":0,"publisher":"trenchwork","burst_same_day":2,"burst_week":2,"lure":null,"version_anomaly":false,"new_account":false}10
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.cjs"5

Manifest

Package metadata

Scripts23
  • buildtsc
  • build:prodNODE_ENV=production MINIFY=true npm run build
  • build:watchtsc --watch
  • cleannode -e "const { rmSync } = require('fs'); for (const target of ['dist', '.tsbuildinfo']) { try { rmSync(target, { recursive: true, force: true, maxRetries: 10 }); } catch (error) { console.warn('Clean warning:', error.code, 'for', target); } }"
  • clinode dist/bin/deepseek.js
  • devnode --loader ts-node/esm src/bin/deepseek.ts
  • dev:watchnode --watch --loader ts-node/esm src/bin/deepseek.ts
  • linteslint src/**/*.ts --max-warnings 200
  • lint:fixeslint src/**/*.ts --fix
  • optimizenode scripts/optimize-build.mjs
  • postbuildnode scripts/postbuild.mjs
  • postinstallnode scripts/postinstall.cjs
  • prebuildnpm run clean
  • prepublishOnlynpm run build
  • pretestnpm run build
  • releasechmod +x scripts/create-release.sh && scripts/create-release.sh patch
  • release:majorchmod +x scripts/create-release.sh && scripts/create-release.sh major
  • release:minorchmod +x scripts/create-release.sh && scripts/create-release.sh minor
  • startnode dist/bin/deepseek.js
  • testjest --config jest.config.cjs
  • test:coveragejest --config jest.config.cjs --coverage
  • test:watchjest --config jest.config.cjs --watch
  • type-checktsc --noEmit
Dependencies16
  • boxen^8.0.1
  • braces^3.0.3
  • chalk^5.6.2
  • cli-spinners^3.3.0
  • gradient-string^3.0.0
  • ignore^7.0.5
  • ink^7.0.1
  • ink-spinner^5.0.0
  • marked-terminal^7.3.0
  • nanospinner1.2.2
  • open^11.0.0
  • openai^6.10.0
  • ora^9.0.0
  • react^19.2.0
  • react-devtools-core^7.0.1
  • typescript5.9.3