PkgRadar

Package evidence

@openhoo/[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":["@openhoo/[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":["@openhoo/[email protected]"],"fail_on":"high"}'
Publisherwakemeup
Artifact bytes14,812
Previous versionnone
Published2026-05-24T23:08:45.331Z
SHA-256bb9eece24623af4bfa1364eda44e564d420a99e088f3b78bccbd90336805eff8

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/cli.jsmatched "GITHUB_TOKEN"30
highCredential file accesspackage/actions/release/action.ymlmatched "GITHUB_TOKEN"30

Manifest

Package metadata

Scripts9
  • buildbun build src/cli.ts --target=bun --format=esm --outfile=dist/cli.js && chmod +x dist/cli.js
  • checkbun run typecheck && bun test && bun run build
  • devbun run src/cli.ts
  • planbun run src/cli.ts plan
  • prepackbun run build
  • releasebun run src/cli.ts release
  • sync:actionsbun run scripts/sync-action-versions.ts
  • testbun test
  • typechecktsc --noEmit