PkgRadar

Package evidence

@texra-ai/[email protected]

Large Javascript Payload: 8526699 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
3
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,517,996
Previous version0.38.1
Published2026-05-27T21:25:39.876Z
SHA-25686119e58b5e034676ebb8fe164ac7d4c6eaf4905ad0cdb2578c326b07efe01b1

Why flagged

What the scanner saw

Large Javascript Payload: 8526699 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.2Version
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.js8526699 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