PkgRadar

Package evidence

@hpcc-js/[email protected]

Credential file access: matched ".Aws/"

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
283Mature · −50% score
First published
Jun 2017
Publisher
hpcc-js

Effective trust discount applied: 50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@hpcc-js/[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":["@hpcc-js/[email protected]"],"fail_on":"review"}'
Publisherhpcc-js
Artifact bytes2,704,434
Previous version3.8.2
Published2026-06-15T13:43:37.599Z
SHA-25698875e83ca377996def07084e7830a76a5a9823b5a8cba92bf36d670cc227063

Why flagged

What the scanner saw

Credential file access: matched ".Aws/"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
1Score
3.8.3Version
Status history (1 event)
  1. newavailable · risk review · score 1 · 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/dist/index.jsmatched ".Aws/"5

Manifest

Package metadata

Scripts17
  • buildrun-p gen-types bundle
  • bundlevite build
  • bundle-servevite --port 5509
  • bundle-watchvite build --watch
  • bundle-workersvite build -c ./workers/vite.config.ts
  • cleanrimraf --glob lib* types types-3.4 dist *.tsbuildinfo .turbo ./workers/dist ./workers/lib-es6 ./workers/types
  • coveragevitest run --coverage
  • docstypedoc --options tdoptions.json .
  • gen-typestsgo --project tsconfig.json
  • gen-types-watchnpm run gen-types -- --watch
  • linteslint ./src
  • lint-fixeslint --fix src/**/*.ts
  • testvitest run
  • test-browservitest run --project browser
  • updatenpx --yes npm-check-updates -u -t minor
  • update-majornpx --yes npm-check-updates -u
  • watchrun-p gen-types-watch bundle-watch
Dependencies5
  • @hpcc-js/api^3.5.3
  • @hpcc-js/common^3.8.3
  • @hpcc-js/html^3.4.3
  • @hpcc-js/react^3.5.3
  • @hpcc-js/util^3.6.3