Skip to content

Security: Ayerdi/PROX2-AutoSwitch

Security

SECURITY.md

Security

Reporting a vulnerability

This project touches two trust-sensitive paths:

  • Logitech G HUB local WebSocket (ws://localhost:9010): an undocumented, reverse-engineered interface. Treat it as unofficial and potentially changing.
  • NirSoft svcl.exe download: the installer verifies the SHA-256 of svcl-x64.zip before running it. That check is intentional — never disable it.

Please do not open a public issue for a security problem that involves credentials, personal data or exploitable behavior. Report privately instead:

Scope

  • The SHA-256 pin for svcl-x64.zip lives in Instalar-PROX2-AutoSwitch.ps1 ($ExpectedSha256). If NirSoft ships a new version, update it from the official hashes page — do not remove the check.
  • The project persists no Windows Item IDs across installs and no G HUB deviceId. Nothing in the repo contains machine-specific secrets.

There aren't any published security advisories