PkgRadar

Package evidence

[email protected]

Install Lifecycle Suppresses Failure: postinstall="[ -f tsconfig.json ] && [ -d clients/vscode ] && cd clients/vscode && npm install && cd ../.. && cd server && npm install || true"

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
311
Versions published
32
First published
Feb 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 bytes1,645,401
Previous version0.21.0
Published2026-06-07T13:26:31.493Z
SHA-2569b1e8a98b2f7c6e2c59a43e1335fdd71d3498caa524a9d1f670cf0ce938a2d5d

Why flagged

What the scanner saw

Install Lifecycle Suppresses Failure: postinstall="[ -f tsconfig.json ] && [ -d clients/vscode ] && cd clients/vscode && npm install && cd ../.. && cd server && npm install || true"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="[ -f tsconfig.json ] && [ -d clients/vscode ] && cd clients/vscode && npm install && cd ../.. && cd server && npm install || true"20
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="[ -f tsconfig.json ] && [ -d clients/vscode ] && cd clients/vscode && npm install && cd ../.. && cd server && npm install || true"20
lowInstall-time lifecycle scriptpackage.jsonpostinstall="[ -f tsconfig.json ] && [ -d clients/vscode ] && cd clients/vscode && npm install && cd ../.. && cd server && npm install || true"5
lowLarge Javascript Payloadpackage/dist/server/browserServerMain.js3371881 bytes0
lowLarge Javascript Payloadpackage/dist/server/mcpServer.js2408763 bytes0

Manifest

Package metadata

Scripts21
  • benchnpx tsx benchmarks/src/runner.ts
  • bench:baselinenpx tsx benchmarks/src/runner.ts --baseline
  • bench:parsenpx tsx benchmarks/src/runner.ts --suite parse
  • bench:providersnpx tsx benchmarks/src/runner.ts --suite providers
  • bench:regressionnpx tsx benchmarks/src/runner.ts --compare
  • buildnpm run generate && npm run bundle-library && npm run compile && node esbuild.mjs
  • build:productionnpm run clean && npm run generate && npm run bundle-library && npm run compile && node esbuild.mjs --production
  • bundle-librarynode scripts/bundle-library.mjs
  • cleanrm -rf clients/vscode/out server/out dist *.vsix *.tgz
  • compiletsc -b
  • generateantlr-ng -D language=TypeScript -o server/src/generated --generate-visitor true --generate-listener true grammar/SysMLv2Lexer.g4 grammar/SysMLv2Parser.g4
  • linteslint ./clients/vscode/src ./server/src
  • packagevsce package
  • package:servernpm run build:production && npm pack
  • postinstall[ -f tsconfig.json ] && [ -d clients/vscode ] && cd clients/vscode && npm install && cd ../.. && cd server && npm install || true
  • prepublishOnlynpm run build:production
  • testvitest run
  • test:e2enode ./clients/vscode/out/test/runTest.js
  • test:watchvitest
  • update-grammarcurl -fsSL https://raw.githubusercontent.com/daltskin/grammars-v4/master/sysml-v2/SysMLv2Lexer.g4 -o grammar/SysMLv2Lexer.g4 && curl -fsSL https://raw.githubusercontent.com/daltskin/grammars-v4/master/sysml-v2/SysMLv2Parser.g4 -o grammar/SysMLv2Parser.g4 && echo '✅ Grammar files updated from daltskin/grammars-v4'
  • watchtsc -b -w