PkgRadar

Package evidence

@yahoo/[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
2,567Niche · −30% score
Versions published
102Mature · −50% score
First published
Apr 2024
Publisher
hamza.khchichine

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":["@yahoo/[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":["@yahoo/[email protected]"],"fail_on":"review"}'
Artifact bytes4,493,472
Previous version2.41.0
Published2026-05-08T17:15:03.623Z
SHA-256dd10ab17e8b60a3d7059a563c818a2340bcc7a1371d91ca0b9756b74d48f4f63

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
2.42.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

Scripts24
  • buildtsdown
  • ci:publishbun semantic-release
  • cleanrm -rf .turbo && rm -rf node_modules && rm -rf dist && rm -rf .coverage
  • devtsdown --watch
  • format:pkgbun --cwd ../../ syncpack format
  • icons:codegenbun ./scripts/codegen.ts --assetDir ./assets --outputDir ./generated
  • icons:diffbun ./scripts/generateDiff.ts
  • icons:exportbun ./scripts/generateSVGs.ts --assetDir ./assets --outputDir ./generated
  • icons:fontbun ./scripts/generateFont.ts
  • icons:optimizebun ./scripts/optimizeSVGs.ts --assetDir ./assets --outputDir ./assets
  • icons:pipelinebun run icons:export && bun run icons:optimize && bun run icons:codegen && bun run icons:font
  • icons:validatebun ./scripts/generateSVGs.ts --dryRun
  • linteslint -c eslint.config.mjs .
  • lint:fixbun run lint --fix
  • noopecho 'noop'
  • pipeline:downloadbun ./scripts/downloadFromStorage.ts
  • pipeline:finalizebun ./scripts/finalizeRelease.ts
  • pipeline:finalize-from-prbun ./scripts/finalizeFromMergedPR.ts
  • pipeline:statusbun ./scripts/updatePipelineStatus.ts
  • testvitest run
  • test:coveragebun run test
  • test:updatevitest --update
  • test:watchvitest
  • typechecktsc --noEmit