Package evidence
opencomputer==2026.6.5
Py Import Time Subprocess: subprocess call — process spawning.
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
- 42
- First published
- Apr 2026
- Publisher
- OpenComputer Contributors
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":["opencomputer==2026.6.5"],"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":["opencomputer==2026.6.5"],"fail_on":"high"}'Why flagged
What the scanner saw
Py Import Time Subprocess: subprocess call — process spawning.
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 162 · status changed
Evidence
Static findings
16 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Py Import Time Subprocess | opencomputer/service/__init__.py | subprocess call — process spawning. | 32 |
| high | Py Runtime Base64 Decode | opencomputer/commands/ui/clipboard.py | base64/hex decode combined with exec/subprocess — classic obfuscated payload pattern. | 30 |
| high | Credential file access | opencomputer/security/python_safety.py | matched ".ssh/" | 30 |
| high | Py Runtime Base64 Decode | opencomputer/skills/_archive/google-workspace/scripts/google_api.py | base64/hex decode combined with exec/subprocess — classic obfuscated payload pattern. | 30 |
Show all 16 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Py Import Time Subprocess | opencomputer/service/__init__.py | subprocess call — process spawning. | 32 |
| high | Py Runtime Base64 Decode | opencomputer/commands/ui/clipboard.py | base64/hex decode combined with exec/subprocess — classic obfuscated payload pattern. | 30 |
| high | Credential file access | opencomputer/security/python_safety.py | matched ".ssh/" | 30 |
| high | Py Runtime Base64 Decode | opencomputer/skills/_archive/google-workspace/scripts/google_api.py | base64/hex decode combined with exec/subprocess — classic obfuscated payload pattern. | 30 |
| low | Credential file access | opencomputer/acp/edit_approval.py | matched "id_rsa" | 5 |
| low | Messenger Bot Endpoint | opencomputer/channels/pairing.py | matched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler) | 5 |
| low | Credential file access | opencomputer/commands/secrets.py | matched "AWS_ACCESS_KEY" | 5 |
| low | Messenger Bot Endpoint | opencomputer/commands/telegram.py | matched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler) | 5 |
| low | Messenger Bot Endpoint | opencomputer/dashboard/telegram_wizard.py | matched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler) | 5 |
| low | Credential file access | opencomputer/profile/bootstrap/recent_scan.py | matched "id_rsa" | 5 |
| low | Credential file access | opencomputer/skills_guard/threat_patterns.py | matched ".npmrc" | 5 |
| low | Credential file access | opencomputer/tools/bash_safety.py | matched ".ssh/" | 5 |
| low | Messenger Bot Endpoint | extensions/channels/telegram/adapter.py | matched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler) | 5 |
| low | Messenger Bot Endpoint | extensions/channels/telegram/webhook_helper.py | matched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler) | 5 |
| low | Obfuscation Density | opencomputer/ui-tui/src/package-lock.json | high encoded/escaped-token density | 0 |
| low | Obfuscation Density | extensions/channels/whatsapp-bridge/bridge/package-lock.json | high encoded/escaped-token density | 0 |