PkgRadar

Package evidence

@sdeverywhere/[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
104
Versions published
27Mature · −50% score
First published
Jun 2022
Publisher
chrispcampbell

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":["@sdeverywhere/[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":["@sdeverywhere/[email protected]"],"fail_on":"review"}'
Artifact bytes88,941
Previous version0.2.23
Published2026-05-28T19:26:56.883Z
SHA-2569902d3ee058cac2f23d535e873a11e2beb053bbe71196114f4e8a6e632c5b44f

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts21
  • buildrun-s build:vite build:dts
  • build:dtstsup --dts-only
  • build:vitevite build
  • build:watchvite build --watch
  • ci:buildrun-s clean lint prettier:check test:ci type-check build docs
  • cleanrm -rf dist
  • docs../../scripts/gen-docs.js
  • lintrun-s lint:ts lint:svelte
  • lint:sveltesvelte-check --fail-on-warnings --output human
  • lint:tseslint src --max-warnings 0
  • precommit../../scripts/precommit
  • prettier:checkprettier --check .
  • prettier:fixprettier --write .
  • storybookstorybook dev -p 6010
  • testvitest run
  • test:cirun-s test:ts
  • test:storybookvitest run --project=storybook
  • test:storybook:watchvitest dev --project=storybook
  • test:tsvitest run --project=ts
  • test:ts:watchvitest dev --project=ts --hideSkippedTests
  • type-checktsc --noEmit -p tsconfig-test.json
Dependencies10
  • @fortawesome/free-regular-svg-icons^7.1.0
  • @fortawesome/free-solid-svg-icons^7.1.0
  • @juggle/resize-observer^3.4.0
  • @sdeverywhere/check-core^0.1.12
  • assert-never^1.2.1
  • chart.js^2.9.4
  • copy-text-to-clipboard^3.2.0
  • fontfaceobserver^2.3.0
  • fuzzysort^3.1.0
  • svelte-dnd-action^0.9.50