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
- 115
- First published
- Feb 2026
- Publisher
- haianh123bgln
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":["@redonvn/[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":["@redonvn/[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
Scripts21
buildnpm run clean && npm run generate:index && npm run fix:omit-array-syntax && tsc -p tsconfig.build.esm.json && node tools/fix-esm-imports.cjs && tsc -p tsconfig.build.cjs.json && node tools/write-entrypoints.cjscleannode -e "require('fs').rmSync('dist',{ recursive: true, force: true })"fix:omit-array-syntaxnode tools/fix-omit-array-syntax.cjsgeneratecross-env GEN_MODE=hybrid OUTPUT_REPORT=true tsx tools/generate-dynamic-table-sdk.tsgenerate:ask-aicross-env GEN_MODE=ts OUTPUT_REPORT=true tsx tools/generate-ask-ai-only-sdk.tsgenerate:dynamic-tablecross-env GEN_MODE=ts OUTPUT_REPORT=true tsx tools/generate-dynamic-table-only-sdk.tsgenerate:dynamic-table:publiccross-env GEN_MODE=ts OUTPUT_REPORT=true tsx tools/generate-dynamic-table-public-only-sdk.tsgenerate:indexnode tools/sync-sdk-index.cjsgenerate:integrationcross-env GEN_MODE=ts OUTPUT_REPORT=true tsx tools/generate-integration-only-sdk.tsgenerate:openapicross-env GEN_MODE=openapi OUTPUT_REPORT=true tsx tools/generate-dynamic-table-sdk.tsgenerate:rai-jobcross-env GEN_MODE=ts OUTPUT_REPORT=true tsx tools/generate-rai-job-only-sdk.tsgenerate:reportcross-env GEN_MODE=hybrid OUTPUT_REPORT=true tsx tools/generate-dynamic-table-sdk.tsgenerate:sdktsx tools/generate-sdk.tsgenerate:tscross-env GEN_MODE=ts OUTPUT_REPORT=true tsx tools/generate-dynamic-table-sdk.tsgenerate:workflowcross-env GEN_MODE=ts OUTPUT_REPORT=true tsx tools/generate-workflow-only-sdk.tsgenerate:workspacecross-env GEN_MODE=ts OUTPUT_REPORT=true tsx tools/generate-workspace-only-sdk.tslinttsc --noEmit -p tsconfig.jsonprepublishOnlynpm run buildtype-checknpm run typechecktypechecktsc --noEmitverify:generatedtsx tools/verify-generated.ts
Dependencies1
axios^1.9.0