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.

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 bytes92,645
Previous version0.4.0
Published2026-06-12T03:42:44.956Z
SHA-2568427f92cc1530e016a60e8e83a01859219540aaaa6b499b72ee87cd43a0b15c6

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.5.0Version
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
  • knipknip
  • lintbiome check src/ --diagnostic-level=error
  • lint:fixbiome check src/ --write
  • prepublishOnlynpm 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'})"
  • smokenode -e "import('@classytic/invoice')"
  • testvitest run
  • test:civitest run
  • test:coveragevitest run --coverage
  • test:e2evitest run tests/e2e
  • test:integrationvitest run tests/integration
  • test:servicesvitest run tests/services
  • test:smokevitest run tests/smoke
  • test:unitvitest run tests/unit
  • test:watchvitest
  • typechecktsc --noEmit