PkgRadar

Package evidence

@revenium/[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
25
Versions published
13
First published
Mar 2026
Publisher
gabi_sabadin

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":["@revenium/[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":["@revenium/[email protected]"],"fail_on":"review"}'
Publishergabi_sabadin
Artifact bytes59,205
Previous version1.1.1
Published2026-06-04T18:10:39.285Z
SHA-2565cf1fa51ba010c8a5ec1659c282de55dba35a315c41678db0f4eb391028d150d

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

Scripts15
  • buildtsc
  • cleannode -e "const fs = require('fs'); if (fs.existsSync('dist')) fs.rmSync('dist', {recursive: true, force: true})"
  • formatprettier --write "src/**/*.ts" "tests/**/*.ts"
  • format:checkprettier --check "src/**/*.ts" "tests/**/*.ts"
  • linteslint src/ tests/
  • lint:fixeslint src/ tests/ --fix
  • prepublishOnlynpm run clean && npm run build
  • testvitest run
  • test:corevitest run tests/unit/_core
  • test:coveragevitest run --coverage
  • test:cursorvitest run tests/unit/cursor
  • test:e2evitest run tests/integration/e2e.test.ts
  • test:integrationvitest run tests/integration
  • test:provider-e2evitest run tests/integration/provider-e2e.test.ts --testTimeout=120000
  • test:watchvitest
Dependencies4
  • chalk^4.1.2
  • commander^14.0.3
  • inquirer^8.2.6
  • ora^5.4.1