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
- 172
- Versions published
- 12Established · −30% score
- First published
- Oct 2025
- Publisher
- lane-formio
Effective trust discount applied: −30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.
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":["@formio/[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":["@formio/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Large Javascript Payload: 2977028 bytes
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
1 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 1 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Large Javascript Payload | package/dist/formio.grid.js | 2977028 bytes | 0 |
Manifest
Package metadata
Scripts14
buildgulp prebuild && tsc && npm run docs && npm run build:grid:dev && npm run build:grid:prod && npm run build:stylesbuild:grid:devwebpack --config config/webpack.config.jsbuild:grid:prodwebpack --config config/webpack.prod.jsbuild:stylessass src/styles.scss lib/styles.css && npm run build:styles:distbuild:styles:distsass src/styles.scss dist/formio.grid.css && sass src/styles.scss dist/formio.grid.min.css --style=compresseddeploy:prodnpm run build && npm run deploy:prod:js && npm run deploy:prod:css && npm run invalidate:proddeploy:prod:cssaws s3 cp --acl public-read ./dist/formio.grid.min.css s3://cdn.form.io/grid/v2/formio.grid.min.cssdeploy:prod:jsaws s3 cp --acl public-read ./dist/formio.grid.min.js s3://cdn.form.io/grid/v2/formio.grid.min.jsdeploy:testnpm run build && npm run deploy:test:js && npm run deploy:test:css && npm run invalidate:testdeploy:test:cssaws s3 cp --acl public-read ./dist/formio.grid.min.css s3://cdn.test-form.io/grid/v2/formio.grid.min.cssdeploy:test:jsaws s3 cp --acl public-read ./dist/formio.grid.min.js s3://cdn.test-form.io/grid/v2/formio.grid.min.jsdocs./node_modules/typedoc/bin/typedoc --exclude '*.spec.ts' src/*.ts src/**/*.ts src/**/**/*.tsinvalidate:prodaws cloudfront create-invalidation --distribution-id E2ER82JD8N6R32 --paths "/grid/*"invalidate:testaws cloudfront create-invalidation --distribution-id E2KM3JP21KFSBZ --paths "/grid/*"
Dependencies2
@formio/core^2.7.0lodash^4.17.23