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.
- Versions published
- 3
- First published
- Aug 2018
- Publisher
- hamstu
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":["@bufferapp/[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":["@bufferapp/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Large Javascript Payload: 2308273 bytes
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 10 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Large Javascript Payload | package/docs/index.js | 2308273 bytes | 10 |
Manifest
Package metadata
Scripts18
buildtrash lib && babel src/components --out-dir lib/componentscleantrash libdevnpm-run-all --parallel watch test:browserdocs:buildnpm run build && npm-run-all -p docs:build:*docs:build:csslessc src/docs/index.less docs/index.cssdocs:build:htmlncp src/docs/index.html docs/index.htmldocs:build:jsbrowserify -t [ babelify ] -t [ brfs ] --extension=.jsx src/docs/index.jsx --outfile docs/index.jsdocs:watchnpm-run-all -p docs:watch:*docs:watch:cssautoless src/docs/ docs/docs:watch:htmlsane 'npm run docs:build:html' src/docs/ --glob='index.html'docs:watch:jswatchify -t [ babelify ] -t [ brfs ] --extension=.jsx src/docs/index.jsx --outfile docs/index.js -vlinteslint src --ext .js --ext .jsxpostpublishnpm run cleanprepublishnpm run buildtestnpm run build && zuul -- test/**/*.{js,jsx}test:browserzuul --local 55555 -- test/**/*.{js,jsx}test:electronzuul --electron -- test/**/*.{js,jsx}watchnpm run build -- -w
Dependencies2
classnames^2.1.2prop-types^15.5.8