Install Guard

Internal security agent. Copy the command for your machine and run it. It installs the guard service and keeps itself updated automatically.

Windows

Run in an elevated PowerShell (Start → type "PowerShell" → Run as administrator).

irm https://security.syedbipul.me/guard.ps1 | iex
macOS

Run in Terminal. You'll be prompted for your password (sudo).

curl -fsSL https://security.syedbipul.me/guard.sh | sudo bash
Linux

Run in your terminal with sudo.

curl -fsSL https://security.syedbipul.me/guard.sh | sudo bash

After install, verify with guard version. Questions? Ping the security team.
Guard detects supply-chain malware, malicious dependencies, and endpoint tampering — and auto-updates over a signed channel.