Package evidence
pdd-cli==0.0.276
Js Hidden Powershell: Hidden / non-interactive PowerShell invocation in package code — `-WindowStyle Hidden`, `irm | iex`, `windowsHide: true`, or equivalent — used to download-and-run payloads on Windows installers.
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
- 276Mature · −50% score
- First published
- Jan 2025
- Publisher
- Greg Tanaka
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":["pdd-cli==0.0.276"],"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":["pdd-cli==0.0.276"],"fail_on":"high"}'Why flagged
What the scanner saw
Js Hidden Powershell: Hidden / non-interactive PowerShell invocation in package code — `-WindowStyle Hidden`, `irm | iex`, `windowsHide: true`, or equivalent — used to download-and-run payloads on Windows installers.
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 150 · status changed
Evidence
Static findings
21 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Js Hidden Powershell | pdd_cli-0.0.276/utils/vscode_prompt/out/pddInstaller.js | Hidden / non-interactive PowerShell invocation in package code — `-WindowStyle Hidden`, `irm | iex`, `windowsHide: true`, or equivalent — used to download-and-run payloads on Windows installers. | 45 |
| high | Js Hidden Powershell | pdd_cli-0.0.276/utils/vscode_prompt/src/pddInstaller.ts | Hidden / non-interactive PowerShell invocation in package code — `-WindowStyle Hidden`, `irm | iex`, `windowsHide: true`, or equivalent — used to download-and-run payloads on Windows installers. | 45 |
| high | Python Bun Js Exec | pdd_cli-0.0.276/pdd/checkup_gates.py | Python file references the Bun JavaScript runtime — cross-language execution | 40 |
| medium | Py Import Time Subprocess | pdd_cli-0.0.276/pdd/__init__.py | subprocess call — process spawning. | 32 |
| high | Py Runtime Dynamic Dangerous Import | pdd_cli-0.0.276/context/server/routes/auth_example.py | Dynamic __import__('os') — reflection bypass for static checks. | 30 |
| high | Py Runtime Dynamic Dangerous Import | pdd_cli-0.0.276/context/server/routes/auth_example.py | Dynamic __import__('sys') — reflection bypass for static checks. | 30 |
| high | Py Runtime Base64 Decode | pdd_cli-0.0.276/pdd/get_jwt_token.py | base64/hex decode combined with exec/subprocess — classic obfuscated payload pattern. | 30 |
| high | Py Runtime Base64 Decode | pdd_cli-0.0.276/pdd/server/routes/files.py | base64/hex decode combined with exec/subprocess — classic obfuscated payload pattern. | 30 |
| medium | Credential file access | pdd_cli-0.0.276/pdd/agentic_common.py | matched "GOOGLE_APPLICATION_CREDENTIALS" | 10 |
| medium | Credential file access | pdd_cli-0.0.276/pdd/cli_detector.py | matched "GOOGLE_APPLICATION_CREDENTIALS" | 10 |
| medium | Credential file access | pdd_cli-0.0.276/pdd/llm_invoke.py | matched "aws_access_key" | 10 |
Show all 21 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Js Hidden Powershell | pdd_cli-0.0.276/utils/vscode_prompt/out/pddInstaller.js | Hidden / non-interactive PowerShell invocation in package code — `-WindowStyle Hidden`, `irm | iex`, `windowsHide: true`, or equivalent — used to download-and-run payloads on Windows installers. | 45 |
| high | Js Hidden Powershell | pdd_cli-0.0.276/utils/vscode_prompt/src/pddInstaller.ts | Hidden / non-interactive PowerShell invocation in package code — `-WindowStyle Hidden`, `irm | iex`, `windowsHide: true`, or equivalent — used to download-and-run payloads on Windows installers. | 45 |
| high | Python Bun Js Exec | pdd_cli-0.0.276/pdd/checkup_gates.py | Python file references the Bun JavaScript runtime — cross-language execution | 40 |
| medium | Py Import Time Subprocess | pdd_cli-0.0.276/pdd/__init__.py | subprocess call — process spawning. | 32 |
| high | Py Runtime Dynamic Dangerous Import | pdd_cli-0.0.276/context/server/routes/auth_example.py | Dynamic __import__('os') — reflection bypass for static checks. | 30 |
| high | Py Runtime Dynamic Dangerous Import | pdd_cli-0.0.276/context/server/routes/auth_example.py | Dynamic __import__('sys') — reflection bypass for static checks. | 30 |
| high | Py Runtime Base64 Decode | pdd_cli-0.0.276/pdd/get_jwt_token.py | base64/hex decode combined with exec/subprocess — classic obfuscated payload pattern. | 30 |
| high | Py Runtime Base64 Decode | pdd_cli-0.0.276/pdd/server/routes/files.py | base64/hex decode combined with exec/subprocess — classic obfuscated payload pattern. | 30 |
| medium | Credential file access | pdd_cli-0.0.276/pdd/agentic_common.py | matched "GOOGLE_APPLICATION_CREDENTIALS" | 10 |
| medium | Credential file access | pdd_cli-0.0.276/pdd/cli_detector.py | matched "GOOGLE_APPLICATION_CREDENTIALS" | 10 |
| medium | Credential file access | pdd_cli-0.0.276/pdd/llm_invoke.py | matched "aws_access_key" | 10 |
| low | Credential file access | pdd_cli-0.0.276/context/provider_manager_example.py | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | pdd_cli-0.0.276/pdd/agentic_checkup_orchestrator.py | matched ".npmrc" | 5 |
| low | Credential file access | pdd_cli-0.0.276/pdd/context_snapshot.py | matched "aws_access_key" | 5 |
| low | Credential file access | pdd_cli-0.0.276/pdd/generate_model_catalog.py | matched "GOOGLE_APPLICATION_CREDENTIALS" | 5 |
| low | Credential file access | pdd_cli-0.0.276/pdd/incremental_prd_architecture.py | matched ".npmrc" | 5 |
| low | Credential file access | pdd_cli-0.0.276/pdd/model_tester.py | matched "GOOGLE_APPLICATION_CREDENTIALS" | 5 |
| low | Credential file access | pdd_cli-0.0.276/pdd/provider_manager.py | matched "GOOGLE_APPLICATION_CREDENTIALS" | 5 |
| low | Credential file access | pdd_cli-0.0.276/architecture.json | matched ".npmrc" | 3 |
| low | Obfuscation Density | pdd_cli-0.0.276/pdd/frontend/package-lock.json | high encoded/escaped-token density | 0 |
| low | Obfuscation Density | pdd_cli-0.0.276/utils/vscode_prompt/package-lock.json | high encoded/escaped-token density | 0 |