Recommended action
Block this updateStatic 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"}'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
Status history (1 event)
- new → available · risk high · score 63 · status changed
Evidence
Static findings
3 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/skills/_shared/scripts/cleanup-pycache.py | matched ".ssh" | 30 |
| high | Credential file access | package/skills/_shared/scripts/cleanup-test-runs.py | matched ".ssh" | 30 |
Show all 3 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/skills/_shared/scripts/cleanup-pycache.py | matched ".ssh" | 30 |
| high | Credential file access | package/skills/_shared/scripts/cleanup-test-runs.py | matched ".ssh" | 30 |
| low | Obfuscation | package/extensions/idea.ts | matched "\\x7f" | 3 |
Manifest
Package metadata
Scripts5
checkpnpm run typecheck && pnpm run testtestpnpm run test:node && pnpm run test:helperstest:helpersnode --experimental-strip-types scripts/run-helper-tests.tstest:nodefind bin __tests__ extensions \( -name '*.test.mjs' -o -name '*.test.ts' \) -print0 | xargs -0 node --experimental-strip-types --testtypechecktsc --noEmit
Dependencies1
typebox^1.0.0