Package evidence
@el-j/[email protected]
Credential file access: matched "GOOGLE_APPLICATION_CREDENTIALS"
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
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":["@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
Credential file access: matched "GOOGLE_APPLICATION_CREDENTIALS"
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 10 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 2 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/esm/index.js | matched "GOOGLE_APPLICATION_CREDENTIALS" | 5 |
| low | Credential file access | package/dist/index.js | matched "GOOGLE_APPLICATION_CREDENTIALS" | 5 |
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.mjstestvitest run --coveragetest:integrationINTEGRATION=true vitest run tests/integration --testTimeout=60000
Dependencies3
@actions/core^3.0.0google-auth-library^10.6.2google-spreadsheet^5.2.0