PkgRadar

Package evidence

@atbash/[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
448
Versions published
45
First published
Apr 2026
Publisher
tewuhbo

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":["@atbash/[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":["@atbash/[email protected]"],"fail_on":"review"}'
Publishertewuhbo
Artifact bytes30,112
Previous version0.3.20
Published2026-05-27T13:08:36.776Z
SHA-25614d49b027ec8198d277e86eec610680c71d843ad87eb40f01715bb9c1f38d0a8

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts4
  • buildtsc
  • devts-node src/bin/atbash.ts
  • releasenpm version patch --no-git-tag-version && npm run build && npx npm@10 publish --access public
  • release:devnpm version prerelease --preid dev --no-git-tag-version && npm run build && npm publish --tag dev
Dependencies5
  • @atbash/sdk^0.3.23
  • chalk^4.1.2
  • commander^12.0.0
  • omelette^0.4.17
  • ora^5.4.1