PkgRadar

Package evidence

@paparats/[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
53
First published
Feb 2026
Publisher
ibazylchuk

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":["@paparats/[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":["@paparats/[email protected]"],"fail_on":"review"}'
Publisheribazylchuk
Artifact bytes73,939
Previous version1.3.1
Published2026-06-10T17:44:33.439Z
SHA-25681acfb60fdb1771bd0676680c4f3f6dd1c2902686fd79a851dcba8affd302877

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts7
  • buildtsc
  • devtsc --watch
  • postbuildnode -e "if (process.platform !== 'win32') require('fs').chmodSync('bin/paparats', 0o755)"
  • prepublishOnlynpm run build && npm run test
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies10
  • @inquirer/prompts^8.5.2
  • @paparats/shared^1.3.2
  • chalk^5.6.2
  • chokidar^5.0.0
  • commander^14.0.3
  • glob^13.0.6
  • js-yaml^4.2.0
  • minimatch^10.2.5
  • ora^9.4.0
  • p-limit^7.3.0