PkgRadar

Package evidence

@tchr/[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
1,010Niche · −30% score
Versions published
12
First published
May 2026
Publisher
tchr

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@tchr/[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":["@tchr/[email protected]"],"fail_on":"review"}'
Publishertchr
Artifact bytes463,031
Previous version1.3.0
Published2026-05-25T08:56:44.710Z
SHA-25685b0e6d55256f9a3e55e532f7b94d29085d98d23ed887451ee7d627f308e1495

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

Scripts6
  • buildtsc -p tsconfig.json && mkdir -p dist/pricing && cp src/pricing/models.json dist/pricing/models.json && chmod +x dist/cli.js
  • devtsx src/cli.ts
  • prepacknpm run sync-assets && npm run build
  • sync-assetstsx scripts/sync-assets.ts
  • testvitest run
  • test:e2evitest run --config vitest.e2e.config.ts
Dependencies12
  • @clack/prompts^0.7.0
  • @types/better-sqlite3^7.6.13
  • better-sqlite3^11.10.0
  • commander^12.1.0
  • execa^9.5.1
  • fast-glob^3.3.2
  • find-up^7.0.0
  • fs-extra^11.2.0
  • gray-matter^4.0.3
  • marked^14.1.4
  • open^10.2.0
  • picocolors^1.1.1