PkgRadar

Package evidence

[email protected]

no findings

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,794
Previous version1.0.28
Published2026-05-25T06:02:24.380Z
SHA-256ecd746e82d05b5c0dd8d13b2eee098476b533d89197725448608ceeca3d46cb4

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.29Version
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