PkgRadar

Package evidence

@silogy/[email protected]

Install-time lifecycle script: postinstall="node scripts/install-rascal.cjs"

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
196
Versions published
34Established · −30% score
First published
Jun 2025
Publisher
paul-silogy

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

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@silogy/[email protected]"],"fail_on":"high"}'

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":["@silogy/[email protected]"],"fail_on":"high"}'
Publisherpaul-silogy
Artifact bytes7,935,560
Previous version0.0.21
Published2025-11-18T03:13:06.000Z
SHA-2564d679aa79bca9dbe230156138aad8428d9498728f958c4b6b4f4db484de0590d

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 0.0.22 vs 0.0.21: "node scripts/install-rascal.cjs"

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

Availability ledger

available

high
Last checked
highRisk
45Score
0.0.22Version
Status history (1 event)
  1. newavailable · risk high · score 45 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.0.22 vs 0.0.21: "node scripts/install-rascal.cjs"40
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.0.22 vs 0.0.21: "node scripts/install-rascal.cjs"40
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/install-rascal.cjs"5

Manifest

Package metadata

Scripts12
  • buildtsup && node fix-shebang.js
  • build:binarytsup && NODE_ENV=production bun build --compile --outfile=viv dist/cli.js
  • build:debugtsup --config tsup.debug.config.ts
  • devtsup --watch
  • formatprettier --write . --ignore-path .prettierignore
  • linteslint . --fix
  • postinstallnode scripts/install-rascal.cjs
  • startnode dist/cli.js
  • testprettier --check . && xo && npm run test:compile && ava
  • test:compiletsc --project tsconfig.test.json
  • test:installscripts/test-production-install.sh
  • typechecktsc --noEmit --project . && tsc --noEmit --project ../src/shared
Dependencies31
  • @arizeai/openinference-semantic-conventions^2.1.2
  • @inkjs/ui^2.0.0
  • @opentelemetry/api^1.9.0
  • @opentelemetry/exporter-trace-otlp-proto^0.206.0
  • @opentelemetry/resources^2.1.0
  • @opentelemetry/sdk-trace-base^2.1.0
  • @opentelemetry/sdk-trace-node^2.1.0
  • @opentelemetry/semantic-conventions^1.37.0
  • @viv/sharedfile:../src/shared
  • @vscode/ripgrep^1.15.14
  • axios^1.10.0
  • chalk^5.4.1
  • child_process^1.0.2
  • eventsource^4.0.0
  • fast-glob^3.3.3
  • fast-xml-parser^5.3.0
  • form-data^4.0.0
  • highlight.js^11.11.1
  • ink^6.0.1
  • ink-text-input^6.0.0
  • js-yaml^4.1.0
  • jsonwebtoken^9.0.2
  • meow^11.0.0
  • open^10.1.2
  • openai^6.3.0
  • parse5^8.0.0
  • parse5-htmlparser2-tree-adapter^8.0.0
  • react^19.1.0
  • tar^6.2.0
  • ws^8.18.2
  • …and 1 more.