PkgRadar

Package evidence

@grifhinz/[email protected]

Install-time lifecycle script: postinstall="npm run compile"

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
9
Versions published
6
First published
Apr 2026
Publisher
grifhinz

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":["@grifhinz/[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":["@grifhinz/[email protected]"],"fail_on":"review"}'
Publishergrifhinz
Artifact bytes87,104
Previous version2.0.5
Published2026-05-27T06:41:06.266Z
SHA-256a4911a0853f0716b1c42edb02aaa5a99a164a777a6acc6293e0830282d3a4988

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="npm run compile"

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
2.1.0Version
Status history (1 event)
  1. newavailable · risk review · score 5 · 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="npm run compile"5

Manifest

Package metadata

Scripts31
  • audit:cinode scripts/check-npm-audit.mjs
  • audit:logicsnode scripts/run-python.mjs -m logics_manager audit && node scripts/run-python.mjs -m logics_manager lint
  • bundle:extensionnode scripts/build/package-extension.mjs
  • ci:checknode scripts/ci-check.mjs
  • ci:fastnpm run compile && npm run lint && npm run test:coverage && npm run test:smoke && npm run lint:logics && npm run package:ci
  • compiletsc -p ./ && npm run bundle:extension
  • debug:webviewnode debug/webview/server.mjs
  • devnpm run compile && code --extensionDevelopmentPath=.
  • install:vsixnpm run package && node scripts/build/install-vsix.mjs
  • lintnpm run lint:ts && npm run lint:es
  • lint:eseslint src/**/*.ts
  • lint:logicsnode scripts/run-python.mjs -m logics_manager lint
  • lint:tstsc -p ./ --noEmit
  • logics:finish:tasknode scripts/run-python.mjs -m logics_manager flow finish task
  • packagenpm run compile && node scripts/build/package-release.mjs
  • package:cinode scripts/build/package-ci.mjs
  • postinstallnpm run compile
  • publish:npmnode scripts/release/publish-npm.mjs
  • release:changelog:resolvenode scripts/release/resolve-release-changelog.mjs --validate-current
  • release:changelog:validatenode scripts/release/resolve-release-changelog.mjs --validate-current --require-curated
  • testvitest run
  • test:coveragenpm run test:coverage:src && npm run test:coverage:media
  • test:coverage:medianode scripts/run-plugin-coverage.mjs media
  • test:coverage:srcnode scripts/run-plugin-coverage.mjs src
  • test:lifecyclenode tests/run_plugin_lifecycle_checks.mjs
  • test:npm-clinode scripts/npm/logics-manager.mjs --help
  • test:smokenode tests/run_extension_smoke_checks.mjs
  • test:watchvitest
  • watchnpm run watch:bundle
  • watch:bundlenode scripts/build/package-extension.mjs --watch
  • …and 1 more.