PkgRadar

Package evidence

@grifhinz/[email protected]

no findings

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
329
Versions published
16
First published
Apr 2026
Publisher
grifhinz

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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 bytes451,332
Previous version2.5.1
Published2026-06-10T07:03:54.442Z
SHA-2569aa10c673425a1588319deeba7a91126e7b1180d30316a4e7c72eebede00bef9

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
2.5.2Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts33
  • 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
  • audit:logics:strictnode scripts/run-python.mjs -m logics_manager audit --governance-profile strict && node scripts/run-python.mjs -m logics_manager lint --require-status
  • 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 clients/viewer/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 clients/vscode/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
  • package:npmnode scripts/build/package-npm.mjs
  • 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:viewer-smokenode tests/run_local_viewer_visual_smoke.mjs
  • test:watchvitest
  • …and 3 more.