PkgRadar

Package evidence

[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
67
Versions published
21
First published
Mar 2026
Publisher
jetienne

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisherjetienne
Artifact bytes39,808
Previous version1.0.30
Published2026-06-03T14:11:10.374Z
SHA-25677422cb2a2ecdb5d2dcafd4a48ffbdf452696c7a690b201a9166968752be1f06

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts14
  • buildtsc -p tsconfig.build.json
  • build:watchtsc -p tsconfig.build.json --watch
  • clean:allnpm run openai_cache:clean && npm run openai_cost_tracker:clean
  • openai_cache:cleanrm -f ./examples/.openai_cache.sqlite
  • openai_cost:watchtsx ./src/trackers/tracker_sqlite/bin/tracker_sqlite_pp.ts -i ./examples/.openai_cost_tracker.sqlite -w
  • openai_cost:watch_multi_providertsx ./src/trackers/tracker_sqlite/bin/tracker_sqlite_pp.ts -i ./examples/.openai_cost_tracker_multi_provider.sqlite -w
  • openai_cost_tracker:cleanrm -f ./examples/.openai_cost_tracker.sqlite ./examples/.openai_cost_tracker_multi_provider.sqlite
  • publish:allnpm run build && npm version patch && npm publish --access public
  • sample:basictsx examples/openai_cost_example.ts
  • sample:comparatortsx examples/openai_cost_comparator.ts
  • sample:multi_providertsx examples/openai_cost_multi_provider_example.ts
  • sample:tracker_sqlitetsx examples/openai_cost_tracker_sqlite_example.ts
  • testtsx --test tests/**/*.test.ts
  • typechecktsc --noEmit
Dependencies8
  • better-sqlite3^12.8.0
  • cacheable^2.3.4
  • chalk^4.1.2
  • commander^14.0.3
  • minimatch^10.2.5
  • openai^6.27.0
  • openai-cache^1.0.35
  • strip-ansi^6.0.1