PkgRadar

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 update

Static 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"}'
PublisherGreg Tanaka
Artifact bytes17,427,920
Previous versionnone
Published2026-06-17T04:41:41
SHA-256ee365bc2de60b12d19153200999caa552175f01d8697b5a173286c85b5ea4432

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

high
Last checked
highRisk
150Score
0.0.276Version
Status history (1 event)
  1. newavailable · risk high · score 150 · status changed

Evidence

Static findings

21 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highJs Hidden Powershellpdd_cli-0.0.276/utils/vscode_prompt/out/pddInstaller.jsHidden / 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
highJs Hidden Powershellpdd_cli-0.0.276/utils/vscode_prompt/src/pddInstaller.tsHidden / 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
highPython Bun Js Execpdd_cli-0.0.276/pdd/checkup_gates.pyPython file references the Bun JavaScript runtime — cross-language execution40
mediumPy Import Time Subprocesspdd_cli-0.0.276/pdd/__init__.pysubprocess call — process spawning.32
highPy Runtime Dynamic Dangerous Importpdd_cli-0.0.276/context/server/routes/auth_example.pyDynamic __import__('os') — reflection bypass for static checks.30
highPy Runtime Dynamic Dangerous Importpdd_cli-0.0.276/context/server/routes/auth_example.pyDynamic __import__('sys') — reflection bypass for static checks.30
highPy Runtime Base64 Decodepdd_cli-0.0.276/pdd/get_jwt_token.pybase64/hex decode combined with exec/subprocess — classic obfuscated payload pattern.30
highPy Runtime Base64 Decodepdd_cli-0.0.276/pdd/server/routes/files.pybase64/hex decode combined with exec/subprocess — classic obfuscated payload pattern.30
mediumCredential file accesspdd_cli-0.0.276/pdd/agentic_common.pymatched "GOOGLE_APPLICATION_CREDENTIALS"10
mediumCredential file accesspdd_cli-0.0.276/pdd/cli_detector.pymatched "GOOGLE_APPLICATION_CREDENTIALS"10
mediumCredential file accesspdd_cli-0.0.276/pdd/llm_invoke.pymatched "aws_access_key"10
Show all 21 findings (low-signal and informational)
SeverityKindPathDetailPoints
highJs Hidden Powershellpdd_cli-0.0.276/utils/vscode_prompt/out/pddInstaller.jsHidden / 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
highJs Hidden Powershellpdd_cli-0.0.276/utils/vscode_prompt/src/pddInstaller.tsHidden / 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
highPython Bun Js Execpdd_cli-0.0.276/pdd/checkup_gates.pyPython file references the Bun JavaScript runtime — cross-language execution40
mediumPy Import Time Subprocesspdd_cli-0.0.276/pdd/__init__.pysubprocess call — process spawning.32
highPy Runtime Dynamic Dangerous Importpdd_cli-0.0.276/context/server/routes/auth_example.pyDynamic __import__('os') — reflection bypass for static checks.30
highPy Runtime Dynamic Dangerous Importpdd_cli-0.0.276/context/server/routes/auth_example.pyDynamic __import__('sys') — reflection bypass for static checks.30
highPy Runtime Base64 Decodepdd_cli-0.0.276/pdd/get_jwt_token.pybase64/hex decode combined with exec/subprocess — classic obfuscated payload pattern.30
highPy Runtime Base64 Decodepdd_cli-0.0.276/pdd/server/routes/files.pybase64/hex decode combined with exec/subprocess — classic obfuscated payload pattern.30
mediumCredential file accesspdd_cli-0.0.276/pdd/agentic_common.pymatched "GOOGLE_APPLICATION_CREDENTIALS"10
mediumCredential file accesspdd_cli-0.0.276/pdd/cli_detector.pymatched "GOOGLE_APPLICATION_CREDENTIALS"10
mediumCredential file accesspdd_cli-0.0.276/pdd/llm_invoke.pymatched "aws_access_key"10
lowCredential file accesspdd_cli-0.0.276/context/provider_manager_example.pymatched "AWS_ACCESS_KEY"5
lowCredential file accesspdd_cli-0.0.276/pdd/agentic_checkup_orchestrator.pymatched ".npmrc"5
lowCredential file accesspdd_cli-0.0.276/pdd/context_snapshot.pymatched "aws_access_key"5
lowCredential file accesspdd_cli-0.0.276/pdd/generate_model_catalog.pymatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowCredential file accesspdd_cli-0.0.276/pdd/incremental_prd_architecture.pymatched ".npmrc"5
lowCredential file accesspdd_cli-0.0.276/pdd/model_tester.pymatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowCredential file accesspdd_cli-0.0.276/pdd/provider_manager.pymatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowCredential file accesspdd_cli-0.0.276/architecture.jsonmatched ".npmrc"3
lowObfuscation Densitypdd_cli-0.0.276/pdd/frontend/package-lock.jsonhigh encoded/escaped-token density0
lowObfuscation Densitypdd_cli-0.0.276/utils/vscode_prompt/package-lock.jsonhigh encoded/escaped-token density0