PkgRadar

Package evidence

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

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

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":["@moon791017/[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":["@moon791017/[email protected]"],"fail_on":"high"}'
Artifact bytes897,265
Previous version1.0.41
Published2026-05-23T12:25:05.850Z
SHA-256ea495b82f28c2261937a0850271b4876b5cd9df27b146e6abe9cca508a7c3422

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
73Score
1.0.42Version
Status history (1 event)
  1. newavailable · risk high · score 73 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/hooks/secret-guard.jsmatched "id_rsa"30
highCredential file accesspackage/skills/neo-azure-pipelines/templates/deploy/deploy-app-service.ymlmatched ".azure"30
mediumLarge Javascript Payloadpackage/dist/server.js2146140 bytes10
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/hooks/secret-guard.jsmatched "id_rsa"30
highCredential file accesspackage/skills/neo-azure-pipelines/templates/deploy/deploy-app-service.ymlmatched ".azure"30
mediumLarge Javascript Payloadpackage/dist/server.js2146140 bytes10
lowObfuscationpackage/dist/hooks/secret-guard.jsmatched "\\uD83D"3

Manifest

Package metadata

Scripts9
  • buildbun run clean && bun run build:server && bun run build:hooks
  • build:hooksbun build src/hooks/*.ts --outdir dist/hooks --target node --minify
  • build:serverbun build src/server.ts --outdir dist --target node --minify
  • cleanrm -rf dist
  • devbun src/server.ts
  • install-depsnpm install
  • startnode dist/server.js
  • testnode --test
  • typechecktsc --noEmit
Dependencies4
  • @modelcontextprotocol/sdk^1.29.0
  • axios^1.15.0
  • cheerio^1.2.0
  • zod^4.3.6