PkgRadar

Package evidence

[email protected]

Obfuscation Density: high encoded/escaped-token density

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
47
Versions published
44Mature · −50% score
First published
Jun 2017
Publisher
jducro

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":["[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"}'
Publisherjducro
Artifact bytes752,503
Previous version1.0.3
Published2017-10-18T13:18:58.366Z
SHA-25659d9bd0d0e732853004a537c2f870fc4598cf791ff046bf815118f23820f7aa4

Why flagged

What the scanner saw

Obfuscation Density: high encoded/escaped-token density

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

low
Last checked
lowRisk
0Score
1.0.4Version
Status history (1 event)
  1. newavailable · risk low · score 0 · 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)
SeverityKindPathDetailPoints
lowObfuscation Densitypackage/npm-shrinkwrap.jsonhigh encoded/escaped-token density0

Manifest

Package metadata

Scripts15
  • cleanrimraf dist
  • compilerm -rf lib/* && babel --loose es6.modules -d lib/ src/ && node scripts/sass.js
  • devnpm run clean && npm run styleguide && webpack-dev-server
  • linteslint . --cache --cache-location=.cache/eslint --ext .js,.jsx
  • lint:fixnpm run lint -- --fix
  • precommitlint-staged
  • prepublishnpm run compile
  • prodnpm run clean && webpack --config webpack.prod.config.js --progress --profile --colors && npm run styleguide
  • storybook:buildbuild-storybook -o build/storybook
  • storybook:deploystorybook-to-ghpages
  • storybook:devstart-storybook -p 9002 -c .storybook
  • styleguidekss --config kss-config.json
  • testnode scripts/test.js --env=jsdom
  • travis-testnpm run test -- --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
  • webpackwebpack
Dependencies14
  • bourbon^4.3.4
  • bourbon-neat^2.1.0
  • classnames^2.2.5
  • font-awesome^4.7.0
  • moment^2.18.1
  • popper.js^1.12.5
  • react^15.6.2
  • react-autosuggest^9.3.2
  • react-custom-scrollbars^4.1.2
  • react-dom^15.6.2
  • react-onclickoutside^6.6.0
  • react-select^1.0.0-rc.10
  • react-svg-inline^2.0.0
  • react-tagsinput^3.18.0