PkgRadar

Package evidence

[email protected]

Credential file access: matched ".azure"

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
442
Versions published
659Mature · −50% score
First published
Apr 2019
Publisher
wgrauvog

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":["[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"}'
Publisherwgrauvog
Artifact bytes828,855
Previous version7.5.0-next.1.1
Published2026-05-27T20:00:57.855Z
SHA-256381ea635889bd2045636215746814dd7ba499c3da91f32ad70a864e8c423072c

Why flagged

What the scanner saw

Credential file access: matched ".azure"

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

Availability ledger

available

review
Last checked
reviewRisk
1Score
7.5.0-next.1.2Version
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/lib/utils/shard.jsmatched ".azure"5

Manifest

Package metadata

Scripts19
  • buildyarn clean && tsc -p ./tsconfig.build.json && yarn build:babel && yarn copy
  • build:babelyarn babel src --extensions ".ts,.tsx,.js,.jsx" --out-dir lib --ignore "**/*.test.ts,**/*.test.tsx,src/setupTests.ts" --source-maps inline
  • cleanrimraf ./lib
  • copycopyfiles -u 1 "src/**/*.css" "src/**/*.svg" lib && copyfiles lib
  • coveragejest --coverage
  • fixrun-s 'fix:**'
  • fix:codeyarn lint:code --fix
  • fix:formattingyarn prettier -wu .
  • fix:stylesyarn lint:styles --fix
  • lintrun-s 'lint:**'
  • lint-code-coreeslint --ext .js,.jsx,.ts,.tsx
  • lint:codeyarn typecheck; yarn lint-code-core .
  • lint:formattingyarn prettier -cu .
  • lint:stylesstylelint "src/**/*.css"
  • prepublishOnlyyarn build
  • testjest
  • test:cicross-env CI=true yarn test
  • test:ci-junitcross-env CI=true yarn test --coverage --reporters='default' --reporters='jest-junit' --coverageReporters='cobertura' --coverageReporters='html'
  • typechecktsc -p ./tsconfig.build.json --noEmit
Dependencies55
  • @babel/runtime^7.28.4
  • @material-ui/core^4.12.4
  • @material-ui/icons^4.11.3
  • @material-ui/lab^4.0.0-alpha.61
  • @microsoft/applicationinsights-web^3.1.0
  • @redux-saga/core^1.4.2
  • @redux-saga/types^1.3.1
  • @sentry/react^10.23.0
  • @types/history^4.7.11
  • @types/lodash^4.17.20
  • @types/quill^1.3.10
  • @types/react-dom^17.0.26
  • @types/react-helmet^6.1.0
  • @types/react-redux^7.1.16
  • @types/react-router^5.1.11
  • @types/react-router-bootstrap~0.24.5
  • @types/react-router-dom^5.1.7
  • @types/react-table^6.8.7
  • @types/redux-logger3.0.12
  • bootstrap^4.6.0
  • compare-versions^3.6.0
  • connected-react-router^6.8.0
  • detect-browser^5.2.0
  • history^4.10.1
  • local-storage-fallback^4.1.2
  • lodash^4.18.1
  • memoize-one^6.0.0
  • moment^2.30.1
  • moment-timezone^0.6.0
  • parchment^1.1.4
  • …and 25 more.