PkgRadar

Package evidence

@josharsh/[email protected]

Suspicious Publish Context: {"package_age_days":0,"publisher":"josharsh","burst_same_day":2,"burst_week":4,"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
1
First published
Jun 2026
Publisher
josharsh

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":["@josharsh/[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":["@josharsh/[email protected]"],"fail_on":"review"}'
Publisherjosharsh
Artifact bytes50,900
Previous versionnone
Published2026-06-18T11:05:57.601Z
SHA-25697810672a38210cba599b4228cfbadab2b2c664d33e8e1340b111a48e8bc1f11

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":0,"publisher":"josharsh","burst_same_day":2,"burst_week":4,"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.1.0Version
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":"josharsh","burst_same_day":2,"burst_week":4,"lure":null,"version_anomaly":false,"new_account":false}10

Manifest

Package metadata

Scripts5
  • buildtsc -p tsconfig.json && chmod +x dist/cli.js
  • prepublishOnlynpm run build
  • startnode dist/cli.js
  • testnode test/approve-escalation.test.mjs && node test/email-inbox-parse.test.mjs && node test/sqlite-channels.test.mjs && node test/logger.test.mjs && node test/validation.test.mjs && node test/auth.test.mjs && node test/shutdown.test.mjs && node test/persistence-integration.test.mjs && node test/metrics.test.mjs && node test/nonce-persistence.test.mjs
  • typechecktsc -p tsconfig.json --noEmit
Dependencies8
  • @josharsh/cord-envelope^0.1.0
  • @josharsh/cord-mandate^0.1.0
  • better-sqlite3^11.5.0
  • imapflow^1.0.165
  • nodemailer^6.9.16
  • pino^9.5.0
  • pino-pretty^11.3.0
  • yaml^2.6.0