Package evidence
@patternfly/[email protected]
Install-time lifecycle script: postinstall="node src/scripts/install.js"
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
- 7
- Versions published
- 3
- First published
- Apr 2018
- Publisher
- patternfly-build
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":["@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"}'Why flagged
What the scanner saw
Install-time lifecycle script: postinstall="node src/scripts/install.js"
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 5 · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Install-time lifecycle script | package.json | postinstall="node src/scripts/install.js" | 5 |
Manifest
Package metadata
Scripts25
buildnpm-run-all --serial remove-dist ts:lint build:library build:demo copy-examples:demobuild:demowebpack --config config/webpack.demo.js --progress --profile --bailbuild:librarygulp buildbundlewebpack --config config/webpack.prod.js --progress --profile --bailcleannpm cache clean && npm run rimraf -- node_modules doc coverage dist distwatch bundlescleanuprimraf dist/package.json dist/bundles dist/src dist/index.d.ts dist/index.metadata.json dist/index.js dist/index.js.map dist/LICENSE dist/README.mdcommitgit-czcopy-examples:demogulp copy-exampleslintstylelint 'src/**/*.scss' --config ./.stylelintrc --fixminifyuglifyjs dist/bundles/ngx-widgets.js --screw-ie8 --compress --mangle --comments --output dist/bundles/patternfly-ng.min.jspostinstallnode src/scripts/install.jspublish-travisnode_modules/patternfly-eng-publish/script/publish-ghpages.sh -t dist-demoreinstallnpm run clean && npm installremove-distrimraf build dist dist-watch dist-demorimrafrimrafsemantic-releasesemantic-release pre && copy package.json npm-shrinkwrap.json dist && npm publish dist && semantic-release postsemantic-release-postsemantic-release postsemantic-release-presemantic-release prestart:demonpm run webpack-dev-server -- --config config/webpack.demo.js --progress --host 0.0.0.0 --port 8001 --profile --watch --content-base dist-demotestkarma starttest:debugkarma --browsers Chrome --no-single-run starttranspilegulp transpilets:linttslint -p tslint.json 'index.ts' 'src/**/*.ts'ts:lint:fixnpm run ts:lint -- --fixwebpack-dev-servernode --max_old_space_size=4096 node_modules/webpack-dev-server/bin/webpack-dev-server.js
Dependencies2
@patternfly/patternfly-next-workshop0.0.4lodash^4.17.4