PkgRadar

Package evidence

@dianshuv/[email protected]

Credential file access: matched "github_token"

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
167
Versions published
28
First published
Feb 2026
Publisher
dianshuv

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":["@dianshuv/[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":["@dianshuv/[email protected]"],"fail_on":"review"}'
Publisherdianshuv
Artifact bytes84,065
Previous version0.7.10
Published2026-06-08T06:43:04.975Z
SHA-2560ff2d8459c23704a1b17065a4b0b11c88f16cf726dcb6ee92f46a6fb600aa121

Why flagged

What the scanner saw

Credential file access: matched "github_token"

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.8.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
mediumCredential file accesspackage/dist/main.mjsmatched "github_token"10

Manifest

Package metadata

Scripts14
  • buildnpx tsdown
  • devbun run --watch ./src/main.ts
  • knipknip-bun
  • linteslint --cache
  • lint:alleslint --cache .
  • prepacknpm run build
  • preparenpm run build && (command -v bun >/dev/null 2>&1 && simple-git-hooks || true)
  • prepublishOnlynpm run typecheck && npm run lint:all && npm run test
  • releasenpm publish --access public --//registry.npmjs.org/:_authToken=$NPM_TOKEN
  • startNODE_ENV=production bun run ./src/main.ts start
  • testbun test tests/*.test.ts
  • test:allbun test tests/*.test.ts && bun test tests/integration/
  • test:integrationbun test tests/integration/
  • typechecktsc
Dependencies13
  • @anthropic-ai/tokenizer^0.0.4
  • citty^0.2.0
  • clipboardy^5.1.0
  • consola^3.4.2
  • fetch-event-stream^0.1.6
  • gpt-tokenizer^3.4.0
  • hono^4.11.7
  • picocolors^1.1.1
  • posthog-node^5.28.6
  • proxy-from-env^1.1.0
  • srvx^0.10.1
  • tiny-invariant^1.3.3
  • undici^7.19.2