PkgRadar

Package evidence

@rtorcato/[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
7
First published
Jun 2026
Publisher
rtorcato

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":["@rtorcato/[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":["@rtorcato/[email protected]"],"fail_on":"review"}'
Publisherrtorcato
Artifact bytes38,057
Previous version1.1.2
Published2026-06-11T19:39:59.028Z
SHA-256720a37f68a9a5b516778883abf422d1ff45047497f40ec4d200f808cb6d4000c

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts18
  • ==================== Common ====================
  • ================================================
  • build-devrimraf ./dist tsconfig.build.tsbuildinfo && cross-env NODE_ENV=development node build.mjs && tsc --emitDeclarationOnly --project tsconfig.build.json
  • build-prodrimraf ./dist tsconfig.build.tsbuildinfo && cross-env NODE_ENV=production node build.mjs && tsc --emitDeclarationOnly --project tsconfig.build.json
  • checkpnpm exec biome check .
  • check:fixpnpm exec biome check --fix
  • coveragevitest run --coverage
  • formatpnpm exec biome format .
  • knipknip
  • lintpnpm exec biome lint .
  • preparehusky
  • pretreeshakepnpm build-prod
  • sizesize-limit
  • testvitest
  • test:watchvitest --watch
  • treeshakepnpm --filter @rtorcato/browser-common-treeshake-check run check
  • typechecktsc --noEmit
  • verifypnpm typecheck && pnpm check && pnpm exec vitest run && pnpm treeshake