PkgRadar

Package evidence

@jkawwa/[email protected]

Large Javascript Payload: 10370948 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
2
First published
Jun 2026
Publisher
jkawwa

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":["@jkawwa/[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":["@jkawwa/[email protected]"],"fail_on":"review"}'
Publisherjkawwa
Artifact bytes3,810,261
Previous version2026.9614.1
Published2026-06-17T05:37:16.579Z
SHA-256b5d0b0fcf1b0b55c62386b383b75d673dd9d35494b1aea7e2ee155d6a635aa9b

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":2,"publisher":"jkawwa","burst_same_day":1,"burst_week":1,"lure":{"kind":"token_affix","target":"diff"},"version_anomaly":true,"new_account":false}

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumSuspicious Publish Contextmanifest{"package_age_days":2,"publisher":"jkawwa","burst_same_day":1,"burst_week":1,"lure":{"kind":"token_affix","target":"diff"},"version_anomaly":true,"new_account":false}10
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumSuspicious Publish Contextmanifest{"package_age_days":2,"publisher":"jkawwa","burst_same_day":1,"burst_week":1,"lure":{"kind":"token_affix","target":"diff"},"version_anomaly":true,"new_account":false}10
lowLarge Javascript Payloadpackage/dist/ui/index.js10370948 bytes0

Manifest

Package metadata

Scripts5
  • buildtsc && node ./scripts/build-ui.mjs
  • cleanrm -rf dist
  • prebuildpnpm --filter @paperclipai/plugin-sdk ensure-build-deps
  • testvitest run
  • typecheckpnpm --filter @paperclipai/plugin-sdk ensure-build-deps && tsc --noEmit && tsc --noEmit -p tsconfig.test.json
Dependencies3
  • @jkawwa/paperclipai-plugin-sdk2026.9617.1
  • @paperclipai/plugin-sdknpm:@jkawwa/[email protected]
  • @pierre/diffs^1.1.22