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
338
Versions published
8
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 bytes58,748
Previous version7.3.1
Published2026-06-17T06:15:02.210Z
SHA-25633a9ccf883ba5b937cb1894061f3fe67a499e1aed05af889b940da2c0426c82e

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