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
- 1,026Established · −30% score
- First published
- Jun 2025
- Publisher
- max-voloshyn
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":["[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":["[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
Scripts25
buildtscbuild:backendnpm run build -w @owox/backend --prefix ../..build:cleanshx rm -rf dist oclif.manifest.json tsconfig.tsbuildinfobuild:depnpm run build:internal-helpers && npm run build:web && npm run build:idp-protocol && npm run build:idp-better-auth && npm run build:idp-owox-better-auth && npm run build:backendbuild:idp-better-authnpm run build -w @owox/idp-better-auth --prefix ../..build:idp-owox-better-authnpm run build -w @owox/idp-owox-better-auth --prefix ../..build:idp-protocolnpm run build -w @owox/idp-protocol --prefix ../..build:internal-helpersnpm run build -w @owox/internal-helpers --prefix ../..build:webnpm run build -w @owox/web --prefix ../..devOWOX_TELEMETRY_DISABLED=1 node ./bin/run.js serve -e ../../.envformatprettier --write "**/*.{ts,js,json}" --ignore-path ../../.prettierignoreformat:checkprettier --check "**/*.{ts,js,json}" --ignore-path ../../.prettierignorelinteslint . --config ./eslint.config.mjslint:fixeslint . --config ./eslint.config.mjs --fixlint:mdmarkdownlint-cli2 --config ../../.markdownlint-cli2.mjslint:md:fixmarkdownlint-cli2 --config ../../.markdownlint-cli2.mjs --fixmigrations:downnode ./bin/run.js migrations down -e ../../.envmigrations:statusnode ./bin/run.js migrations status -e ../../.envmigrations:upnode ./bin/run.js migrations up -e ../../.envprebuildnpm run build:clean && npm run build:depprepackoclif manifestprepublishOnlynpm run lintpretestoclif manifesttestmocha --forbid-only "test/**/*.test.ts"versionoclif readme && git add README.md
Dependencies9
@oclif/core^4@oclif/plugin-help^6@owox/backend0.28.0-next-20260612102706@owox/idp-better-auth0.28.0-next-20260612102706@owox/idp-owox-better-auth0.28.0-next-20260612102706@owox/idp-protocol0.28.0-next-20260612102706@owox/internal-helpers0.28.0-next-20260612102706@owox/web0.28.0-next-20260612102706cors^2.8.6