PkgRadar

Package evidence

@schuettc/[email protected]

Credential file access: matched "id_rsa"

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
20Mature · −50% score
First published
May 2025
Publisher
schuettc

Effective trust discount applied: 50% (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":["@schuettc/[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":["@schuettc/[email protected]"],"fail_on":"review"}'
Publisherschuettc
Artifact bytes381,417
Previous version0.14.0-beta.1
Published2025-08-04T14:04:17.030Z
SHA-2563923c2d478d9b567ca5ee4c84c66a8a86756d3e1177388ca147eaba129a73de7

Why flagged

What the scanner saw

Credential file access: matched "id_rsa"

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

Availability ledger

available

review
Last checked
reviewRisk
2Score
0.17.0Version
Status history (1 event)
  1. newavailable · risk review · score 2 · 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/hooks/security/sensitive-file-protector/sensitive_file_protector.pymatched "id_rsa"5

Manifest

Package metadata

Scripts14
  • buildnode esbuild.config.mjs
  • devnode esbuild.config.mjs --watch
  • dev:linkpnpm build && pnpm link --global
  • dev:packpnpm build && pnpm pack && echo 'Install with: pnpm install' $PWD/*.tgz
  • dev:unlinkpnpm unlink --global
  • formatprettier --write "**/*.{ts,json,md}"
  • linteslint .
  • releaserelease-it
  • release:majorrelease-it major
  • release:minorrelease-it minor
  • release:patchrelease-it patch
  • testvitest run
  • test:cipnpm typecheck && pnpm lint && pnpm test
  • typechecktsc --noEmit
Dependencies16
  • @inquirer/prompts^7.5.1
  • boxen^8.0.1
  • chalk^5.4.1
  • cli-table3^0.6.5
  • commander^14.0.0
  • figlet^1.8.1
  • fs-extra^11.3.0
  • glob^11.0.3
  • gradient-string^3.0.0
  • gray-matter^4.0.3
  • inquirer^12.6.1
  • ora^8.2.0
  • picocolors^1.1.1
  • uuid^11.1.0
  • yaml^2.3.4
  • zod^3.25.7