PkgRadar

Package evidence

@jurislm/[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
33
Versions published
11
First published
Apr 2026
Publisher
terry.ty

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":["@jurislm/[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":["@jurislm/[email protected]"],"fail_on":"review"}'
Publisherterry.ty
Artifact bytes38,533
Previous version3.5.0
Published2026-05-29T10:06:05.315Z
SHA-2568a26b7c733317c8f61596e3f5130bd70ab2a11534829e8aa358a05a65cb25f1e

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts15
  • buildtsc && shx chmod +x dist/*.js
  • devbun --watch src/index.ts
  • formatprettier --write .
  • format:checkprettier --check .
  • linteslint --max-warnings=0
  • lint:fixeslint . --fix
  • preparehusky
  • prepublishOnlybun run build && bun run test && bun run typecheck:tests && bun run lint
  • startbun dist/index.js
  • testbun test ./src/__tests__/*.test.ts
  • test:coveragebun test --coverage ./src/__tests__/*.test.ts
  • test:integrationbun test --timeout 60000 ./src/__tests__/integration
  • test:watchbun test --watch ./src/__tests__/*.test.ts
  • typechecktsc --noEmit
  • typecheck:teststsc --noEmit -p tsconfig.test.json
Dependencies2
  • @modelcontextprotocol/sdk^1.29.0
  • zod^4.3.5