PkgRadar

Package evidence

[email protected]

Credential File Packaged: package/examples/advanced/create-react-app/.env

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
121Mature · −50% score
First published
Mar 2017
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["[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":["[email protected]"],"fail_on":"review"}'
Artifact bytes2,330,202
Previous version5.4.3
Published2026-06-08T10:27:25.576Z
SHA-256dd51cb82b1511724c4e2a73cf99c0b35bb7cc46adf6161b790f582b487a74539

Why flagged

What the scanner saw

Credential File Packaged: package/examples/advanced/create-react-app/.env

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

Availability ledger

available

review
Last checked
reviewRisk
10Score
5.4.4Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/examples/advanced/create-react-app/.envpackage/examples/advanced/create-react-app/.env35

Manifest

Package metadata

Scripts23
  • buildnode scripts/inject-version.js && tsc --emitDeclarationOnly
  • docs:buildastro check --root ./docs && astro build --root ./docs
  • docs:previewastro preview --root ./docs
  • docs:startastro dev --root ./docs
  • formatrun-p format:*
  • format:eslinteslint --fix "**/*.js"
  • format:prettierprettier "**/*.{js,md,mdx}" "package.json" --write
  • install-clinpm install -g $(npm pack)
  • lintrun-p lint:*
  • lint:eslinteslint "**/*.js"
  • lint:prettierprettier "**/*.{js,md,mdx}" "package.json" --list-different || (echo '↑↑ these files are not prettier formatted ↑↑' && exit 1)
  • lint:typestsc --noEmit
  • preparehusky install && patch-package
  • releasenpm run build && changeset publish
  • testweb-test-runner --coverage
  • test:coveragecd coverage/lcov-report && npx http-server -o -c-1
  • test:nodemocha -r mocha-hooks.mjs "./__integration__/**/*.test.js" "./__tests__/**/*.test.js" "./__node_tests__/**/*.test.js"
  • test:perfmocha -r mocha-hooks.mjs "./__perf_tests__/**/*.test.js"
  • test:perf:debugweb-test-runner --config wtr-perf.config.mjs --watch
  • test:strip-typesnode --experimental-strip-types __tests__/strip-types-test.js
  • test:update-snapshotsweb-test-runner --update-snapshots
  • test:watchweb-test-runner --watch
  • versionchangeset version && npm install
Dependencies13
  • @bundled-es-modules/deepmerge^4.3.2
  • @bundled-es-modules/glob^13.0.6
  • @bundled-es-modules/memfs^4.17.0
  • @zip.js/zip.js^2.7.44
  • chalk^5.3.0
  • change-case^5.3.0
  • colorjs.io^0.5.2
  • commander^12.1.0
  • is-plain-obj^4.1.0
  • json5^2.2.2
  • path-unified^0.2.0
  • prettier^3.3.3
  • tinycolor2^1.6.0