PkgRadar

Package evidence

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

Versions published
18
First published
May 2026
Publisher
nichenqin

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":["@appaloft/[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":["@appaloft/[email protected]"],"fail_on":"review"}'
Publishernichenqin
Artifact bytes28,349
Previous version1.0.0-rc.11
Published2026-05-19T09:36:37.744Z
SHA-256aae177f88e2e454cfafe2389d5c9245fefa62649adf0a376e48649746cc47679

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
10Score
1.0.0-rc.12Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/generated-operations.jsmatched ".ssh"5
lowCredential file accesspackage/dist/index.jsmatched ".ssh"5

Manifest

Package metadata

Scripts5
  • buildbun run generate:operations && bun build src/index.ts src/generated-operations.ts --target node --format esm --packages external --outdir dist && tsc -p tsconfig.build.json
  • generate:operationsbun run ../../scripts/release/generate-typescript-sdk-operations.ts
  • lintbiome check package.json tsconfig.json tsconfig.build.json src/index.ts test
  • testbun test
  • typechecktsgo -p tsconfig.json --noEmit --checkers 4