PkgRadar

Package evidence

@axonflow/[email protected]

Known Indicator Filename: package/dist/cjs/types/execution.js

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
460
Versions published
52Established · −30% score
First published
Oct 2025
Publisher
GitHub ActionsTrusted automation · −70% score

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

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":["@axonflow/[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":["@axonflow/[email protected]"],"fail_on":"review"}'
Artifact bytes268,889
Previous version8.1.0
Published2026-05-23T16:40:15.119Z
SHA-2563581ab563d30ae1f9a435e7ed8950f49253c3406625a18ef1f9a89e7c5c32558

Why flagged

What the scanner saw

Known Indicator Filename: package/dist/cjs/types/execution.js

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
27Score
8.2.0Version
Status history (1 event)
  1. newavailable · risk review · score 27 · status changed

Evidence

Static findings

2 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highKnown Indicator Filenamepackage/dist/cjs/types/execution.jspackage/dist/cjs/types/execution.js45
highKnown Indicator Filenamepackage/dist/esm/types/execution.jspackage/dist/esm/types/execution.js45

Manifest

Package metadata

Scripts18
  • buildnpm run prebuild && npm run clean && npm run compile
  • cleanrm -rf dist
  • compiletsc && tsc --project tsconfig.esm.json && node scripts/fix-esm-imports.js
  • devtsc --watch
  • formatprettier --write 'src/**/*.ts' 'test/**/*.ts' 'tests/**/*.ts'
  • format:checkprettier --check 'src/**/*.ts' 'test/**/*.ts' 'tests/**/*.ts'
  • linteslint 'src/**/*.ts' 'test/**/*.ts' 'tests/**/*.ts'
  • lint:fixeslint 'src/**/*.ts' 'test/**/*.ts' 'tests/**/*.ts' --fix
  • prebuildnpm run stamp-version
  • prepublishOnlynpm run build
  • prereleasenpm run lint && npm run test:coverage && npm run build
  • stamp-versionnode scripts/stamp-version.js
  • testjest
  • test:alljest --testPathIgnorePatterns='/node_modules/' --testTimeout=60000
  • test:contractjest tests/contract.test.ts
  • test:coveragejest --coverage
  • test:e2ejest tests/e2e-staging.test.ts --testTimeout=60000 --runInBand --testPathIgnorePatterns='/node_modules/'
  • test:integrationjest tests/integration.test.ts --testTimeout=30000 --testPathIgnorePatterns='/node_modules/'
Dependencies1
  • openai^6.15.0