PkgRadar

Package evidence

[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.

Versions published
8
First published
Feb 2026
Publisher
feisky

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"}'
Publisherfeisky
Artifact bytes32,200
Previous version0.10.11
Published2026-05-09T03:24:23.752Z
SHA-2564f6bfd7cf9020c624fdf2980f2af345d6a75d0d0c7280a6e29e08c5c42767e35

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
20Score
0.10.12Version
Status history (1 event)
  1. newavailable · risk review · score 20 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/config-C7rbVDF_.mjsmatched "github_token"10
mediumCredential file accesspackage/dist/main.mjsmatched "GITHUB_TOKEN"10

Manifest

Package metadata

Scripts10
  • buildtsdown
  • devbun run --watch ./src/main.ts
  • knipknip-bun
  • linteslint --cache --ignore-pattern dist
  • lint:alleslint --cache . --ignore-pattern dist
  • prepackbun run build
  • preparesimple-git-hooks
  • releasebumpp && bun publish --access public
  • startNODE_ENV=production bun run ./src/main.ts
  • typechecktsc
Dependencies11
  • citty^0.2.2
  • clipboardy^5.3.1
  • consola^3.4.2
  • fetch-event-stream^0.1.6
  • gpt-tokenizer^3.4.0
  • hono^4.12.18
  • proxy-from-env^2.1.0
  • srvx^0.11.15
  • tiny-invariant^1.3.3
  • undici^8.2.0
  • zod^4.4.3