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.

Weekly downloads
692
Versions published
14Established · −30% score
First published
Oct 2025
Publisher
rtorcato

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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 bytes79,893
Previous version2.0.0
Published2026-06-10T21:42:36.657Z
SHA-256022629839b01c3f7a5d2ce2cc9fe4311132ce47642437c862d64c471b13373c9

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts17
  • ==================== Common ====================
  • ================================================
  • benchmarknode scripts/benchmark.mjs
  • build-clitsc src/cli/bootstrap.ts src/cli/cli.ts --ignoreConfig --types node --outDir dist/cli --target ES2022 --module ES2022 --moduleResolution bundler --allowImportingTsExtensions false --esModuleInterop --skipLibCheck && echo '#!/usr/bin/env node' > dist/cli/index.mjs && cat dist/cli/bootstrap.js >> dist/cli/index.mjs && rm dist/cli/bootstrap.js && mv dist/cli/cli.js dist/cli/cli.mjs && sed -i.bak "s|'./cli.js'|'./cli.mjs'|g" dist/cli/index.mjs && rm dist/cli/index.mjs.bak && chmod +x dist/cli/index.mjs
  • build-devrimraf ./dist tsconfig.build.tsbuildinfo && cross-env NODE_ENV=development node build.mjs && tsc --emitDeclarationOnly --project tsconfig.build.json && node scripts/copy-types.mjs && npm run build-cli
  • build-prodrimraf ./dist tsconfig.build.tsbuildinfo && cross-env NODE_ENV=production node build.mjs && tsc --emitDeclarationOnly --project tsconfig.build.json && node scripts/copy-types.mjs && npm run build-cli
  • checkpnpm exec biome check .
  • check:fixpnpm exec biome check --fix
  • commitcz
  • coveragevitest run --coverage
  • formatpnpm exec biome format .
  • lintpnpm exec biome lint .
  • preparehusky
  • prepublishOnlynpm run build-prod
  • testvitest
  • test:watchvitest --watch
  • typechecktsc --noEmit
Dependencies7
  • date-fns^4.1.0
  • date-fns-tz^3.2.0
  • luxon^3.7.2
  • pino^10.1.0
  • short-uuid^6.0.3
  • uuid^13.0.0
  • zod^4.1.12
Optional dependencies6
  • @inquirer/prompts^8.5.0
  • chalk^5.6.2
  • chalk-animation^2.0.3
  • commander^14.0.1
  • figlet^1.9.3
  • gradient-string^3.0.0