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
- 68Established · −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 monitoringNo 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"}'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
Status history (1 event)
- new → available · 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 buildbuildtsc && 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.jsfmtprettier --write . --ignore-path .prettierignorefmt: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 .prettierignoremd:fix:silentpnpm run silent -- md:fix:silent .temp/validation/04-md-fix "pnpm run md:fix"md:lintprettier --check "**/*.md" --ignore-path .prettierignoremd: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.mjstestnode --unhandled-rejections=warn -r ./tests/setup-rejection-handler.js node_modules/jest/bin/jest.js --runInBand --detectOpenHandles --no-coveragetest:coveragenode --unhandled-rejections=warn -r ./tests/setup-rejection-handler.js node_modules/jest/bin/jest.js --coveragetest:integrationts-node test_integration.tstest:integration:apinode --unhandled-rejections=warn node_modules/jest/bin/jest.js tests/integration/api-endpoints.integration.test.ts --maxWorkers=50% --testPathIgnorePatterns=/node_modules/ --forceExittest:no-coveragenode --unhandled-rejections=warn -r ./tests/setup-rejection-handler.js node_modules/jest/bin/jest.js --no-coveragetest: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 --watchtests:typechecktsc -p tests/tsconfig.json --noEmittests:typecheck:silentpnpm run silent -- tests:typecheck:silent .temp/validation/00-tests-typecheck "pnpm run tests:typecheck"
Dependencies6
@types/jsonwebtoken^9.0.10axios^1.6.2dotenv^17.2.3ioredis^5.3.2jose^5.9.6jsonwebtoken^9.0.2