PkgRadar

Package evidence

@texra-ai/[email protected]

Large Javascript Payload: 8978847 bytes

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
8
First published
May 2026
Publisher
texra-ai

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":["@texra-ai/[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":["@texra-ai/[email protected]"],"fail_on":"review"}'
Publishertexra-ai
Artifact bytes2,997,346
Previous version0.38.6
Published2026-06-10T22:55:48.353Z
SHA-256fd0542da03214acd38db6c0243262886f165cab15b45113091609064c82c3584

Why flagged

What the scanner saw

Large Javascript Payload: 8978847 bytes

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

low
Last checked
lowRisk
0Score
0.38.7Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

1 static · 0 from release diff · showing high-signal first.

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowLarge Javascript Payloadpackage/dist/bin/texra.js8978847 bytes0

Manifest

Package metadata

Scripts12
  • buildnpm run typecheck && npm run check:architecture && npm run smoke:react-compiler && npm run bundle && npm run copy:resources && npm run copy:docs
  • bundlenode scripts/build-bundle.mjs
  • bundle:harnessnode scripts/build-harness.mjs
  • check:architecturenode scripts/check-host-imports.mjs
  • copy:docsnode scripts/copy-docs.mjs
  • copy:resourcesnode scripts/copy-resources.mjs
  • prepacknpm run build
  • smoke:react-compilernode scripts/smoke-react-compiler.mjs
  • typechecktsc --noEmit -p tsconfig.json
  • validate:packnode scripts/validate-pack.mjs
  • validate:runnode scripts/validate-run.mjs
  • validate:tuinode scripts/validate-tui.mjs