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 monitoringNo 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"}'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
Status history (1 event)
- new → available · 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 validatebuild:check-typestscbuild:clientvite buildbuild: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 --ssrbuild:typestsup lib/index.ts lib/index.client.ts --dts-only --format esmbuild: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 -- --watchbuild: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 distdefinitionsjay-cli definitions libtestvitest runvalidatejay-stack-cli validate-pluginwatchnpm 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.1busboy^1.6.0html2canvas^1.4.1js-yaml^4.1.0zod^4.3.6