PkgRadar

Package evidence

[email protected]

Credential File Packaged: package/flavors/default/frontend/.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.

Weekly downloads
266
Versions published
40Established · −30% score
First published
Nov 2025
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 bytes747,617
Previous version1.19.0
Published2026-06-12T17:54:08.762Z
SHA-256e58cc6f58b671ec11fbd1dfc7f8054ca8ed0d932895ebb14ff912e8e54748051

Why flagged

What the scanner saw

Credential File Packaged: package/flavors/default/frontend/.env

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/flavors/default/frontend/.envpackage/flavors/default/frontend/.env35
highCredential File Packagedpackage/templates/mod-arch-starter/frontend/.envpackage/templates/mod-arch-starter/frontend/.env35
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential File Packagedpackage/flavors/default/frontend/.envpackage/flavors/default/frontend/.env35
highCredential File Packagedpackage/templates/mod-arch-starter/frontend/.envpackage/templates/mod-arch-starter/frontend/.env35
lowObfuscation Densitypackage/templates/mod-arch-starter/frontend/package-lock.jsonhigh encoded/escaped-token density0

Manifest

Package metadata

Scripts20
  • buildrun-s build:prod
  • build:analyzerun-s build build:bundle-profile build:bundle-analyze
  • build:bundle-analyzewebpack-bundle-analyzer ./bundle.stats.json
  • build:bundle-profilewebpack --config ./config/webpack.prod.js --profile --json > ./bundle.stats.json
  • build:cleanrm -rf ./dist
  • build:prodwebpack --config ./config/webpack.prod.js
  • cypress:opencypress open --project src/__tests__/cypress
  • cypress:open:mockCY_MOCK=1 npm run cypress:open --
  • cypress:runcypress run -b chrome --project src/__tests__/cypress
  • cypress:run:mockCY_MOCK=1 npm run cypress:run --
  • cypress:serverserve ./public-cypress -p 9001 -s -L
  • cypress:server:buildDIST_DIR=./public-cypress POLL_INTERVAL=9999999 DEPLOYMENT_MODE=standalone npm run build
  • start:devwebpack serve --hot --color --config ./config/webpack.dev.js
  • testrun-s test:lint test:type-check test:unit test:cypress-ci
  • test:cypress-cinpx concurrently -P -k -s first "npm run cypress:server:build && npm run cypress:server" "npx wait-on tcp:127.0.0.1:9001 && npm run cypress:run:mock -- {@}" --
  • test:fixeslint ./src ./*.js --fix && prettier --write ./*.js ./*.mjs ./*.md ../*.md
  • test:jestjest
  • test:linteslint --max-warnings 0 ./src ./*.js && prettier --check ./*.js ./*.mjs ./*.md ../*.md
  • test:type-checktsc --noEmit
  • test:unitnpm run test:jest -- --silent
Dependencies19
  • @emotion/react^11.14.0
  • @emotion/styled^11.14.0
  • @patternfly/patternfly^6.3.1
  • @patternfly/react-core^6.3.1
  • @patternfly/react-icons^6.3.1
  • @patternfly/react-styles^6.3.1
  • @patternfly/react-table^6.3.1
  • @patternfly/react-templates^6.3.1
  • classnames^2.2.6
  • dompurify^3.4.1
  • lodash-es^4.18.1
  • mod-arch-core^1.10.1
  • mod-arch-kubeflow^1.10.1
  • mod-arch-shared^1.10.1
  • react^18
  • react-dom^18
  • react-router^7.16.0
  • react-router-dom^7.16.0
  • showdown^2.1.0
Optional dependencies23
  • @babel/preset-env^7.26.9
  • @babel/preset-react^7.18.6
  • @babel/preset-typescript^7.21.5
  • @cypress/code-coverage^3.14.7
  • @cypress/webpack-preprocessor^6.0.4
  • @testing-library/cypress^10.0.3
  • cypress^15.16.0
  • cypress-axe^1.5.0
  • cypress-high-resolution^1.0.0
  • eslint^9.18.0
  • eslint-import-resolver-node^0.3.7
  • eslint-import-resolver-typescript^3.8.3
  • eslint-plugin-cypress^4.1.0
  • eslint-plugin-import^2.31.0
  • eslint-plugin-jsx-a11y^6.10.2
  • eslint-plugin-no-only-tests^3.1.0
  • eslint-plugin-no-relative-import-paths^1.6.1
  • eslint-plugin-prettier^5.4.0
  • eslint-plugin-react^7.37.5
  • eslint-plugin-react-hooks^5.2.0
  • npm-run-all^4.1.5
  • serve^14.2.6
  • ts-jest^29.4.5