PkgRadar

Package evidence

@synkro-sh/[email protected]

Credential file access: matched "GITHUB_TOKEN"

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.

Versions published
238
First published
Apr 2026
Publisher
velocitybolt

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":["@synkro-sh/[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":["@synkro-sh/[email protected]"],"fail_on":"review"}'
Publishervelocitybolt
Artifact bytes272,554
Previous version1.6.45
Published2026-05-29T01:36:25.261Z
SHA-2569101a575331376d718ca1286483f13152bcea45a2e478f25ca032198496fd1fd

Why flagged

What the scanner saw

Credential file access: matched "GITHUB_TOKEN"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
5Score
1.6.46Version
Status history (1 event)
  1. newavailable · risk review · score 5 · 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/bootstrap.jsmatched "GITHUB_TOKEN"5

Manifest

Package metadata

Scripts10
  • build:binarybun build --compile --target=bun ./dist/bootstrap.js --outfile=dist/synkro
  • build:clitsup
  • check:hookstsx scripts/check-hooks.ts
  • clitsx cli/bootstrap.js
  • dbtsx scripts/query-db.ts
  • prepublishOnlytsx scripts/check-hooks.ts && tsx scripts/smoke-hooks.ts && tsup
  • smoke:hookstsx scripts/smoke-hooks.ts
  • testvitest
  • test:runvitest run
  • verify:hookstsx scripts/check-hooks.ts && tsx scripts/smoke-hooks.ts
Dependencies2
  • dotenv^17.2.3
  • jsonwebtoken^9.0.3