PkgRadar

Package evidence

@k-universe/[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
8
Versions published
3
First published
Apr 2026
Publisher
kuniverse

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":["@k-universe/[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":["@k-universe/[email protected]"],"fail_on":"review"}'
Publisherkuniverse
Artifact bytes858,098
Previous version1.1.0
Published2026-04-19T23:53:28.008Z
SHA-256845d19ffca2ba60c718e3a5654556bcca314f451cf56f142590e1d8b98b07e42

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.1Version
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
  • buildtsup
  • build:checknode -e "const fs=require('node:fs');const req=['dist/index.mjs','dist/index.cjs','dist/index.d.ts','dist/css.mjs','dist/css.cjs','dist/tailwind.mjs','dist/tailwind.cjs','dist/branding.mjs','dist/branding.cjs','src/standalone/k-universe-tokens.css'];const miss=req.filter((p)=>!fs.existsSync(p));if(miss.length){console.error('Missing build artifacts:\n'+miss.join('\n'));process.exit(1)}console.log('design-tokens artifacts verified')"
  • cleanrimraf dist
  • lintnode -e "console.log('no lint configured for design-tokens package')"
  • prepublishOnlypnpm run build && pnpm run build:check
  • testnode -e "console.log('no tests configured for design-tokens package')"
  • type-checkpnpm run typecheck
  • typechecknode -e "const fs=require('node:fs');if(!fs.existsSync('dist/index.d.ts')){console.error('Missing dist/index.d.ts');process.exit(1)}console.log('type declarations verified')"