PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 3495029 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
368
Versions published
167
First published
Dec 2025
Publisher
anneschuth

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisheranneschuth
Artifact bytes1,094,661
Previous version1.16.2
Published2026-05-31T16:45:31.306Z
SHA-25621459a0f3dd2c34a7547b26025ea0cb94b64770357d3b2d553e8f50882f21da6

Why flagged

What the scanner saw

Large Javascript Payload: 3495029 bytes

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

Availability ledger

available

low
Last checked
lowRisk
0Score
1.16.3Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowLarge Javascript Payloadpackage/dist/index.js3495029 bytes0

Manifest

Package metadata

Scripts21
  • buildbun build src/index.ts --outdir dist --target node && bun build src/mcp/mcp-server.ts --outdir dist/mcp --target node && bun build src/statusline/writer.ts --outdir dist/statusline --target node
  • devbun --watch src/index.ts
  • knipnpx knip
  • linteslint src/
  • lint:fixeslint src/ --fix
  • preparehusky
  • startbun dist/index.js
  • testbun test src/
  • test:coveragebun test src/ --coverage
  • test:integrationbun run test:integration:setup && bun run test:integration:run
  • test:integration:allbun run test:integration:setup && bun run tests/integration/fixtures/slack/mock-server.ts & sleep 2 && TEST_PLATFORMS=mattermost,slack INTEGRATION_TEST=1 bun test tests/integration/suites --timeout 120000; bun run test:integration:slack:teardown
  • test:integration:cleanbun run tests/integration/setup/teardown.ts
  • test:integration:runINTEGRATION_TEST=1 bun test tests/integration/suites --timeout 120000
  • test:integration:setupdocker compose -f tests/integration/docker/docker-compose.yml up -d && bun run tests/integration/setup/wait-for-mattermost.ts && bun run tests/integration/setup/setup-mattermost.ts
  • test:integration:slackbun run test:integration:slack:teardown; bun run tests/integration/fixtures/slack/mock-server.ts & sleep 2 && TEST_PLATFORMS=slack INTEGRATION_TEST=1 bun test tests/integration/suites --timeout 120000; bun run test:integration:slack:teardown
  • test:integration:slack:runTEST_PLATFORMS=slack INTEGRATION_TEST=1 bun test tests/integration/suites --timeout 120000
  • test:integration:slack:setupbun run tests/integration/fixtures/slack/mock-server.ts &
  • test:integration:slack:teardownpkill -f 'mock-server.ts' || true
  • test:integration:teardowndocker compose -f tests/integration/docker/docker-compose.yml down -v
  • test:watchbun test src/ --watch
  • typechecktsc --noEmit
Dependencies18
  • @hono/node-server2.0.4
  • @inkjs/ui^2.0.0
  • @modelcontextprotocol/sdk^1.26.0
  • @redactpii/node^1.0.16
  • cli-spinners^3.3.0
  • commander^14.0.2
  • diff^8.0.3
  • express-rate-limit^8.3.0
  • hono4.12.23
  • ink^6.6.0
  • ink-scroll-view^0.3.5
  • js-yaml^4.1.1
  • prompts^2.4.2
  • react^19.2.3
  • semver7.8.1
  • update-notifier^7.3.1
  • ws8.21.0
  • zod^4.3.6