PkgRadar

Package evidence

@haystackeditor/[email protected]

Credential file access: matched "github_token"

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@haystackeditor/[email protected]"],"fail_on":"high"}'

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":["@haystackeditor/[email protected]"],"fail_on":"high"}'
Publisherakshaysg
Artifact bytes149,926
Previous version0.15.7
Published2026-05-24T21:27:50.121Z
SHA-25670e9a0840c5890947121b7ebc5e44dc73fa727e5922bbe8afb794482c6be08f5

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

high
Last checked
highRisk
51Score
0.15.8Version
Status history (1 event)
  1. newavailable · risk high · score 51 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

akshaysg

5 members · evidence strength 74

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/utils/auth.jsmatched "github_token"30
mediumRemote Payloadpackage/dist/commands/setup.jsmatched "github.com/haystackeditor/cli/releases/download"12
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/utils/auth.jsmatched "github_token"30
mediumRemote Payloadpackage/dist/commands/setup.jsmatched "github.com/haystackeditor/cli/releases/download"12
lowObfuscationpackage/dist/utils/prompter.jsmatched "\\x1b"3
lowObfuscationpackage/dist/commands/setup.jsmatched "Buffer.from(data.content, 'base64"3
lowObfuscationpackage/dist/commands/triage.jsmatched "\\u2605"3

Manifest

Package metadata

Scripts4
  • buildtsc && rm -rf dist/assets && cp -r src/assets dist/assets
  • devtsc --watch
  • prepublishOnlynpm run build
  • startnode dist/index.js
Dependencies7
  • chalk5.6.2
  • commander12.1.0
  • fast-glob3.3.3
  • glob10.5.0
  • inquirer9.3.8
  • yaml2.8.2
  • zod3.25.76