PkgRadar

Package evidence

@noctuacore/[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":["@noctuacore/[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":["@noctuacore/[email protected]"],"fail_on":"high"}'
Publishernoctuacore
Artifact bytes995,010
Previous version4.0.2
Published2026-05-24T03:01:58.903Z
SHA-256af60ed9f2f18c7317f6d86bf7c4034f8243a8427abe285e3f3eee36698ae3c3d

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
57Score
4.1.0Version
Status history (1 event)
  1. newavailable · risk high · score 57 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

noctuacore

2 members · evidence strength 55

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/index.jsmatched "GITHUB_TOKEN"30
mediumRemote Payloadpackage/dist/index.jsmatched "Curl "12
mediumObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density12
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/index.jsmatched "GITHUB_TOKEN"30
mediumRemote Payloadpackage/dist/index.jsmatched "Curl "12
mediumObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density12
lowObfuscationpackage/dist/index.jsmatched "\\x1B"3

Manifest

Package metadata

Scripts12
  • buildbun build src/index.ts --outdir dist --target bun
  • devbun --watch run src/index.ts
  • lintbunx biome check
  • lint:fixbunx biome check --write
  • prepackbun run build
  • publish:dry-runbash ./scripts/bun-publish-with-npm-token --dry-run --access public
  • publish:npmbash ./scripts/bun-publish-with-npm-token --access public
  • release:checkbun test && bun run typecheck && bun run lint && bun run build && bun pm pack --dry-run --ignore-scripts
  • setupbun install && bun run start setup
  • startbun run src/index.ts
  • testbun test
  • typecheckbun x tsc --noEmit
Dependencies1
  • @clack/prompts1.3.0