PkgRadar

Package evidence

@texra-ai/[email protected]

Large Javascript Payload: 8423498 bytes

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,493,735
Previous versionnone
Published2026-05-24T20:54:20.303Z
SHA-256fe443669c05d0a8975a11956aa07be5f1f688860139b6e5d7995836a3e20442e

Why flagged

What the scanner saw

Large Javascript Payload: 8423498 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.0Version
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.js8423498 bytes10

Manifest

Package metadata

Scripts9
  • 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
  • check:architecturenode scripts/check-host-imports.mjs
  • copy:docsnode scripts/copy-docs.mjs
  • copy:resourcesnode scripts/copy-resources.mjs
  • 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