How do I resolve a persistent 'send will damage your computer' warning on my Mac?

How do I get rid of a SELD warning on my computer, it says to report malware to apple to protect other users. It says "this file wa downloaded on an unknown date. There is an OK button and Show in finder. Neither does anything.

This warning with a yellow triangle says "send will damage your computer, This file was downloaded on an unknown date. Then there is an OK line to click or Show in Finder. There is a check mark at the bottom that says Report Malware to Apple to protect other users.


No matter what I do it will not go away.




[Re-Titled by Moderator]



iMac 21.5″, macOS 11.7

Posted on Apr 21, 2025 01:55 PM

Reply
Question marked as Top-ranking reply

Posted on Apr 21, 2025 04:04 PM

Tesserax wrote:
Remove Launch Agents or Daemons
It’s likely something is set to auto-launch• the bad file. Check these folders:

~/Library/LaunchAgents/
~/Library/Application Support/
~/Library/LaunchDaemons/

Just a little correction. There is no such folder of ~/Library/LaunchDaemons/.


4 replies

Apr 21, 2025 03:55 PM in response to SELDERROR

Ah yes, the infamous “will damage your computer” warning on macOS — that’s macOS Gatekeeper in action. It’s essentially your Mac trying to protect you from software it can’t verify, usually because the app is not notarized by Apple or appears suspiciously modified. But when the dialog won’t go away, or if clicking "OK" or "Show in Finder" does nothing, it's likely a deeper issue — possibly involving a stuck launch agent, corrupted quarantine attribute, or even malware pretending to be a Gatekeeper alert.


Since you haven't provided any details on what you have tried, so far, to remedy this, here are some steps you can try:


Force Close the Alert

  • Open Activity Monitor (found in /Applications/Utilities/), and look for a process that looks suspicious, like:
    • send
    • Something unfamiliar that you don’t recognize
    • Something constantly respawning
  • Quit it (or force quit it if necessary). If the warning immediately pops back up, make a note of the process name.


Remove Launch Agents or Daemons

  • It’s likely something is set to auto-launch the bad file. Check these folders:

~/Library/LaunchAgents/
~/Library/Application Support/
~/Library/LaunchDaemons/


Also check:


/Library/LaunchAgents/
/Library/LaunchDaemons/


Look for any .plist files or folders with names related to send, or anything you don’t recognize. If you find one, move it to your Desktop (don't delete it just yet).


Find the Source File

  • Run this in Terminal to find the offending send binary or app:


sudo find / -name send 2>/dev/null


You’re looking for a binary or app bundle named "send". Once found, try removing it:


sudo rm -rf /path/to/send


Reset Gatekeeper Cache (Optional but Helpful)

  • You can reset Gatekeeper’s database:


sudo spctl --master-disable
sudo spctl --master-enable


This disables and re-enables Gatekeeper, essentially resetting it.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

How do I resolve a persistent 'send will damage your computer' warning on my Mac?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.