PkgRadar

Package evidence

@aifabrix/[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
1,037Niche · −30% score
Versions published
67Established · −30% score
First published
Oct 2025
Publisher
mika.roivainen

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":["@aifabrix/[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":["@aifabrix/[email protected]"],"fail_on":"review"}'
Artifact bytes325,355
Previous version4.15.4
Published2026-06-02T22:29:45.025Z
SHA-256753fee58b38982db830161b74f30a2df5cb79370e4251212195c1822611e9c5c

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts29
  • allpnpm run lint:fix && pnpm run test && pnpm run test:integration:api && pnpm run test:integration && pnpm run build
  • buildtsc && node -e "require('fs').copyFileSync('src/express/express.d.ts', 'dist/express/express.d.ts')"
  • build:silentpnpm run silent -- build:silent .temp/validation/01-build "pnpm run build"
  • check:forbidden-markersnode scripts/check-forbidden-trace-markers.js
  • fmtprettier --write . --ignore-path .prettierignore
  • fmt:silentpnpm run silent -- fmt:silent .temp/validation/02-fmt "pnpm run fmt"
  • linteslint 'src/**/*.ts' --max-warnings 0 --ignore-pattern '**/*.d.ts'
  • lint:fixeslint 'src/**/*.ts' --fix --ignore-pattern '**/*.d.ts'
  • lint:fix:silentpnpm run silent -- lint:fix:silent .temp/validation/05-lint-fix "pnpm run lint:fix"
  • lint:silentpnpm run silent -- lint:silent .temp/validation/05-lint "pnpm run lint"
  • md:fixprettier --write "**/*.md" --ignore-path .prettierignore
  • md:fix:silentpnpm run silent -- md:fix:silent .temp/validation/04-md-fix "pnpm run md:fix"
  • md:lintprettier --check "**/*.md" --ignore-path .prettierignore
  • md:lint:silentpnpm run silent -- md:lint:silent .temp/validation/03-md-lint "pnpm run md:lint"
  • server:build:silentpnpm run silent -- server:build:silent .temp/validation/server-04-build "pnpm --dir server run build"
  • server:lint:fix:silentpnpm run silent -- server:lint:fix:silent .temp/validation/server-01-lint-fix "pnpm --dir server run lint:fix"
  • server:lint:silentpnpm run silent -- server:lint:silent .temp/validation/server-02-lint "pnpm --dir server run lint"
  • server:start:dev:silentpnpm run silent -- --detach server:start:dev:silent .temp/validation/server-05-start-dev "pnpm --dir server run start:dev"
  • server:test:silentpnpm run silent -- server:test:silent .temp/validation/server-03-test "pnpm --dir server run test"
  • silentnode scripts/run-silent.mjs
  • testnode --unhandled-rejections=warn -r ./tests/setup-rejection-handler.js node_modules/jest/bin/jest.js --runInBand --detectOpenHandles --no-coverage
  • test:coveragenode --unhandled-rejections=warn -r ./tests/setup-rejection-handler.js node_modules/jest/bin/jest.js --coverage
  • test:integrationts-node test_integration.ts
  • test:integration:apinode --unhandled-rejections=warn node_modules/jest/bin/jest.js tests/integration/api-endpoints.integration.test.ts --maxWorkers=50% --testPathIgnorePatterns=/node_modules/ --forceExit
  • test:no-coveragenode --unhandled-rejections=warn -r ./tests/setup-rejection-handler.js node_modules/jest/bin/jest.js --no-coverage
  • test:silentpnpm run silent -- test:silent .temp/validation/06-test "pnpm run test"
  • test:watchnode --unhandled-rejections=warn -r ./tests/setup-rejection-handler.js node_modules/jest/bin/jest.js --watch
  • tests:typechecktsc -p tests/tsconfig.json --noEmit
  • tests:typecheck:silentpnpm run silent -- tests:typecheck:silent .temp/validation/00-tests-typecheck "pnpm run tests:typecheck"
Dependencies6
  • @types/jsonwebtoken^9.0.10
  • axios^1.6.2
  • dotenv^17.2.3
  • ioredis^5.3.2
  • jose^5.9.6
  • jsonwebtoken^9.0.2