PkgRadar

Package evidence

@teable/[email protected]

Large Javascript Payload: 5927496 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
19
First published
Mar 2026
Publisher
hanweii

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":["@teable/[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":["@teable/[email protected]"],"fail_on":"review"}'
Publisherhanweii
Artifact bytes760,548
Previous version0.6.13
Published2026-05-27T07:34:09.428Z
SHA-2568eac492a591fde9f69f91f7af418731e99146f7917ff5490c33231dd12398b70

Why flagged

What the scanner saw

Large Javascript Payload: 5927496 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.6.14Version
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/index.js5927496 bytes10

Manifest

Package metadata

Scripts8
  • buildpnpm generate:openapi && tsdown --tsconfig tsconfig.build.json
  • cleanrimraf ./dist ./build ./tsconfig.tsbuildinfo ./tsconfig.build.tsbuildinfo ./node_modules/.cache ./.eslintcache
  • devtsdown --tsconfig tsconfig.build.json --watch
  • generate:openapipnpm --filter @teable/ai-tools-ee... build && node scripts/generate-openapi-spec.js
  • linteslint . --ext .ts,.tsx,.js,.jsx,.cjs,.mjs --cache --cache-location ../../.cache/eslint/ai-tools.eslintcache
  • testpnpm build && node --test ./test/*.test.js
  • test:smoke:basenode --test ./test/smoke/base.smoke.test.js
  • typechecktsc --project ./tsconfig.build.json --noEmit