PkgRadar

Package evidence

@jay-framework/[email protected]

no findings

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
27
Versions published
14
First published
Apr 2026
Publisher
yoav

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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 bytes195,613
Previous version0.18.4
Published2026-06-12T00:24:43.407Z
SHA-256e5acd25a5c58d83773e665fbd5f42e7869f94139c452ae8c2c5c40cd96cc5a49

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
0.19.1Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts13
  • buildnpm run clean && npm run definitions && npm run build:client && npm run build:server && npm run build:copy-assets && npm run build:types && npm run validate
  • build:check-typestsc
  • build:clientvite build
  • build:copy-assetsmkdir -p dist/actions dist/pages/aiditor dist/add-page-agent dist/prompts dist/agent-kit-template/plugin && cp lib/*.jay-contract* dist/ && cp lib/actions/*.jay-action* dist/actions/ && cp lib/pages/aiditor/page.jay-html dist/pages/aiditor/ && cp lib/pages/aiditor/page.css dist/pages/aiditor/ && cp lib/pages/aiditor/page.jay-contract* dist/pages/aiditor/ && cp add-page-agent/*.md dist/add-page-agent/ && cp ../../docs/add-page-figma-brief-prompt.md ../../docs/add-page-figma-design-definitions-prompt.md ../../docs/add-page-figma-design-from-image-prompt.md dist/prompts/ && cp -r agent-kit-template/plugin/* dist/agent-kit-template/plugin/
  • build:servervite build --ssr
  • build:typestsup lib/index.ts lib/index.client.ts --dts-only --format esm
  • build:watchnpm run definitions && npm run build:copy-assets && npm run build:watch:assets & npm run build:client -- --watch & npm run build:server -- --watch & npm run build:types -- --watch
  • build:watch:assetsnodemon --watch lib --watch add-page-agent --watch agent-kit-template --ext jay-contract,jay-action,jay-html,css,md,yaml --exec "npm run definitions && npm run build:copy-assets"
  • cleanrimraf dist
  • definitionsjay-cli definitions lib
  • testvitest run
  • validatejay-stack-cli validate-plugin
  • watchnpm run build:watch
Dependencies8
  • @anthropic-ai/claude-agent-sdk0.2.119
  • @jay-framework/fullstack-component^0.19.1
  • @jay-framework/stack-client-runtime^0.19.1
  • @jay-framework/stack-server-runtime^0.19.1
  • busboy^1.6.0
  • html2canvas^1.4.1
  • js-yaml^4.1.0
  • zod^4.3.6