PkgRadar

Package evidence

[email protected]

no findings

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
55
Versions published
26Mature · −50% score
First published
Dec 2020
Publisher
cezaraugusto

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"}'
Publishercezaraugusto
Artifact bytes15,515
Previous version1.1.7
Published2024-06-11T07:51:31.515Z
SHA-2563633037f0c8baaa02328b7d445050b9498e79c81ab0e55fefd42138f048331c2

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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.2.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts8
  • cleanrm -rf dist
  • compileyarn compile:plugin && yarn compile:web
  • compile:plugintsup-node ./module.ts ./loaders/* --format cjs --dts --target=node18 --minify && node ./copyExtensions.js
  • compile:webtsup-node ./minimum-background-file.ts --format esm --dts --target=node18 --minify --config=tsconfig.web.json
  • demoyarn test:fixture
  • linteslint "./**/*.ts*"
  • testecho "Note: no test specified" && exit 0
  • test:fixtureyarn --cwd=./fixtures/dev-server-no-hmr dev
Dependencies10
  • @colors/colors^1.6.0
  • browser-extension-manifest-fields*
  • chrome-location^1.2.1
  • content-security-policy-parser^0.6.0
  • loader-utils^3.3.1
  • prefers-yarn^1.0.1
  • progress^2.0.3
  • schema-utils^4.2.0
  • webpack-target-webextension^1.1.2
  • ws^8.17.0