How to reproduce: Decrypt an OpenPGP signed and encrypted file on the command line without the signing certificate in your keyring. The command gives no error:
C:\Users\g10code.WIN-TEST3\Documents>gpg -o xxx.pdf -d test_doc.pdf.gpg
gpg: verschlüsselt mit RSA Schlüssel, ID CD573B2B0736643A
gpg: verschlüsselt mit cv25519 Schlüssel, ID F4FD55519F948049, erzeugt 2026-08-03
"g10code"
gpg: Signatur vom 08/05/26 15:13:14 Mitteleuropische Sommerzeit
gpg: mittels RSA-Schlüssel 98111E67AE06F2BEFD2BDE10C5D6C919005F36A4
gpg: Signatur kann nicht geprüft werden: Kein öffentlicher SchlüsselBut xxx.pdf is not saved. If you put compatibility-flags no-partial-file-guard in gpg.conf and repeat the command, the file will be saved.
This seems to be a regression from T7873: Decrypt to foo.gpg.part files and rename. It breaks behavior in Kleopatra, too.