PkgRadar

Package evidence

[email protected]

Remote Payload: matched "api.github.com/graphql"

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
2
Versions published
2
First published
Jan 2026
Publisher
pkwitny

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"}'
Publisherpkwitny
Artifact bytes161,157
Previous version0.1.0
Published2026-06-02T19:42:49.503Z
SHA-256f5b20bfae791b4bb1a3bd4eccb2b8c072f1893c529a7f39ba2fb65af6727a58a

Why flagged

What the scanner saw

Remote Payload: matched "api.github.com/graphql"

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

Availability ledger

available

review
Last checked
reviewRisk
12Score
0.2.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/core/github.jsmatched "api.github.com/graphql"12

Manifest

Package metadata

Scripts9
  • buildnpm run build:server && npm run build:web
  • build:servertsc -p tsconfig.server.json
  • build:webvite build
  • devnode scripts/dev.js
  • dev:servertsx watch src/server.ts
  • dev:webvite
  • prepublishOnlynpm run build
  • startnode dist/cli.js
  • testvitest run
Dependencies11
  • @tailwindcss/typography^0.5.19
  • commander^12.0.0
  • cors^2.8.5
  • date-fns^4.1.0
  • diff^8.0.3
  • diff3^0.0.4
  • express^4.18.2
  • open^10.0.0
  • react-markdown^10.1.0
  • tree-sitter-wasms^0.1.13
  • web-tree-sitter^0.20.8