PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="node bin/post-install.js"

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
25,267Mainstream · −50% score
Versions published
347Mature · −50% score
First published
Oct 2022
Publisher
ymc9

Effective trust discount applied: 50% (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"}'
Publisherymc9
Artifact bytes219,799
Previous version2.22.2
Published2026-06-06T17:47:20.552Z
SHA-25678b568a5879be229bad16b8d7f7e4d9049e56cf61e46188b755edfa6b0e8945f

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node bin/post-install.js"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node bin/post-install.js"5

Manifest

Package metadata

Scripts11
  • buildpnpm clean && pnpm lint --max-warnings=0 && tsc && copyfiles -F "bin/*" dist && copyfiles ./README-global.md ./LICENSE ./package.json dist && renamer --replace "README.md" dist/README-global.md && copyfiles -u 1 "src/res/*" dist && node build/post-build.js && pnpm pack dist --pack-destination ../../../.build
  • bundlerimraf bundle && tsc -p tsconfig.vscode.json --noEmit && pnpm lint --max-warnings=0 && node build/bundle.js --minify
  • cleanrimraf dist
  • linteslint src tests --ext ts
  • postinstallnode bin/post-install.js
  • testjest
  • vscode:packagepnpm bundle && vsce package --no-dependencies
  • vscode:prepublishpnpm bundle
  • vscode:prereleasevsce publish --no-dependencies --pre-release
  • vscode:publishvsce publish --no-dependencies
  • watchtsc --watch
Dependencies24
  • @paralleldrive/cuid2^2.2.0
  • @zenstackhq/language2.22.3
  • @zenstackhq/sdk2.22.3
  • async-exit-hook^2.0.1
  • colors1.4.0
  • commander^8.3.0
  • deepmerge^4.3.1
  • langium1.3.1
  • mixpanel^0.17.0
  • ora^5.4.1
  • pluralize^8.0.0
  • pretty-repl^4.0.0
  • semver^7.5.2
  • strip-color^0.1.0
  • terminal-link^2.0.0
  • ts-morph^26.0.0
  • ts-pattern^4.3.0
  • uuid^11.1.1
  • vscode-jsonrpc^8.0.2
  • vscode-languageclient^8.0.2
  • vscode-languageserver^8.0.2
  • vscode-languageserver-textdocument^1.0.7
  • vscode-uri^3.0.6
  • zod-validation-error^4.0.0