PkgRadar

Package evidence

@josharsh/[email protected]

Remote Payload: matched "curl "

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 bytes77,418
Previous versionnone
Published2026-06-13T18:03:06.547Z
SHA-256ba93fdabaf6c96c6252e5d8bb6c24b285cc8e4216aa764986c5602f4e32693c7

Why flagged

What the scanner saw

Remote Payload: matched "curl "

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/providers/system-auth.jsmatched "curl "12
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/providers/system-auth.jsmatched "curl "12
lowCredential file accesspackage/dist/providers/system-auth.jsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts11
  • buildtsc
  • build:corenpm run build -w @josharsh/demon
  • build:sitenpm run build -w @josharsh/demon && cp -R packages/core/dist/. site/core/
  • devtsx src/index.ts
  • linteslint src --ext .ts
  • prepublishOnlynpm run build && npm test
  • serve:sitepython3 -m http.server 8765 --directory site
  • testvitest run
  • test:corenpm run test -w @josharsh/demon
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies13
  • @josharsh/demon^0.1.0
  • @octokit/rest^21.0.0
  • axios^1.7.0
  • chalk^5.3.0
  • cli-table3^0.6.5
  • commander^12.0.0
  • fs-extra^11.2.0
  • inquirer^10.0.0
  • js-yaml^4.1.0
  • ms^2.1.3
  • ora^8.0.0
  • pretty-ms^9.0.0
  • winston^3.14.0