PkgRadar

Package evidence

@patternfly/[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
112
Versions published
92Mature · −50% score
First published
Apr 2024
Publisher
patternfly-build

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

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":["@patternfly/[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":["@patternfly/[email protected]"],"fail_on":"review"}'
Artifact bytes233,736
Previous version2.1.0-prerelease.14
Published2024-11-19T02:10:36.631Z
SHA-25672a460518a7bc3205ff05f8ecd6f8c937cacc6e73096f6cb3d9e511388bf28c6

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
2.1.0-prerelease.15Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts13
  • buildsass src/main.scss dist/css/main.css && npm run build:index && npm run build:js && npm run build:esm && npm run build:fed:packages
  • build:esmtsc --build --verbose ./tsconfig.json
  • build:fed:packagesnode generate-fed-package-json.js
  • build:indexnode generate-index.js
  • build:jstsc -p tsconfig.cjs.json
  • build:watchnpm run build:js && npm run build:esm -- --watch && npm run build:fed:packages -- --watch
  • cleanrimraf dist
  • docs:buildpf-docs-framework build all --output public
  • docs:developpf-docs-framework start
  • docs:screenshotspf-docs-framework screenshots --urlPrefix http://localhost:5001
  • docs:servepf-docs-framework serve public --port 5001
  • serve:a11yserve coverage
  • test:a11ypatternfly-a11y --config patternfly-a11y.config
Dependencies11
  • @patternfly/react-code-editor^6.0.0
  • @patternfly/react-core^6.0.0
  • @patternfly/react-icons^6.0.0
  • clsx^2.1.0
  • framer-motion^11.3.28
  • path-browserify^1.0.1
  • react-jss^10.10.0
  • react-markdown^9.0.1
  • react-syntax-highlighter^15.5.0
  • react-textarea-auto-witdth-height^1.0.3
  • remark-gfm^4.0.0