PkgRadar

Package evidence

@blokjs/[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
39
Versions published
23
First published
Feb 2026
Publisher
well-prado

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":["@blokjs/[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":["@blokjs/[email protected]"],"fail_on":"review"}'
Publisherwell-prado
Artifact bytes626,455
Previous version0.6.17
Published2026-06-07T23:52:16.483Z
SHA-256096fc6ef23b24f7d9f3ac8676f4cd4c08687df5037ad1e4eda3cecf11c47dae9

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts7
  • buildrm -rf dist && bun run tsc && bun run sync:proto
  • build:devbun run build && tsc --watch
  • sync:protomkdir -p dist/adapters/grpc/proto/blok/runtime/v1 && cp src/adapters/grpc/proto/blok/runtime/v1/runtime.proto dist/adapters/grpc/proto/blok/runtime/v1/runtime.proto
  • sync:proto:fromrootmkdir -p src/adapters/grpc/proto/blok/runtime/v1 && cp ../../proto/blok/runtime/v1/runtime.proto src/adapters/grpc/proto/blok/runtime/v1/runtime.proto
  • testvitest run
  • test:devvitest
  • typechecktsc --noEmit --incremental
Dependencies13
  • @blokjs/helper^0.6.18
  • @blokjs/shared^0.6.18
  • @grpc/grpc-js^1.12.0
  • @grpc/proto-loader^0.7.13
  • @opentelemetry/api^1.9.0
  • fast-xml-parser^5.3.4
  • jsonschema^1.5.0
  • lodash^4.17.21
  • smol-toml^1.6.0
  • uuid^11.1.0
  • yaml^2.8.2
  • zod^3.24.2
  • zod-to-json-schema^3.24.0