PkgRadar

Package evidence

@procore/[email protected]

no findings

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
220
Versions published
13Established · −30% score
First published
Nov 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

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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 bytes125,508
Previous version0.3.2
Published2026-04-21T10:23:40.239Z
SHA-25685e531c84ab97ae987b8597fd52cff000f498fddbbe386c117e0baa40c2ab392

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
0.4.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts17
  • buildyarn run clean && yarn run build:esm & yarn run build:types & yarn run build:typedoc
  • build-storybookstorybook build --webpack-stats-json
  • build:esmBUNDLING=true babel src --out-dir dist --extensions '.ts,.tsx,.js,.snap' -s --copy-files --no-copy-ignored
  • build:typedocts-node typedoc.ts
  • build:typestsc --declaration --emitDeclarationOnly -p tsconfig.prod.json
  • chromaticdotenvx run -- chromatic
  • chromatic:cichromatic --ci --storybook-build-dir ./storybook-static --project-token=${CHROMATIC_TEXT_EDITOR_TOKEN} --exit-once-uploaded --only-changed --skip="dependabot*"
  • cleanrimraf dist
  • devNODE_ENV=development yarn run dev:ts
  • dev:tstsc -p tsconfig.prod.json --watch
  • linteslint --ext .js,.jsx,.ts,.tsx src
  • lint:typestsc -p tsconfig.prod.json --noEmit
  • lint:types:watchtsc -p . --noEmit --watch
  • storybookstorybook dev -p 6008
  • testTZ=America/Los_Angeles jest --runInBand --logHeapUsage
  • test:updateTZ=America/Los_Angeles jest --runInBand -u
  • test:watchyarn run test --watch
Dependencies6
  • @ckeditor/ckeditor5-react^11.0.0
  • @procore/core-i18n-js^10.30.0
  • @procore/core-icons^12.16.0
  • @react-aria/focus3.16.2
  • @react-aria/utils3.23.2
  • sanitize-html^2.17.0