Antivirus False Positive Guide
How to fix antivirus warnings for the TestedSignals Signal Receiver
What's Happening?
Windows Defender and other antivirus software may flag signal-proxy.exe as a trojan or suspicious file.
â This is a false positive - the receiver is 100% safe
The Signal Receiver is open-source Rust code that only connects to our secure servers (Supabase and Redis). It never accesses your personal data or files.
Why Does This Happen?
Microsoft certificates cost $549/year. Small software companies often can't afford them initially.
The proxy listens on port 8080 and makes HTTPS connections. This pattern can look "suspicious" to antivirus engines.
New software with fewer downloads triggers "reputation scoring" warnings.
Some antivirus engines incorrectly flag Rust-compiled programs.
Note: This is extremely common with forex trading software. Many legitimate MT5 EAs, VPS tools, and signal receivers face the same issue.
Quick Fix: Windows Defender
Add the Signal Receiver to Windows Defender's exclusions list:
- Open Windows Security
Search for "Windows Security" in the Start menu
- Go to Virus & threat protection
Click on the shield icon
- Click "Manage settings"
Under "Virus & threat protection settings"
- Scroll to Exclusions
Find the "Exclusions" section
- Click "Add or remove exclusions"
Click the link to manage exclusions
- Add an exclusion
Click "Add an exclusion" â "File"
- Select signal-proxy.exe
Navigate to and select the signal-proxy.exe file
- Restart the proxy
Close and reopen signal-proxy.exe
â Done! The proxy should now run without issues.
Other Antivirus Software
Norton
- Open Norton
- Go to Settings â Antivirus
- Click Scans and Risks â Exclusions/Low Risks
- Add signal-proxy.exe to exclusions
McAfee
- Open McAfee
- Go to Navigation â Real-Time Scanning
- Click Excluded Files
- Add signal-proxy.exe
Kaspersky
- Open Kaspersky
- Go to Settings â Additional â Threats and Exclusions
- Click Manage Exclusions
- Add signal-proxy.exe
Avast / AVG
- Open Avast or AVG
- Go to Menu â Settings â General â Exceptions
- Click Add Exception
- Add path to signal-proxy.exe
Security Assurance
â What the Proxy Does:
- âĸ Listens on localhost:8080 (local only)
- âĸ Connects to Supabase API (our database)
- âĸ Connects to Upstash Redis (signal delivery)
- âĸ Sends heartbeat updates (10 min intervals)
- âĸ Receives trading signals
- âĸ Distributes signals to local EAs
â What the Proxy NEVER Does:
- âĸ Access your files or documents
- âĸ Scan your system or registry
- âĸ Connect to suspicious websites
- âĸ Send your personal data anywhere
- âĸ Modify system settings
- âĸ Install additional software
Open Source Transparency: The proxy is built from open-source Rust code. All code is publicly auditable with no hidden functionality.
đ Still Concerned?
You can verify the proxy is safe by:
1-3 detections = normal false positive. 10+ = investigate further.
Should be 5-8 MB (reasonable for network application)
Use Wireshark to see it only connects to our servers (Supabase, Redis)
Contact support for repository access
đ Need Help?
If you need assistance adding the exclusion or have any concerns:
We're happy to walk you through the process or provide additional security information!