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 promotingMixed 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"}'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
Status history (1 event)
- new → available · risk review · score 27 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Known Indicator Filename | package/dist/cjs/types/execution.js | package/dist/cjs/types/execution.js | 45 |
| high | Known Indicator Filename | package/dist/esm/types/execution.js | package/dist/esm/types/execution.js | 45 |
Manifest
Package metadata
Scripts18
buildnpm run prebuild && npm run clean && npm run compilecleanrm -rf distcompiletsc && tsc --project tsconfig.esm.json && node scripts/fix-esm-imports.jsdevtsc --watchformatprettier --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' --fixprebuildnpm run stamp-versionprepublishOnlynpm run buildprereleasenpm run lint && npm run test:coverage && npm run buildstamp-versionnode scripts/stamp-version.jstestjesttest:alljest --testPathIgnorePatterns='/node_modules/' --testTimeout=60000test:contractjest tests/contract.test.tstest:coveragejest --coveragetest: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