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
- 18
- First published
- Apr 2026
- Publisher
- grifhinz
Recommended action
Looks clean — keep monitoringNo 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"}'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
Status history (1 event)
- new → available · 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.mjsaudit:logicsnode scripts/run-python.mjs -m logics_manager audit && node scripts/run-python.mjs -m logics_manager lintaudit:logics:strictnode scripts/run-python.mjs -m logics_manager audit --governance-profile strict && node scripts/run-python.mjs -m logics_manager lint --require-statusbundle:extensionnode scripts/build/package-extension.mjsci:checknode scripts/ci-check.mjsci:fastnpm run compile && npm run lint && npm run test:coverage && npm run test:smoke && npm run lint:logics && npm run package:cicompiletsc -p ./ && npm run bundle:extensiondebug:webviewnode clients/viewer/debug-webview/server.mjsdevnpm run compile && code --extensionDevelopmentPath=.install:vsixnpm run package && node scripts/build/install-vsix.mjslintnpm run lint:ts && npm run lint:eslint:eseslint clients/vscode/src/**/*.tslint:logicsnode scripts/run-python.mjs -m logics_manager lintlint:tstsc -p ./ --noEmitlogics:finish:tasknode scripts/run-python.mjs -m logics_manager flow finish taskpackagenpm run compile && node scripts/build/package-release.mjspackage:cinode scripts/build/package-ci.mjspackage:npmnode scripts/build/package-npm.mjspublish:npmnode scripts/release/publish-npm.mjsrelease:changelog:resolvenode scripts/release/resolve-release-changelog.mjs --validate-currentrelease:changelog:validatenode scripts/release/resolve-release-changelog.mjs --validate-current --require-curatedtestvitest runtest:coveragenpm run test:coverage:src && npm run test:coverage:mediatest:coverage:medianode scripts/run-plugin-coverage.mjs mediatest:coverage:srcnode scripts/run-plugin-coverage.mjs srctest:lifecyclenode tests/run_plugin_lifecycle_checks.mjstest:npm-clinode scripts/npm/logics-manager.mjs --helptest:smokenode tests/run_extension_smoke_checks.mjstest:viewer-smokenode tests/run_local_viewer_visual_smoke.mjstest:watchvitest- …and 3 more.