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
- 37
- Versions published
- 23
- First published
- Mar 2026
- Publisher
- el-j-personal
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":["@el-j/[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":["@el-j/[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
Scripts19
buildnpm run build:types && npm run build:cjs && npm run build:esmbuild:actionrimraf dist-action && esbuild src/action-entrypoint.ts --bundle --platform=node --format=esm --outfile=dist-action/index.mjs --banner:js="import{createRequire}from'module';const require=createRequire(import.meta.url);" --log-level=infobuild:cjsesbuild src/index.ts --bundle --format=cjs --outfile=dist/index.js --platform=node --packages=externalbuild:esmesbuild src/index.ts --bundle --format=esm --outfile=dist/esm/index.js --platform=node --packages=external && node -e "require('fs').writeFileSync('dist/esm/package.json', JSON.stringify({type:'module'}))"build:typestsc --emitDeclarationOnlychangelog:previewnode scripts/changelog-preview.mjscleanrimraf distdevtsc --watchdocs:buildvitepress build websitedocs:devvitepress dev websitedocs:previewvitepress preview websitelinteslint src/ --ext .ts --max-warnings 0prebuildnpm run cleanpreparenpm run buildreleasesemantic-releaserelease:dry-runsemantic-release --dry-runsync:translationsnode scripts/sync-demo-translations.mjstestjesttest:integrationINTEGRATION=true jest --testPathPatterns=integration --testTimeout=60000 --coverage=false
Dependencies3
@actions/core^3.0.0google-auth-library^10.6.1google-spreadsheet^5.2.0