PkgRadar

Package evidence

@rhizomatics/[email protected]

Credential file access: matched "aws_access_key"

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
jeyrb

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":["@rhizomatics/[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":["@rhizomatics/[email protected]"],"fail_on":"review"}'
Publisherjeyrb
Artifact bytes15,342,211
Previous version0.2.0
Published2026-06-04T20:59:01.130Z
SHA-256993f6c6d3ab40248ccd5aa55c4f3d0a08fd647bd9d7f282841bb87f30d2f21ed

Why flagged

What the scanner saw

Credential file access: matched "aws_access_key"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 22 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/public/assets/add-connection-dialog-_nMyst1l.jsmatched "aws_access_key"5
lowCredential file accesspackage/public/assets/add-connection-dialog-8ChtH4mo.jsmatched "aws_access_key"5
lowCredential file accesspackage/public/assets/add-connection-dialog-CzxRpS5F.jsmatched "aws_access_key"5
lowCredential file accesspackage/public/assets/ai-model-dropdown-B-9yxYM4.jsmatched ".aws/"5
lowCredential file accesspackage/public/assets/ai-model-dropdown-BFTnsrTP.jsmatched ".aws/"5
lowCredential file accesspackage/public/assets/ai-model-dropdown-CjhUqXgj.jsmatched ".aws/"5
lowObfuscation Densitypackage/public/assets/chunk-5FQGJX7Z-BSzccEgu.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/public/assets/chunk-5FQGJX7Z-e_arGD4o.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/public/assets/chunk-B4BG7PRW-Bg43tpY1.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/public/assets/chunk-B4BG7PRW-jxe9_Hde.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/public/assets/edit-page-BiwFohnL.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/public/assets/edit-page-Ct5Ke1wi.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/public/assets/edit-page-D_MrFGP2.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/public/assets/flowDiagram-NV44I4VS-CXUevMnh.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/public/assets/flowDiagram-NV44I4VS-LeaIbfPS.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/public/assets/index-BMxMikGP.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/public/assets/index-CL4WR8q8.jshigh encoded/escaped-token density0
lowLarge Javascript Payloadpackage/public/assets/node-sql-parser-B8vXamqL.js2598327 bytes0
lowLarge Javascript Payloadpackage/public/assets/node-sql-parser-BvUFblwL.js2598327 bytes0
lowLarge Javascript Payloadpackage/public/assets/Plot-BDBiXfv_.js4827160 bytes0
lowLarge Javascript Payloadpackage/public/assets/Plot-IawheWsD.js4827160 bytes0
lowObfuscation Densitypackage/public/assets/zod-H_cgTO0M.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts6
  • buildnpm run build:ts && npm run build:wasm
  • build:iconsrsvg-convert -w 512 -h 512 assets/logo.svg -o public/android-chrome-512x512.png && rsvg-convert -w 192 -h 192 assets/logo.svg -o public/android-chrome-192x192.png && rsvg-convert -w 180 -h 180 assets/logo.svg -o public/apple-touch-icon.png && rsvg-convert -w 32 -h 32 assets/logo.svg -o public/favicon-32x32.png && rsvg-convert -w 16 -h 16 assets/logo.svg -o public/favicon-16x16.png && cp assets/logo.svg public/logo.svg
  • build:tstsc
  • build:wasmuv run --with marimo marimo export html-wasm notebooks/signalk.py -o public/ --mode edit -f && npm run build:icons && cp notebooks/CLAUDE.md public/
  • prepacknpm run build
  • watchtsc --watch
Dependencies2
  • @signalk/server-api>=2.22.0
  • express>=4