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 monitoringNo 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"}'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
Status history (1 event)
- new → available · risk low · score 0 · status changed
Evidence
Static findings
No findings stored for this release.
Manifest
Package metadata
Scripts8
buildtsupbuild: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 distlintnode -e "console.log('no lint configured for design-tokens package')"prepublishOnlypnpm run build && pnpm run build:checktestnode -e "console.log('no tests configured for design-tokens package')"type-checkpnpm run typechecktypechecknode -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')"