PkgRadar

Package evidence

@jay-framework/[email protected]

Remote Payload: matched "curl "

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":["@jay-framework/[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":["@jay-framework/[email protected]"],"fail_on":"review"}'
Publisheryoav
Artifact bytes99,166
Previous version0.17.2
Published2026-05-15T07:27:54.731Z
SHA-2565552e195dfcc12b75511b3900a9c78ba34b6c85f52ed027838f610ea0e90b2da

Why flagged

What the scanner saw

Remote Payload: matched "curl "

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/index.jsmatched "curl "12
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/index.jsmatched "curl "12
lowObfuscationpackage/dist/index.jsmatched "Buffer.from(params.imageData, \"base64"3

Manifest

Package metadata

Scripts11
  • buildnpm run build:js && npm run build:types
  • build:check-typestsc
  • build:jsvite build
  • build:typestsup lib/index.ts --dts-only --format esm
  • build:watchnpm run build:js -- --watch & npm run build:types -- --watch
  • cleanrimraf dist
  • confirmnpm run clean && npm run build && npm run build:check-types && npm run test
  • testvitest run
  • test-definitionsjay-cli definitions test
  • test-runtimejay-cli runtime test
  • test:watchvitest
Dependencies17
  • @jay-framework/compiler-jay-html^0.17.3
  • @jay-framework/compiler-shared^0.17.3
  • @jay-framework/dev-server^0.17.3
  • @jay-framework/editor-server^0.17.3
  • @jay-framework/fullstack-component^0.17.3
  • @jay-framework/logger^0.17.3
  • @jay-framework/plugin-validator^0.17.3
  • @jay-framework/production-server^0.17.3
  • @jay-framework/stack-server-runtime^0.17.3
  • chalk^4.1.2
  • commander^14.0.0
  • express^5.0.1
  • get-port^7.0.0
  • glob^10.3.10
  • node-html-parser^6.1.12
  • vite^5.0.11
  • yaml^2.3.4