PkgRadar

Package evidence

@harness-engineering/[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
21
First published
Mar 2026
Publisher
intense.visions

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":["@harness-engineering/[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":["@harness-engineering/[email protected]"],"fail_on":"review"}'
Artifact bytes183,605
Previous version0.8.0
Published2026-05-13T23:46:52.002Z
SHA-2565a0f3cc8462694c946817aef754390e91259d25f43205428c5ef5c5bb1dc4f1e

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/index.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/index.mjsmatched "GITHUB_TOKEN"5

Manifest

Package metadata

Scripts9
  • benchvitest bench
  • buildtsup src/index.ts --format cjs,esm --dts --tsconfig tsconfig.build.json
  • cleannode ../../scripts/clean.mjs dist
  • devtsup src/index.ts --format cjs,esm --dts --watch
  • linteslint src
  • testvitest run
  • test:coveragevitest run --coverage
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies2
  • minimatch^10.2.5
  • zod^3.25.76
Optional dependencies2
  • tree-sitter^0.22.4
  • tree-sitter-typescript^0.23.2