PkgRadar

Package evidence

@andyqiu/[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.

Weekly downloads
4,294Niche · −30% score
Versions published
95
First published
May 2026
Publisher
andyqiu

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@andyqiu/[email protected]"],"fail_on":"high"}'

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":["@andyqiu/[email protected]"],"fail_on":"high"}'
Publisherandyqiu
Artifact bytes412,193
Previous version0.8.33
Published2026-06-17T08:12:42.254Z
SHA-256fda151375e06b403fc0cbb8ae06b7c45e178de7e3d7488bf1470e5ce4c178ec1

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

high
Last checked
highRisk
24Score
0.8.34Version
Status history (1 event)
  1. newavailable · risk high · score 24 · status changed

Evidence

Static findings

2 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/index.jsmatched "id_rsa"30
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/index.jsmatched "id_rsa"30
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node ./scripts/postinstall.mjs"5

Manifest

Package metadata

Scripts39
  • adr-checknode ./scripts/adr-check.mjs
  • adr-check:strictcross-env ADR_STRICT=1 node ./scripts/adr-check.mjs
  • adr-graphnode ./scripts/adr-graph-gen.mjs
  • adr-graph-checknode ./scripts/adr-graph-gen.mjs --check
  • adr-index-checknode ./scripts/adr-index-sync.mjs --check
  • adr-index-syncnode ./scripts/adr-index-sync.mjs
  • adr-initnode ./bin/codeforge.mjs adr-init
  • benchnode --experimental-strip-types --no-warnings ./scripts/bench-repo-map.mjs
  • bench:jsonnode --experimental-strip-types --no-warnings ./scripts/bench-repo-map.mjs --json
  • buildnode ./scripts/build-with-version.mjs
  • build:devnode ./scripts/dev-sync.mjs
  • build:typestsc -p tsconfig.build.json --emitDeclarationOnly
  • build:watchnode ./scripts/build-with-version.mjs --watch
  • check:bunnode ./scripts/check-bun.mjs
  • devnode ./scripts/dev-sync.mjs --watch
  • dev-syncnode ./scripts/dev-sync.mjs
  • dev-sync:watchnode ./scripts/dev-sync.mjs --watch
  • linttsc --noEmit
  • phase1:checknode ./scripts/check-dist-built.mjs && node ./scripts/check-layer-deps.mjs && node ./scripts/phase1-check.mjs
  • postinstallnode ./scripts/postinstall.mjs
  • prebuildnode ./scripts/check-bun.mjs
  • preparehusky
  • releasenode ./scripts/release.mjs
  • release:drynode ./scripts/release.mjs --dry-run
  • release:majornode ./scripts/release.mjs major
  • release:minornode ./scripts/release.mjs minor
  • release:patchnode ./scripts/release.mjs patch
  • replaynode ./scripts/codeforge-replay.mjs
  • syncnode ./scripts/sync-agent-models.mjs && node ./scripts/dev-sync.mjs --sync-only
  • sync:modelsnode ./scripts/sync-agent-models.mjs
  • …and 9 more.