PkgRadar

Package evidence

@texra-ai/[email protected]

Large Javascript Payload: 8493502 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
2
First published
May 2026
Publisher
texra-ai

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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,506,276
Previous version0.38.0
Published2026-05-26T23:13:57.082Z
SHA-2562987d3c3b1a4585a2eb2964b1a5fd94078f252860484cc8211aca45bb877df9d

Why flagged

What the scanner saw

Large Javascript Payload: 8493502 bytes

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

Availability ledger

available

review
Last checked
reviewRisk
10Score
0.38.1Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/bin/texra.js8493502 bytes10

Manifest

Package metadata

Scripts11
  • 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