PkgRadar

Package evidence

@tinyrack/[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
49
Versions published
32
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":["@tinyrack/[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":["@tinyrack/[email protected]"],"fail_on":"review"}'
Artifact bytes129,379
Previous version0.45.0
Published2026-05-16T17:35:33.504Z
SHA-256c57e2053740920204a1dbf2f90a00a3ce759419e674931b885738bb46713e5f0

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
0.46.0Version
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/services/sync-mode.jsmatched ".ssh/"5

Manifest

Package metadata

Scripts19
  • buildtsc -p tsconfig.build.json
  • checkpnpm run typecheck && biome check . && pnpm run test
  • check:fixbiome check --write .
  • cleannode -e "require('fs').rmSync('dist',{recursive:true,force:true})"
  • coveragevitest run --coverage
  • devtsc -p tsconfig.build.json --watch
  • formatbiome format --write .
  • pkg:builddotweave-tools pkg build
  • pkg:smokedotweave-tools pkg smoke
  • prebuildnode -e "require('fs').rmSync('dist',{recursive:true,force:true})"
  • precoveragepnpm run build
  • pretestpnpm run build
  • release:majordotweave-tools release major
  • release:minordotweave-tools release minor
  • release:patchdotweave-tools release patch
  • startnode dist/index.js
  • testvitest run
  • test:watchvitest
  • typechecktsc -p tsconfig.json
Dependencies4
  • @stricli/core^1.2.6
  • age-encryption^0.3.0
  • picocolors^1.1.1
  • zod^4.4.3