PkgRadar

Package evidence

@wekivo/[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.

Versions published
1
First published
Jun 2026
Publisher
mic11042024

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":["@wekivo/[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":["@wekivo/[email protected]"],"fail_on":"review"}'
Publishermic11042024
Artifact bytes88,936
Previous versionnone
Published2026-06-15T11:30:08.985Z
SHA-2560ba242d19f8816d8ae7613270def0368e8350628cdd33b5bca6beebd5f2c3abd

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

Scripts11
  • buildnpm run build:bundle && npm run build:types
  • build:bundlenode esbuild.config.mjs
  • build:prodcross-env NODE_ENV=production node esbuild.config.mjs && npm run build:types
  • build:typestsc -p tsconfig.types.json
  • cleannode -e "require('fs').rmSync('dist',{recursive:true,force:true})"
  • servenode serve.mjs
  • sizenode -e "const s=require('fs').statSync('dist/kivo.js').size; const z=require('zlib').gzipSync(require('fs').readFileSync('dist/kivo.js')).length; console.log('Raw:', (s/1024).toFixed(1)+'KB | Gzip:', (z/1024).toFixed(1)+'KB');"
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit
  • watchnode esbuild.config.mjs --watch
Dependencies1
  • @wekivo/core^0.1.0