PkgRadar

Package evidence

@sublay/[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
311
Versions published
6
First published
Jun 2026
Publisher
tsabary

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":["@sublay/[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":["@sublay/[email protected]"],"fail_on":"review"}'
Publishertsabary
Artifact bytes67,508
Previous version7.1.1
Published2026-06-17T06:14:48.114Z
SHA-2566ba82f018ee1c0538e79ceeada4260e5afca0d3e7fd7708abc9c243a6df6d9a3

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

Scripts11
  • buildtsup src/index.ts --dts --format cjs,esm
  • build:typestsc --emitDeclarationOnly
  • publish-betapnpm publish --tag beta --no-git-checks
  • publish-beta:minorpnpm version:minor && pnpm publish-beta
  • publish-beta:patchpnpm version:patch && pnpm publish-beta
  • publish-prodpnpm publish --no-git-checks
  • publish-prod:minorpnpm version:minor && pnpm publish-prod
  • publish-prod:patchpnpm version:patch && pnpm publish-prod
  • testjest
  • version:minorpnpm version minor --no-git-tag-version --no-git-checks
  • version:patchpnpm version patch --no-git-tag-version --no-git-checks
Dependencies1
  • axios^1.15.0