PkgRadar

Package evidence

@meshery/[email protected]

Large Javascript Payload: 3583502 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
132Mature · −50% score
First published
Jun 2025
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["@meshery/[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":["@meshery/[email protected]"],"fail_on":"review"}'
Artifact bytes3,886,517
Previous version1.2.23
Published2026-05-23T04:10:55.215Z
SHA-2568b7b4f59b2c1f299f16689e950043f45598e2317d6d670859533dbe3c676bfac

Why flagged

What the scanner saw

Large Javascript Payload: 3583502 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/index.js3583502 bytes10
mediumLarge Javascript Payloadpackage/dist/index.mjs3583312 bytes10
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/index.js3583502 bytes10
mediumLarge Javascript Payloadpackage/dist/index.mjs3583312 bytes10
lowCredential file accesspackage/dist/constructs/v1beta1/system/SystemSchema.jsmatched "kubeconfig"5
lowCredential file accesspackage/dist/constructs/v1beta1/system/SystemSchema.mjsmatched "kubeconfig"5

Manifest

Package metadata

Scripts12
  • apply:permissionsnode ./build/apply-permissions-updates.js
  • buildNODE_OPTIONS=--max-old-space-size=8192 tsup && node ./build/generate-schema-dts.js
  • build:allnode ./build/index.js all
  • build:bundlenode ./build/bundle-openapi.js
  • build:golangnode ./build/generate-golang.js
  • build:rtknode ./build/generate-rtk.js
  • diff:permissionsnode ./build/diff-permissions.js
  • generate:permissions:gonode ./build/generate-permission-golang.js
  • generate:permissions:tsnode ./build/generate-permissions-ts.js
  • generate:typesnode ./build/generate-typescript.js
  • publish-ts-libnode ./publish-npm-package.js
  • test:validate-schemasgo test ./validation/...