Package evidence
dstack==0.20.25rc1
Py Runtime Base64 Decode: base64/hex decode combined with exec/subprocess — classic obfuscated payload pattern.
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
- 327Mature · −50% score
- First published
- Sep 2021
Effective trust discount applied: −50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.
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":["dstack==0.20.25rc1"],"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":["dstack==0.20.25rc1"],"fail_on":"high"}'Why flagged
What the scanner saw
Py Runtime Base64 Decode: base64/hex decode combined with exec/subprocess — classic obfuscated payload pattern.
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 57 · status changed
Evidence
Static findings
18 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Py Runtime Base64 Decode | dstack-0.20.25rc1/scripts/setup_kubernetes.py | base64/hex decode combined with exec/subprocess — classic obfuscated payload pattern. | 30 |
| medium | Remote Payload | dstack-0.20.25rc1/runner/internal/runner/repo/diff_test.go | matched "curl " | 12 |
Show all 18 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Py Runtime Base64 Decode | dstack-0.20.25rc1/scripts/setup_kubernetes.py | base64/hex decode combined with exec/subprocess — classic obfuscated payload pattern. | 30 |
| medium | Remote Payload | dstack-0.20.25rc1/runner/internal/runner/repo/diff_test.go | matched "curl " | 12 |
| low | Credential file access | dstack-0.20.25rc1/docker/server/entrypoint.sh | matched "GOOGLE_APPLICATION_CREDENTIALS" | 5 |
| low | Credential file access | dstack-0.20.25rc1/runner/internal/runner/executor/executor_test.go | matched ".ssh/" | 5 |
| low | Credential file access | dstack-0.20.25rc1/runner/internal/shim/authorized_keys_test.go | matched ".ssh/" | 5 |
| low | Credential file access | dstack-0.20.25rc1/src/dstack/_internal/core/backends/aws/auth.py | matched "aws_access_key" | 5 |
| low | Credential file access | dstack-0.20.25rc1/src/dstack/_internal/core/backends/aws/compute.py | matched "aws_access_key" | 5 |
| low | Credential file access | dstack-0.20.25rc1/src/dstack/_internal/core/backends/azure/compute.py | matched ".ssh/" | 5 |
| low | Credential file access | dstack-0.20.25rc1/src/dstack/_internal/core/services/repos.py | matched ".ssh/" | 5 |
| low | Credential file access | dstack-0.20.25rc1/src/dstack/_internal/core/services/configs/__init__.py | matched "id_rsa" | 5 |
| low | Credential file access | dstack-0.20.25rc1/src/dstack/_internal/proxy/gateway/app.py | matched ".ssh/" | 5 |
| low | Credential file access | dstack-0.20.25rc1/src/dstack/_internal/server/services/gateways/__init__.py | matched "id_rsa" | 5 |
| low | Credential file access | dstack-0.20.25rc1/src/dstack/_internal/server/services/gateways/connection.py | matched "id_rsa" | 5 |
| low | Credential file access | dstack-0.20.25rc1/src/dstack/_internal/server/services/gateways/pool.py | matched "id_rsa" | 5 |
| low | Credential file access | dstack-0.20.25rc1/src/dstack/_internal/server/services/ssh_fleets/provisioning.py | matched ".ssh/" | 5 |
| low | Credential file access | dstack-0.20.25rc1/src/dstack/_internal/utils/ssh.py | matched ".ssh/" | 5 |
| low | Credential file access | dstack-0.20.25rc1/frontend/src/locale/en.json | matched ".ssh/" | 3 |
| low | Obfuscation Density | dstack-0.20.25rc1/frontend/package-lock.json | high encoded/escaped-token density | 0 |