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
- 26
- Versions published
- 28Mature · −50% score
- First published
- Jun 2015
- Publisher
- vvo
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: postinstall="npm run build"
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 2 · 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="npm run build" | 5 |
Manifest
Package metadata
Scripts5
buildNODE_ENV=production npm run build-front && NODE_ENV=production npm run build-back;build-backVERSION=`cat package.json | json version` ./scripts/build-admin.shbuild-frontVERSION=`cat package.json | json version` ./scripts/build.shpostinstallnpm run buildwatchwebpack --watch -d & http-server dist/ & wait
Dependencies22
algoliasearchlatestalgoliasearch-helperlatestangular1.4.7autocomplete.jslatestbabel-core^6.11.4babel-loader^6.2.4babel-plugin-transform-react-constant-elements^6.9.1babel-plugin-transform-react-inline-elements^6.8.0babel-plugin-transform-react-remove-prop-types^0.2.7babel-preset-es2015^6.9.0babel-preset-react^6.11.1babel-preset-stage-2^6.11.0file-loader^0.9.0hogan.js^3.0.2instantsearch.jslatestjquery^1.11.3jquery-ui1.10.5json^9.0.4pretty-bytes^2.0.1uglifyjs2.4.10url-loader^0.5.6webpack^1.13.1