PkgRadar

Package evidence

@digital-threads/[email protected]

Suspicious Publish Context: {"package_age_days":0,"publisher":"digital-threads","burst_same_day":2,"burst_week":2,"lure":null,"version_anomaly":false,"new_account":false}

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
9
First published
Jun 2026
Publisher
digital-threads

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":["@digital-threads/[email protected]"],"fail_on":"review"}'

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":["@digital-threads/[email protected]"],"fail_on":"review"}'
Artifact bytes988,236
Previous version0.4.1
Published2026-06-19T12:28:26.626Z
SHA-256516211ca890e9e4c1336f68550a8ba065c677e8afc58deecb6bc63f514892d32

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":0,"publisher":"digital-threads","burst_same_day":2,"burst_week":2,"lure":null,"version_anomaly":false,"new_account":false}

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

Availability ledger

available

review
Last checked
reviewRisk
10Score
0.4.2Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumSuspicious Publish Contextmanifest{"package_age_days":0,"publisher":"digital-threads","burst_same_day":2,"burst_week":2,"lure":null,"version_anomaly":false,"new_account":false}10

Manifest

Package metadata

Scripts12
  • buildnpm run check:ds && tsc -p tsconfig.json && npm run build:web && npm run copy:manifests
  • build:hosttsc -p tsconfig.json
  • build:webtsc --noEmit -p web/tsconfig.json && vite build web
  • check:dsnode web/scripts/check-design-system.mjs
  • copy:manifestsnode scripts/copy-manifests.mjs
  • devbun run src/cli.tsx
  • postpacknode scripts/prepare-publish.mjs --restore
  • prepacknode scripts/prepare-publish.mjs --prepack
  • prepublishOnlynpm run build
  • releasenode scripts/release.mjs
  • startnode dist/cli.js
  • testvitest run
Dependencies7
  • @digital-threads/aimux^0.15.0
  • @hono/node-server^2.0.5
  • better-sqlite3^12.10.1
  • hono^4.12.25
  • ink^7.0.1
  • react^19.2.5
  • yaml^2.8.3