PkgRadar

Package evidence

[email protected]

Known Indicator Filename: package/front_end/third_party/lighthouse/report/bundle.js

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
122,552Ubiquitous · −70% score
Versions published
2,175Mature · −50% score
First published
Feb 2016
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Review before promoting

Mixed 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"}'
Artifact bytes20,730,212
Previous version1.0.1635876
Published2026-05-28T07:24:26.690Z
SHA-25611fda78d513f2c0c210f279f95c8861ec1c89f26ce75493acd5fdebd97609e55

Why flagged

What the scanner saw

Known Indicator Filename: package/front_end/third_party/lighthouse/report/bundle.js

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

Availability ledger

available

review
Last checked
reviewRisk
59Score
1.0.1636056Version
Status history (1 event)
  1. newavailable · risk review · score 59 · status changed

Evidence

Static findings

9 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highKnown Indicator Filenamepackage/front_end/third_party/lighthouse/report/bundle.jspackage/front_end/third_party/lighthouse/report/bundle.js45
highJs Decode Then Execpackage/front_end/third_party/puppeteer/package/lib/es5-iife/puppeteer-core-browser.jsbase64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.45
highJs Split Join Obfuscationpackage/front_end/third_party/axe-core/axe.jsArray-of-single-tokens joined to form a string — used to obscure module names like require(["n","o","de",":","cr","yp","to"].join("")), defeating static require() analysis.40
highJs Split Join Obfuscationpackage/front_end/third_party/axe-core/axe.min.jsArray-of-single-tokens joined to form a string — used to obscure module names like require(["n","o","de",":","cr","yp","to"].join("")), defeating static require() analysis.40
mediumObfuscation Densitypackage/front_end/third_party/json5/lib/index.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/front_end/third_party/codemirror/package/mode/markdown/markdown.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/front_end/third_party/marked/package/lib/marked.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/front_end/third_party/codemirror/package/src/util/misc.jshigh encoded/escaped-token density12
mediumLarge Javascript Payloadpackage/front_end/third_party/lighthouse/lighthouse-dt-bundle.js6350113 bytes10

Manifest

Package metadata

Scripts14
  • bake-stringsnpm run collect-strings && vpython3 third_party/node/node.py --output third_party/i18n/bake-strings.js front_end/core/i18n/locales
  • buildvpython3 third_party/node/node.py --output scripts/run_build.mjs
  • check-external-linksvpython3 third_party/node/node.py --output scripts/check_external_links.js
  • collect-stringsvpython3 third_party/node/node.py --output third_party/i18n/collect-strings.js front_end
  • debug-webtestvpython3 third_party/node/node.py --output scripts/npm_test.js --debug-devtools
  • generate-protocol-resourcesvpython3 scripts/deps/generate_protocol_resources.py && git cl format --js
  • install-depsvpython3 scripts/deps/manage_node_deps.py
  • lintvpython3 third_party/node/node.py --output scripts/test/run_lint_check.mjs
  • prebuildgn gen out/Default
  • rdbrdb stream -new -realm chromium:public --
  • startvpython3 third_party/node/node.py --output scripts/run_start.mjs
  • testvpython3 third_party/node/node.py --output scripts/run_on_target.mjs gen/test/run.js
  • watchnpm run build -- --watch
  • webtestvpython3 third_party/node/node.py --output scripts/npm_test.js