PkgRadar

Package evidence

@aphotic/[email protected]

Credential file access: matched ".ssh"

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":["@aphotic/[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":["@aphotic/[email protected]"],"fail_on":"high"}'
Publisherpangolinparty
Artifact bytes211,443
Previous versionnone
Published2026-05-24T01:07:16.456Z
SHA-25628f966fe8e246a06cb66be314f7daee25bd75ddc20dd7708f03642e77be927a0

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

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/skills/_shared/scripts/cleanup-pycache.pymatched ".ssh"30
highCredential file accesspackage/skills/_shared/scripts/cleanup-test-runs.pymatched ".ssh"30
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/skills/_shared/scripts/cleanup-pycache.pymatched ".ssh"30
highCredential file accesspackage/skills/_shared/scripts/cleanup-test-runs.pymatched ".ssh"30
lowObfuscationpackage/extensions/idea.tsmatched "\\x7f"3

Manifest

Package metadata

Scripts5
  • checkpnpm run typecheck && pnpm run test
  • testpnpm run test:node && pnpm run test:helpers
  • test:helpersnode --experimental-strip-types scripts/run-helper-tests.ts
  • test:nodefind bin __tests__ extensions \( -name '*.test.mjs' -o -name '*.test.ts' \) -print0 | xargs -0 node --experimental-strip-types --test
  • typechecktsc --noEmit
Dependencies1
  • typebox^1.0.0