PkgRadar

Package evidence

@gpt-platform/[email protected]

Large Javascript Payload: 2025134 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.

Weekly downloads
486
Versions published
59
First published
Feb 2026
Publisher
rjpalermo-gpt

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":["@gpt-platform/[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":["@gpt-platform/[email protected]"],"fail_on":"review"}'
Publisherrjpalermo-gpt
Artifact bytes2,565,111
Previous version0.15.0
Published2026-05-22T15:42:23.860Z
SHA-256a7e5fe2e5c3cd4140230d6ee03842bea30b7bb636dde0a80acd358877d3165e1

Why flagged

What the scanner saw

Large Javascript Payload: 2025134 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/index.js2025134 bytes10
mediumLarge Javascript Payloadpackage/dist/index.mjs2020127 bytes10

Manifest

Package metadata

Scripts20
  • buildbun run typecheck && bunx tsup src/index.ts --format cjs,esm && tsc -p tsconfig.declarations.json
  • generatebunx openapi-ts
  • testbunx vitest run --exclude '**/*.integration.test.ts'
  • test:coveragebunx vitest run --coverage
  • test:integrationbunx vitest run --dir src/__tests__/integration
  • test:integration:agentsbunx vitest run src/__tests__/integration/agents.integration.test.ts
  • test:integration:api-versioningbunx vitest run src/__tests__/integration/api-versioning.integration.test.ts
  • test:integration:authbunx vitest run src/__tests__/integration/auth.integration.test.ts
  • test:integration:extractionbunx vitest run src/__tests__/integration/extraction.integration.test.ts
  • test:integration:identitybunx vitest run src/__tests__/integration/identity.integration.test.ts
  • test:integration:paginationbunx vitest run src/__tests__/integration/pagination.integration.test.ts
  • test:integration:platformbunx vitest run src/__tests__/integration/platform.integration.test.ts
  • test:integration:rate-limitingbunx vitest run src/__tests__/integration/rate-limiting.integration.test.ts
  • test:integration:searchbunx vitest run src/__tests__/integration/search.integration.test.ts
  • test:integration:storagebunx vitest run src/__tests__/integration/storage.integration.test.ts
  • test:integration:streamingbunx vitest run src/__tests__/integration/streaming.integration.test.ts
  • test:uibunx vitest --ui
  • test:unitbunx vitest run --exclude '**/*.integration.test.ts'
  • test:watchbunx vitest
  • typecheckbunx tsc --noEmit
Dependencies2
  • json-logic-js^2.0.5
  • zod^3.25.76