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
- 417
- Versions published
- 4
- First published
- May 2026
- Publisher
- GitHub ActionsTrusted automation · −70% score
Effective trust discount applied: −70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.
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":["[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":["[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Large Javascript Payload: 14903405 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 review · score 6 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Large Javascript Payload | package/dist/action/index.cjs | 14903405 bytes | 10 |
| medium | Large Javascript Payload | package/dist/cli/index.cjs | 11560112 bytes | 10 |
Manifest
Package metadata
Scripts29
benchmarkvitest bench --runbuildnode scripts/build.mjscoveragepnpm run build && vitest run --coverage tests/unit tests/action tests/property tests/snapshotdocsnode scripts/generate-rule-docs.mjs && node scripts/update-action-inputs-docs.mjs && node scripts/docs-build.mjsdocs:servemkdocs servefmtbiome format --write .formatbiome format --write .gcnode scripts/gc.mjsknipkniplintbiome check .lint:fixbiome check --write .mutationstryker runpreparenode scripts/prepare.mjssbomnode scripts/generate-sbom.mjssecuritypnpm audit --audit-level moderatetestvitest runtest:actionpnpm run build && vitest run tests/actiontest:benchvitest benchtest:intvitest run tests/integrationtest:propertyvitest run tests/propertytest:snapshotvitest run tests/snapshottest:unitvitest run tests/unittypechecktsc --noEmit -p tsconfig.jsonverifypnpm run lint && pnpm run typecheck && pnpm run knip && pnpm run build && pnpm run verify:dist && pnpm run verify:version && pnpm run test:unit && pnpm run test:property && pnpm run test:snapshot && pnpm run test:action && pnpm run coverage && pnpm run verify:structure && pnpm run gc && pnpm run docs && pnpm audit --audit-level moderateverify:clean-treenode scripts/verify-clean-tree.mjsverify:distnode scripts/verify-dist.mjsverify:structurenode scripts/verify-structure.mjsverify:versionnode scripts/verify-version.mjswatchnode scripts/watch.mjs