PkgRadar

Package evidence

@bonniernews/[email protected]

Credential file access: matched "AWS_ACCESS_KEY"

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
1
First published
Oct 2022
Publisher
markusn

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":["@bonniernews/[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":["@bonniernews/[email protected]"],"fail_on":"review"}'
Publishermarkusn
Artifact bytes1,334,491
Previous versionnone
Published2022-10-05T07:44:26.682Z
SHA-256812fa4c7df2b49bd7bd5880e604207a1e758db720ae0fdc33cefc4132a3a087d

Why flagged

What the scanner saw

Credential file access: matched "AWS_ACCESS_KEY"

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

Availability ledger

available

review
Last checked
reviewRisk
10Score
2.0.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/xgboost/dmlc-core/tracker/dmlc_tracker/ssh.pymatched "AWS_ACCESS_KEY"5
lowInstall-time lifecycle scriptpackage.jsoninstall="bash ./build.sh; node-gyp --verbose -j max rebuild"5

Manifest

Package metadata

Scripts3
  • compiletsc --p tsconfig.json
  • installbash ./build.sh; node-gyp --verbose -j max rebuild
  • testnpm run compile; mocha
Dependencies3
  • async^2.5.0
  • bindings^1.2.1
  • nan^2.16.0