PkgRadar

Package evidence

[email protected]

Remote Dependency Spec: dependencies.catppuccin-prismjs="github:catppuccin/prismjs"

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
5
First published
May 2026
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":["[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":["[email protected]"],"fail_on":"review"}'
Artifact bytes251,374
Previous version0.2.1
Published2026-06-11T14:47:31.507Z
SHA-256b102407e822da1d24abae2f985dc9952a3238f9c7a8a2ad91c6193b1d68fd0aa

Why flagged

What the scanner saw

Remote Dependency Spec: dependencies.catppuccin-prismjs="github:catppuccin/prismjs"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
3Score
0.3.0Version
Status history (1 event)
  1. newavailable · risk review · score 3 · status changed

Evidence

Static findings

1 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondependencies.catppuccin-prismjs="github:catppuccin/prismjs"12

Manifest

Package metadata

Scripts9
  • buildvite build && esbuild src/server/index.ts --bundle --platform=node --format=esm --outfile=dist/server/index.js --packages=external
  • devconcurrently "vite" "tsx watch src/server/index.ts"
  • generate-tokensnode scripts/generate-tokens.mjs
  • lintbiome check .
  • lint:fixbiome check --write .
  • postbuildnode -e "const fs=require('fs'),f='dist/server/index.js',b=fs.readFileSync(f,'utf8');fs.writeFileSync(f,'#!/usr/bin/env node\n'+b);fs.chmodSync(f,0o755)"
  • releasepnpm build && changeset publish
  • testvitest run --coverage
  • test:e2eplaywright test
Dependencies11
  • @hono/node-server^2.0.3
  • @lit/context^1.1.6
  • @types/markdown-it^14.1.2
  • @types/prismjs^1.26.6
  • catppuccin-prismjsgithub:catppuccin/prismjs
  • chokidar^5.0.0
  • execa^9.6.1
  • hono^4.12.21
  • lit^3.3.3
  • markdown-it^14.2.0
  • prismjs^1.30.0