PkgRadar

Package evidence

@axiom-lattice/[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
66Established · −30% score
First published
Nov 2025
Publisher
simon_tang

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":["@axiom-lattice/[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":["@axiom-lattice/[email protected]"],"fail_on":"review"}'
Publishersimon_tang
Artifact bytes368,325
Previous version1.0.74
Published2026-06-03T10:07:36.236Z
SHA-256611f80586b79311b056c087e9ad87f3862732a00f9ae70ed41ad8afa49543eee

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts10
  • buildtsup
  • devlsof -ti:4001 | xargs kill -9 && tsup src/index.ts --format esm --dts --watch --onSuccess "node dist/index.js"
  • dev:inspecttsup src/index.ts --format esm --dts --watch --onSuccess "node --inspect dist/index.js"
  • dev:nodemonnodemon --watch 'src/**/*.ts' --watch '../../packages/core/dist/**/*' --exec 'ts-node' -r tsconfig-paths/register src/index.ts
  • dev:servetsup src/index.ts --format esm --dts --watch --serve dist/index.js
  • linttsc --noEmit
  • startnode dist/index.js
  • testjest
  • test:coveragejest --coverage
  • test:watchjest --watch
Dependencies10
  • @axiom-lattice/core2.1.67
  • @axiom-lattice/gateway2.1.77
  • @axiom-lattice/pg-stores1.0.57
  • @axiom-lattice/protocols2.1.34
  • @langchain/langgraph-checkpoint-postgres^1.0.0
  • dotenv^16.6.1
  • pg^8.20.0
  • uuid^9.0.1
  • zod^3.24.2
  • zod-to-json-schema^3.24.3