PkgRadar

Package evidence

@roastcodes/[email protected]

Credential file access: matched ".ssh"

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 promoting

Mixed 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"}'
Artifact bytes550,689
Previous version6.3.3
Published2026-05-18T18:31:51.036Z
SHA-25662280c9085fca555a18940404f95a6db13622b0be17476479aa9a0f225a7a12b

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

review
Last checked
reviewRisk
1Score
6.3.4Version
Status history (1 event)
  1. newavailable · 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)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/assets/i18n-BQbc_pkf.jsmatched ".ssh"5

Manifest

Package metadata

Scripts47
  • buildnpm run format:check && npm run lint && npm run build:app
  • build:appvite build
  • checknpm run test:static
  • check:depsdependency-cruiser --config .dependency-cruiser.cjs src shared server server.js usage-normalizer.js
  • deps:graphdependency-cruiser --config .dependency-cruiser.cjs -T archi src shared server server.js usage-normalizer.js
  • devvite
  • docs:screenshotsnode scripts/capture-readme-screenshots.js
  • formatprettier . --write --cache --cache-location .cache/prettier/write --cache-strategy content
  • format:checkprettier . --check --cache --cache-location .cache/prettier/check --cache-strategy content
  • linteslint . --cache --cache-location .cache/eslint/full --cache-strategy content
  • lint:docstringseslint src server.js usage-normalizer.js shared --ext .ts,.tsx,.js,.d.ts --cache --cache-location .cache/eslint/docstrings --cache-strategy content
  • lint:fixeslint . --fix --cache --cache-location .cache/eslint/full --cache-strategy content
  • pack:dry-runnpm pack --dry-run
  • preparenpm run build:app
  • previewvite preview
  • startnode server.js
  • start:test-servernode scripts/start-test-server.js
  • testnpm run test:vitest
  • test:allnpm run verify:full
  • test:architecturevitest run --project architecture --reporter=default --reporter=junit --outputFile.junit=./test-results/vitest-architecture.junit.xml
  • test:e2enpm run test:e2e:parallel
  • test:e2e:ciplaywright test --workers=2
  • test:e2e:parallelnpm run build:app && playwright test
  • test:staticnpm run format:check && npm run lint && npm run check:deps && npm run typecheck
  • test: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.xml
  • test:timings:benchmarknode scripts/run-vitest-project-timings.js --repeat=3
  • test: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=12
  • test:timings:projectsnode scripts/run-vitest-project-timings.js
  • test:unitvitest run --project unit --project frontend --project integration --project integration-background --reporter=default --reporter=junit --outputFile.junit=./test-results/vitest-main.junit.xml
  • test: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.6
  • i18next^26.0.6
  • react-i18next^17.0.4
  • react-is^19.2.5
  • toktrack2.7.4