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 promotingMixed 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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Install-time lifecycle script | package.json | postinstall="node scripts/patch-clack.mjs" | 5 |
| low | Obfuscation Density | package/dist/summon.js | high encoded/escaped-token density | 0 |
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.jsbuild: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.tspostinstallnode scripts/patch-clack.mjsprepublishOnlybun run build && bun run build:verifytestbun test
Dependencies4
@clack/prompts^0.7.0@runecraft/spells0.10.0citty^0.1.6picocolors^1.0.0