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":["@openparachute/[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":["@openparachute/[email protected]"],"fail_on":"high"}'Why flagged
What the scanner saw
Credential file access: matched ".npmrc"
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 108 · status changed
Evidence
Static findings
12 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/src/container-runner.ts | matched ".npmrc" | 30 |
| high | Credential file access | package/src/modules/mount-security/index.ts | matched ".ssh" | 30 |
| medium | Remote Payload | package/src/web/static-serve.test.ts | matched "curl " | 12 |
| medium | Obfuscation Density | package/web/ui/pnpm-lock.yaml | high encoded/escaped-token density | 12 |
Show all 12 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/src/container-runner.ts | matched ".npmrc" | 30 |
| high | Credential file access | package/src/modules/mount-security/index.ts | matched ".ssh" | 30 |
| medium | Remote Payload | package/src/web/static-serve.test.ts | matched "curl " | 12 |
| medium | Obfuscation Density | package/web/ui/pnpm-lock.yaml | high encoded/escaped-token density | 12 |
| low | Obfuscation | package/web/ui/src/lib/auth.ts | matched "fromCharCode" | 3 |
| low | Obfuscation | package/src/secrets/crypto.test.ts | matched "Buffer.from(ct, 'base64" | 3 |
| low | Obfuscation | package/src/secrets/crypto.ts | matched "Buffer.from(encoded, 'base64" | 3 |
| low | Obfuscation | package/.claude/skills/add-dashboard/resources/dashboard-pusher.ts | matched "\\x1b" | 3 |
| low | Obfuscation | package/src/log.ts | matched "\\x1b" | 3 |
| low | Obfuscation | package/src/session-manager.ts | matched "Buffer.from(att.data as string, 'base64" | 3 |
| low | Obfuscation | package/src/channels/telegram-markdown-sanitize.ts | matched "\\x00" | 3 |
| low | Obfuscation | package/repo-tokens/action.yml | matched "\\u00b7" | 3 |
Manifest
Package metadata
Scripts6
buildtsc -b && vite build && node scripts/verify-base.mjsdevvitepreviewvite previewtestvitest runtest:watchvitesttypechecktsc --noEmit
Dependencies3
react^19.0.0react-dom^19.0.0react-router-dom^7.0.0