PkgRadar

Package evidence

@jumpgroup/[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.

Weekly downloads
175
Versions published
71Mature · −50% score
First published
Jun 2021
Publisher
fabio.p

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":["@jumpgroup/[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":["@jumpgroup/[email protected]"],"fail_on":"review"}'
Publisherfabio.p
Artifact bytes44,104,097
Previous version2.24.2
Published2023-05-02T09:28:47.744Z
SHA-256fc04664bb288e3353ac21ede2177c5df4967f2b135f2568733b03569053730f2

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
2.24.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/assets/vendor-list.jsonmatched ".aws/"3

Manifest

Package metadata

Scripts27
  • browserstackbash ./etc/runBrowserstackSeq.sh
  • browserstack:fullbash ./etc/runFullBrowserstackSeq.sh
  • browserstack:remote-localhostbash ./etc/runBrowserstackLocal.sh
  • buildnpm run build:clean && npm run build:check && npm run build:prod && npm run build:docs
  • build:checknpm run eslint
  • build:cleanrimraf dist/*
  • build:debugcross-env NODE_ENV=debug webpack --config etc/webpack.config.js
  • build:devcross-env NODE_ENV=debug webpack --config etc/webpack.config.js
  • build:docsnode docs/asciidoc.js
  • build:prodcross-env-shell SNAPSHOT=${SNAPSHOT} NODE_ENV=production webpack --config etc/webpack.config.js
  • build:rainpm run build && rm -rf dist/demos && rm -rf dist/docs && rm -rf dist/release && rm dist/index.html
  • build:releasenpm run build:clean && cross-env-shell SNAPSHOT=${SNAPSHOT} NODE_ENV=release webpack --config etc/webpack.config.js && npm run build:docs && node etc/file_stats.js
  • build:restartnpm run build:dev && npm run build:prod && npm start
  • build:testnpm run build && rm -rf dist/demos && rm -rf dist/docs && rm -rf dist/release
  • build:watchwebpack-dev-server --inline --watch --config etc/webpack.config.js
  • dredddredd --version
  • e2enightwatch -c etc/nightwatch.local.conf.js -e chrome
  • e2esafarinightwatch -c etc/nightwatch.local.conf.js -e safari
  • eslinteslint "src/*.js" && eslint "src/scripts/*.js" && eslint "etc/*" && eslint "test/specs/**/*.js" && eslint "test/e2e/**/*.js"
  • pree2emkdirp target/reports && node etc/nightwatch.local.conf.js
  • prepublishOnlynpm run build
  • startnode http_server.js
  • testplaywright test
  • test:nodemocha 3000 --exit test/node
  • test:securitynpm audit --json | npm-audit-helper --prod-only
  • test:seleniumnode etc/nightwatch.jenkins.conf.js && ./node_modules/.bin/nightwatch -c etc/nightwatch.jenkins.conf.js -e chrome
  • watchcross-env NODE_ENV=development webpack-dev-server --hot --config etc/webpack.config.js --inline --progress --port 5000 --host 127.0.0.1 --disable-host-check
Dependencies10
  • @iabtcf/cmpapi1.4.0
  • @iabtcf/core1.4.0
  • @iabtcf/stub1.4.0
  • base64-js^1.5.1
  • browser-env^3.3.0
  • consent-string1.4.2
  • dredd^14.1.0
  • js-cookie2.1.4
  • moment^2.29.1
  • pako^2.0.4