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":["@devalade/[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":["@devalade/[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 606 · status changed
Related candidates
Linked campaigns and clusters
devalade
2 members · evidence strength 64Evidence
Static findings
22 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/dist/config/assembly.js | matched ".SSH" | 30 |
| high | Credential file access | package/dist/domain/deploy/backend-strategy.js | matched ".ssh" | 30 |
| high | Credential file access | package/dist/cli/commands/backup.js | matched ".aws" | 30 |
| high | Credential file access | package/dist/config/builder.js | matched ".ssh" | 30 |
| high | Credential file access | package/dist/cli/commands/ci.js | matched ".ssh" | 30 |
| high | Credential file access | package/dist/cli/commands/cloudflare.js | matched ".ssh" | 30 |
| high | Credential file access | package/dist/cli/commands/config.js | matched ".ssh" | 30 |
| high | Credential file access | package/dist/infrastructure/ssh/connection.js | matched "id_rsa" | 30 |
| high | Credential file access | package/dist/cli/commands/deploy.js | matched ".ssh" | 30 |
| high | Credential file access | package/dist/cli/commands/doctor.js | matched ".ssh" | 30 |
| high | Credential file access | package/dist/domain/deploy/frontend-strategy.js | matched ".ssh" | 30 |
| high | Credential file access | package/dist/cli/commands/init.js | matched ".ssh" | 30 |
| high | Credential file access | package/dist/cli/commands/metrics.js | matched ".ssh" | 30 |
| high | Credential file access | package/dist/cli/commands/run.js | matched ".ssh" | 30 |
| high | Credential file access | package/dist/cli/runner.js | matched ".ssh" | 30 |
| high | Credential file access | package/dist/cli/commands/setup.js | matched ".ssh" | 30 |
| high | Credential file access | package/dist/cli/commands/status.js | matched ".ssh" | 30 |
| high | Credential file access | package/dist/cli/commands/unlock.js | matched ".ssh" | 30 |
| high | Credential file access | package/dist/cli/commands/user.js | matched ".ssh" | 30 |
| medium | Remote Payload | package/dist/cli/commands/cloudflare.js | matched "curl " | 12 |
| medium | Remote Payload | package/dist/services/health.service.js | matched "curl " | 12 |
| medium | Remote Payload | package/dist/cli/commands/setup.js | matched "curl " | 12 |
Manifest
Package metadata
Scripts6
buildtscdevtsx src/cli/index.tslinttsc --noEmittestvitest runtest:coveragevitest run --coveragetest:watchvitest
Dependencies11
@clack/prompts^1.4.0chalk^5.3.0commander^12.1.0execa^9.5.1fs-extra^11.3.5jiti^2.4.2js-yaml^4.1.0listr2^10.2.1ora^8.1.1ssh2^1.16.0zod^3.24.1