Recommended action
Review before promotingMixed 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"}'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
Status history (1 event)
- new → available · risk review · score 15 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/dist/index.js | matched "curl " | 12 |
Show all 2 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/dist/index.js | matched "curl " | 12 |
| low | Obfuscation | package/dist/index.js | matched "Buffer.from(params.imageData, \"base64" | 3 |
Manifest
Package metadata
Scripts11
buildnpm run build:js && npm run build:typesbuild:check-typestscbuild:jsvite buildbuild:typestsup lib/index.ts --dts-only --format esmbuild:watchnpm run build:js -- --watch & npm run build:types -- --watchcleanrimraf distconfirmnpm run clean && npm run build && npm run build:check-types && npm run testtestvitest runtest-definitionsjay-cli definitions testtest-runtimejay-cli runtime testtest: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.3chalk^4.1.2commander^14.0.0express^5.0.1get-port^7.0.0glob^10.3.10node-html-parser^6.1.12vite^5.0.11yaml^2.3.4