PkgRadar

Package evidence

[email protected]

Remote Payload: matched "raw.githubusercontent.com"

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.

Weekly downloads
220
Versions published
19
First published
Jan 2026
Publisher
donfear

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisherdonfear
Artifact bytes84,132
Previous version1.5.6
Published2026-06-01T07:11:40.742Z
SHA-2560db75b84284cbcb4ad5407ea3ca299e1457cdd17b0059c564800d9cba4378e0f

Why flagged

What the scanner saw

Remote Payload: matched "raw.githubusercontent.com"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/features/changelog/clients/github-client.jsmatched "raw.githubusercontent.com"12

Manifest

Package metadata

Scripts15
  • buildrm -rf dist && tsc
  • demo:recordbash docs/demo/record-demo.sh
  • demo:setupcd docs/demo-project && pnpm install
  • devtsc --watch
  • docs:keysUPDATE_README=1 vitest run keymap-readme
  • formatprettier --write src/**/*.ts
  • format:checkprettier --check src/**/*.ts
  • linkpnpm build && pnpm link --global
  • startnode dist/cli.js
  • testvitest run
  • test:coveragevitest run --coverage
  • test:watchvitest
  • version:majorpnpm version major && git push && git push --tags
  • version:minorpnpm version minor && git push && git push --tags
  • version:patchpnpm version patch && git push && git push --tags
Dependencies6
  • chalk^5.6.2
  • commander^15.0.0
  • env-paths^4.0.0
  • nanospinner^1.2.2
  • semver^7.8.1
  • undici^8.3.0