Package evidence
[email protected]
Install-time lifecycle script: preinstall="echo {} > package-lock.json"
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
- 350
- Versions published
- 591Mature · −50% score
- First published
- Aug 2020
- Publisher
- nnynhi
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 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":["[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"}'Why flagged
What the scanner saw
Install-time lifecycle script: preinstall="echo {} > package-lock.json"
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 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Install-time lifecycle script | package.json | preinstall="echo {} > package-lock.json" | 5 |
Manifest
Package metadata
Scripts22
betanpm run build && cp *.md dist/ && cp package.json dist/ && cd dist && npm publish --tag betabuildrun-script-osbuild-storybookbuild-storybook -c .storybook -s srcbuild:darwin:linux:defaultrm -rf dist && npm run compile && sass --style=compressed src/scss:dist/css && cp -rf src/assets dist/assetsbuild:windowsrimraf dist && mkdirp dist/components && npm run compile && sass --style=compressed src/scss:dist/css && xcopy src\\assets dist\\assets\ /e /ycompilebabel src --out-dir dist --ignore **/*.stories.jseslint-testonchange "src/**/*.{js,jsx,json}" -- eslint . --fixfreshtallnpm cache clean --force && rm -rf node_modules && rm -f package-lock.json && npm installlinteslint --fix --config .eslintrc.js "**/*.js"packnpm run build && cp *.md dist/ && npm run version:bump --silent && npm run version:add --silent && cd dist && npm packpreinstallecho {} > package-lock.jsonproductionnpm run build && cp *.md dist/ && npm run version:bump --silent && npm run version:add --silent && cd dist && npm publishproduction-keep-versionnpm run build && cp *.md dist/ && cp package.json dist/ && cd dist && npm publishstartnpm-run-all --parallel start-sb eslint-teststart-sbstart-storybook -p 9050testecho "Error: no test specified" && exit 1test-storybooktest-storybook --url http://localhost:9050version:addrun-script-osversion:add:darwin:linux:defaultVERSION=$(npm run version:extract --silent) && cat package.json.tmp | sed "s/0.0.0/${VERSION}/g" > dist/package.jsonversion:add:windowscat package.json.tmp | sed "s/0.0.0/%npm_package_version%/g" > dist/package.jsonversion:bumpnpm version patch --no-git-tag-version --silentversion:extractcat package.json | grep version | head -1 | awk -F: '{ print $2 }' | sed 's/[",]//g' | tr -d '[[:space:]]'
Dependencies6
@emotion/core^10.0.35@emotion/css^11.11.0@emotion/react^11.10.6babel-plugin-module-resolver^4.1.0date-fns^2.30.0prop-types^15.7.2