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.

Versions published
869Mature · −50% score
First published
Oct 2017
Publisher
dmongeau

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"}'
Publisherdmongeau
Artifact bytes19,685,490
Previous version0.4.18
Published2018-05-29T18:28:44.093Z
SHA-25652a608f9d53f6a2a6d2de916e14fd97a4f41003899f95bbc2e822b2d0ac007dd

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
0.4.19Version
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/dist/panneau.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts11
  • babelnpm run babel:es && npm run babel:cjs
  • babel:cjsBABEL_ENV=cjs ../../node_modules/.bin/babel src --out-dir lib --ignore story.js,test.js
  • babel:esBABEL_ENV=es ../../node_modules/.bin/babel src --out-dir es --ignore story.js,test.js
  • buildnpm run babel && npm run intl && npm run webpack
  • cleanrm -rf dist && rm -rf lib && rm -rf es
  • intlnode ../../build/buildAllTranslations
  • preparenpm run clean && npm run build
  • startnpm run storybook
  • storybook../../node_modules/.bin/start-storybook -p 9008 -c ../../.storybook-package
  • webpacknpm run webpack:dist
  • webpack:distBABEL_ENV=umd NODE_ENV=production node ../../node_modules/.bin/webpack --config ./webpack.config.js --progress --colors
Dependencies14
  • @fortawesome/fontawesome-free-webfonts^1.0.9
  • @panneau/core^0.4.16
  • @panneau/field^0.4.19
  • @panneau/fields^0.4.19
  • @panneau/forms^0.4.19
  • @panneau/layouts^0.4.19
  • @panneau/lists^0.4.16
  • @panneau/modals^0.4.16
  • babel-runtime^6.26.0
  • bootstrap^4.1.1
  • classnames^2.2.5
  • lodash^4.17.4
  • prop-types^15.6.0
  • react-intl^2.4.0