PkgRadar

Package evidence

@classytic/[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
11
Versions published
7
First published
Apr 2026
Publisher
classytic-bot

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":["@classytic/[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":["@classytic/[email protected]"],"fail_on":"review"}'
Publisherclassytic-bot
Artifact bytes236,459
Previous version0.2.4
Published2026-05-06T18:46:21.084Z
SHA-256eaeb6302b36a5699b20a64dfffdb7f7b22bed32b2838fcb435ea160ce286068a

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts19
  • buildtsdown
  • checkbiome check --write --unsafe src/ tests/
  • devtsdown --watch
  • formatbiome format --write src/ tests/
  • lintbiome check src/ tests/
  • lint:fixbiome check --write src/ tests/
  • prepublishOnlynpm run lint && npm run typecheck && npm run test && npm run build
  • pushclassytic-push
  • releasenpm run push -- main && npm run release:tag && npm publish
  • release:tagnode -e "require('child_process').execSync('npm run push -- v'+require('./package.json').version,{stdio:'inherit'})"
  • testvitest run
  • test:concurrencyvitest run tests/concurrency/ tests/hardening/
  • test:coveragevitest run --coverage
  • test:integrationvitest run tests/integration/ tests/services/ tests/workflows/ tests/traceability/
  • test:loadvitest run tests/load/
  • test:newvitest run tests/scope/ tests/services/package-v2.service.test.ts tests/services/quality.service.test.ts tests/services/task.service.test.ts tests/services/receipt-tracking.test.ts tests/services/posting-package-guard.test.ts tests/services/replenishment-transfer-atomicity.test.ts tests/integration/package-content-identity.test.ts
  • test:unitvitest run tests/domain/ tests/scope/ tests/reservations/ tests/routing/ tests/scanning/ tests/valuation/ tests/events/ tests/utils/
  • test:watchvitest
  • typechecktsc --noEmit