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 promotingMixed 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"}'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
Status history (1 event)
- new → available · risk review · score 21 · status changed
Evidence
Static findings
3 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential File Packaged | package/flavors/default/frontend/.env | package/flavors/default/frontend/.env | 35 |
| high | Credential File Packaged | package/templates/mod-arch-starter/frontend/.env | package/templates/mod-arch-starter/frontend/.env | 35 |
Show all 3 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential File Packaged | package/flavors/default/frontend/.env | package/flavors/default/frontend/.env | 35 |
| high | Credential File Packaged | package/templates/mod-arch-starter/frontend/.env | package/templates/mod-arch-starter/frontend/.env | 35 |
| low | Obfuscation Density | package/templates/mod-arch-starter/frontend/package-lock.json | high encoded/escaped-token density | 0 |
Manifest
Package metadata
Scripts20
buildrun-s build:prodbuild:analyzerun-s build build:bundle-profile build:bundle-analyzebuild:bundle-analyzewebpack-bundle-analyzer ./bundle.stats.jsonbuild:bundle-profilewebpack --config ./config/webpack.prod.js --profile --json > ./bundle.stats.jsonbuild:cleanrm -rf ./distbuild:prodwebpack --config ./config/webpack.prod.jscypress:opencypress open --project src/__tests__/cypresscypress:open:mockCY_MOCK=1 npm run cypress:open --cypress:runcypress run -b chrome --project src/__tests__/cypresscypress:run:mockCY_MOCK=1 npm run cypress:run --cypress:serverserve ./public-cypress -p 9001 -s -Lcypress:server:buildDIST_DIR=./public-cypress POLL_INTERVAL=9999999 DEPLOYMENT_MODE=standalone npm run buildstart:devwebpack serve --hot --color --config ./config/webpack.dev.jstestrun-s test:lint test:type-check test:unit test:cypress-citest: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 ../*.mdtest:jestjesttest:linteslint --max-warnings 0 ./src ./*.js && prettier --check ./*.js ./*.mjs ./*.md ../*.mdtest:type-checktsc --noEmittest: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.1classnames^2.2.6dompurify^3.4.1lodash-es^4.18.1mod-arch-core^1.10.1mod-arch-kubeflow^1.10.1mod-arch-shared^1.10.1react^18react-dom^18react-router^7.16.0react-router-dom^7.16.0showdown^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.3cypress^15.16.0cypress-axe^1.5.0cypress-high-resolution^1.0.0eslint^9.18.0eslint-import-resolver-node^0.3.7eslint-import-resolver-typescript^3.8.3eslint-plugin-cypress^4.1.0eslint-plugin-import^2.31.0eslint-plugin-jsx-a11y^6.10.2eslint-plugin-no-only-tests^3.1.0eslint-plugin-no-relative-import-paths^1.6.1eslint-plugin-prettier^5.4.0eslint-plugin-react^7.37.5eslint-plugin-react-hooks^5.2.0npm-run-all^4.1.5serve^14.2.6ts-jest^29.4.5