PkgRadar

Package evidence

@grind-t/[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.

Versions published
1
First published
Jun 2026
Publisher
grind-t

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":["@grind-t/[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":["@grind-t/[email protected]"],"fail_on":"review"}'
Publishergrind-t
Artifact bytes295,865
Previous versionnone
Published2026-06-17T13:11:21.403Z
SHA-2565b44176c6abfee22d06d49aaf78ea17b1ca19002f77fdbf612263d4081941ca3

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
1.0.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts10
  • buildtsup
  • checknpm run typecheck && npm run lint && npm run test
  • contracts:generatebuf generate
  • contracts:pullnode --experimental-transform-types ./scripts/pull-contracts.ts
  • devnode --experimental-transform-types --watch --env-file=.env ./playground.ts
  • lintnpx @biomejs/biome check --write
  • testnode --experimental-transform-types --experimental-test-module-mocks --test "src/**/*.test.ts"
  • test:e2enode --experimental-transform-types --experimental-test-module-mocks --test "src/**/*.e2e.test.ts"
  • test:unitnode --experimental-transform-types --experimental-test-module-mocks --test "src/**/*.unit.test.ts"
  • typechecktsc --noEmit
Dependencies2
  • @connectrpc/connect^2.1.1
  • @connectrpc/connect-node^2.1.1