PkgRadar

Package evidence

@procore/[email protected]

Obfuscation Density: high encoded/escaped-token density

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
37Established · −30% score
First published
Sep 2025
Publisher
procore-npm-bot

Effective trust discount applied: 30% (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":["@procore/[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":["@procore/[email protected]"],"fail_on":"review"}'
Artifact bytes376,331
Previous version5.1.0-alpha.7
Published2026-05-12T21:07:31.339Z
SHA-256ab29da8197fcb303ff9ebf0016e2614f6422bdc7b6b83dfce007823615efc03f

Why flagged

What the scanner saw

Obfuscation Density: high encoded/escaped-token density

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/legacy/index.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/modern/index.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/legacy/index.mjshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/modern/index.mjshigh encoded/escaped-token density12

Manifest

Package metadata

Scripts13
  • buildtsup
  • build-storybookstorybook build --webpack-stats-json
  • chromaticdotenvx run -- chromatic
  • chromatic:cichromatic --ci --storybook-build-dir ./storybook-static --project-token=${CHROMATIC_DT_SAVED_VIEWS} --exit-once-uploaded --only-changed --skip="dependabot*"
  • formatprettier --ignore-unknown --write .
  • format:checkprettier --cache --ignore-unknown --check .
  • linteslint .
  • lint:typestsc --noEmit
  • prepacktsup
  • storybookstorybook dev -p 6006
  • testhammer test
  • test:coverageyarn test --coverage
  • watchchokidar './src' -c 'yalc publish --push'
Dependencies2
  • @tanstack/react-query^5.83.0
  • yup^1.6.1