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.

Versions published
4
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 bytes840,521
Previous version1.2.1
Published2026-06-19T03:42:03.180Z
SHA-256951f6b23ed95254c1b3c2e46830befd199480b9217c097db27b4881d3ebd42ec

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.3.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')"