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
- 59
- Versions published
- 26
- First published
- Apr 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":["@roastcodes/[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":["@roastcodes/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Credential file access: matched ".ssh"
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 1 · 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 | Credential file access | package/dist/assets/i18n-BQbc_pkf.js | matched ".ssh" | 5 |
Manifest
Package metadata
Scripts47
buildnpm run format:check && npm run lint && npm run build:appbuild:appvite buildchecknpm run test:staticcheck:depsdependency-cruiser --config .dependency-cruiser.cjs src shared server server.js usage-normalizer.jsdeps:graphdependency-cruiser --config .dependency-cruiser.cjs -T archi src shared server server.js usage-normalizer.jsdevvitedocs:screenshotsnode scripts/capture-readme-screenshots.jsformatprettier . --write --cache --cache-location .cache/prettier/write --cache-strategy contentformat:checkprettier . --check --cache --cache-location .cache/prettier/check --cache-strategy contentlinteslint . --cache --cache-location .cache/eslint/full --cache-strategy contentlint:docstringseslint src server.js usage-normalizer.js shared --ext .ts,.tsx,.js,.d.ts --cache --cache-location .cache/eslint/docstrings --cache-strategy contentlint:fixeslint . --fix --cache --cache-location .cache/eslint/full --cache-strategy contentpack:dry-runnpm pack --dry-runpreparenpm run build:apppreviewvite previewstartnode server.jsstart:test-servernode scripts/start-test-server.jstestnpm run test:vitesttest:allnpm run verify:fulltest:architecturevitest run --project architecture --reporter=default --reporter=junit --outputFile.junit=./test-results/vitest-architecture.junit.xmltest:e2enpm run test:e2e:paralleltest:e2e:ciplaywright test --workers=2test:e2e:parallelnpm run build:app && playwright testtest:staticnpm run format:check && npm run lint && npm run check:deps && npm run typechecktest:timingsvitest run --project unit --project frontend --project integration --project integration-background --reporter=dot --reporter=junit --outputFile.junit=./test-results/vitest-timings.junit.xml && node scripts/report-test-timings.js ./test-results/vitest-timings.junit.xmltest:timings:benchmarknode scripts/run-vitest-project-timings.js --repeat=3test:timings:budgetvitest run --project unit --project frontend --project integration --project integration-background --reporter=dot --reporter=junit --outputFile.junit=./test-results/vitest-timing-budget.junit.xml && node scripts/report-test-timings.js ./test-results/vitest-timing-budget.junit.xml --max-suite-seconds=20 --max-test-seconds=12test:timings:projectsnode scripts/run-vitest-project-timings.jstest:unitvitest run --project unit --project frontend --project integration --project integration-background --reporter=default --reporter=junit --outputFile.junit=./test-results/vitest-main.junit.xmltest:unit:coveragevitest run --coverage --project unit --project frontend --project integration --project integration-background --reporter=dot --reporter=junit --outputFile.junit=./test-results/vitest-coverage.junit.xml- …and 17 more.
Dependencies5
cross-spawn^7.0.6i18next^26.0.6react-i18next^17.0.4react-is^19.2.5toktrack2.7.4