PkgRadar

Package evidence

@hawk-hhg/[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
2
First published
May 2026
Publisher
hawk-hhg

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":["@hawk-hhg/[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":["@hawk-hhg/[email protected]"],"fail_on":"review"}'
Publisherhawk-hhg
Artifact bytes19,104
Previous versionnone
Published2026-05-27T13:26:21.501Z
SHA-25606024636e6d0976ba15875b86f1407f8733b7bd49101098b76593ab2f3c0bb35

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/.github/workflows/main.ymlmatched "github_token"3

Manifest

Package metadata

Scripts10
  • buildnode flushLib.js && tsc
  • build:docnpm run doc && echo json-api.labor.tools >> doc/CNAME && touch doc/.nojekyll
  • cinpm run lint && npm run test:all
  • doctypedoc --out doc --tsconfig ./tsconfig.json src
  • formatprettier --write src/ __tests__/
  • linteslint src/ __tests__/ && prettier --check src/ __tests__/
  • testjest
  • test:allnpm run test && npm run test:esm
  • test:esmnode __tests__/esm-interop.mjs
  • watchnode flushLib.js && tsc --watch
Dependencies1
  • jsonapi-serializer3.6.7