Short answer: Not inherently, but it can be mimicked by malware.

Because the name contains “patch,” it is a prime target for malware authors who want to disguise their payloads. Several threat intelligence reports (e.g., from VirusTotal, Malwarebytes) show that malicious files named amped-qbpatch.exe have been used in:

amped-qbpatch.exe --apply patch.diff --backup C:\QBBackups --silent --log C:\Logs\qbpatch.log
REM Check patch status
amped-qbpatch.exe -verify

REM Apply QuickBird patch version 2.1.3 amped-qbpatch.exe -apply -version 2.1.3

REM Force rollback to factory state amped-qbpatch.exe -rollback -force

Return codes:

amped-qbpatch.exe (PID: 2844)
 └─ cmd.exe /c "patch.bat"
     └─ powershell.exe -ExecutionPolicy Bypass -File decoy.ps1
         └─ wscript.exe (hidden)