PkgRadar

Package evidence

@theleop/[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
5
First published
Apr 2025
Publisher
theleop

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":["@theleop/[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":["@theleop/[email protected]"],"fail_on":"review"}'
Publishertheleop
Artifact bytes69,940
Previous version4.5.0
Published2026-06-15T01:57:21.171Z
SHA-2569a28c31ff795d28e46fc0cf7d81b575ab0ba4d25dd5b697cbe6591ec74ebdecb

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
4.6.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

Scripts9
  • buildnpm run protos:build && tsc; npm run protos:copy
  • build:tstsc
  • precommitnpm run build
  • preparenpm run prepublish
  • prepublishnpm run build
  • protospbts --out ./src/protos.d.ts ./src/protos.js
  • protos:buildnpm run protos:convert && npm run protos
  • protos:convertpbjs --target static-module --force-long --wrap ./src/wrapper.js --out ./src/protos.js ./src/protos/*.proto --dependency protobufjs/minimal.js
  • protos:copycp ./src/protos.* ./dist/
Dependencies4
  • http_ece^1.2.1
  • jsonwebtoken^9.0.2
  • long^5.3.2
  • protobufjs^7.4.0