PkgRadar

Package evidence

@runecraft/[email protected]

Install-time lifecycle script: postinstall="node scripts/patch-clack.mjs"

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
10
Versions published
17
First published
Apr 2026
Publisher
rehem

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":["@runecraft/[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":["@runecraft/[email protected]"],"fail_on":"review"}'
Publisherrehem
Artifact bytes57,737
Previous version0.8.0
Published2026-05-03T02:56:09.668Z
SHA-2565852370843f9b2c2b4541167008a0e51496af0f71fac56042e0f4150e9e7153d

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node scripts/patch-clack.mjs"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/patch-clack.mjs"5
lowObfuscation Densitypackage/dist/summon.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts6
  • buildrm -rf dist && bun build ./src/cli.ts --target node --outfile dist/summon.js && printf '#!/usr/bin/env node\n' | cat - dist/summon.js > dist/_tmp.js && mv dist/_tmp.js dist/summon.js && chmod +x dist/summon.js
  • build:verifynode -e "const f=require('fs').readFileSync('dist/summon.js','utf8');if(f.includes('import.meta.dir')){console.error('FATAL: import.meta.dir leaked into bundle — Node.js will break');process.exit(1)}else{console.log('Build verified: no import.meta.dir found')}"
  • devbun run src/cli.ts
  • postinstallnode scripts/patch-clack.mjs
  • prepublishOnlybun run build && bun run build:verify
  • testbun test
Dependencies4
  • @clack/prompts^0.7.0
  • @runecraft/spells0.8.0
  • citty^0.1.6
  • picocolors^1.0.0