PkgRadar

Package evidence

@akta/[email protected]

Large Javascript Payload: 3339224 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
1,223Niche · −30% score
Versions published
50
First published
Feb 2026
Publisher
krby

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@akta/[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":["@akta/[email protected]"],"fail_on":"review"}'
Publisherkrby
Artifact bytes7,699,001
Previous version1.3.30
Published2026-05-25T23:22:57.394Z
SHA-2563e63318f060b944326267430e51ff29befa5ae1f724062b38355be0bf092f371

Why flagged

What the scanner saw

Large Javascript Payload: 3339224 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/chunk-VVX2GLWY.js3339224 bytes10
mediumLarge Javascript Payloadpackage/dist/chunk-LBUWJV35.mjs3321420 bytes10

Manifest

Package metadata

Scripts8
  • buildtsup && tsc -p tsconfig.esm.json --emitDeclarationOnly --outDir dist
  • cleanrm -rf dist/ src/generated/
  • generatealgokit generate client ../akita-sc/smart_contracts/artifacts -v 7.0.0-beta.3 -o src/generated/{contract_name}Client.ts
  • prebuildnpm run clean && npm run generate
  • publish:canarynpm publish --tag canary
  • testvitest run
  • test:coveragevitest run --coverage
  • test:watchvitest watch
Dependencies1
  • @noble/hashes^1.7.1