ClickFix (and its variants FileFix and pastejacking) is a social-engineering attack. A web page convinces you to copy something to your clipboard and paste it somewhere that runs commands β most often PowerShell, the Windows Run dialog (Win + R), the File Explorer address bar, or a Terminal. What you paste is not what it appears to be: it is a command that downloads and runs malware on your computer.
The lure is usually a fake instruction: "Verify you are human β press Win+R, then Ctrl+V, then Enter", "To fix this error, paste the following into PowerShell", or a fake CAPTCHA / document-preview that tells you to follow a few "quick steps". Because you performed the paste, the attack sidesteps many browser and download protections.
Citadel watches the clipboard itself. Whenever a command-like payload lands on your clipboard β whether a script wrote it, swapped it during a copy, or you copied text the page was displaying β Citadel scores it and warns you before you paste it anywhere dangerous.
The page never runs the command β you do. A single paste into PowerShell or the Run box can install info-stealers, ransomware, or remote-access malware in seconds.
The clipboard can be swapped at copy time, padded with spaces to hide the real command off-screen, or disguised as a harmless-looking file path (FileFix).
A hidden trailing newline means the command executes the moment it is pasted into the Run dialog or a terminal β you never get a chance to read it.
Each button below puts a real but harmless command on your clipboard, exercising a different way an attacker delivers one. If the Citadel extension is active you should see a warning each time. Use the paste box at the bottom to inspect what actually landed on your clipboard β that is safe.
clipboard.writeText)The classic ClickFix delivery: a script silently places a command on your clipboard, often ending in a newline so it auto-runs the instant it is pasted.
execCommand)FileFix tells you to paste a "file path" into the Explorer address bar β but the path is actually a command.
setData)The text below looks like a harmless install command. Copy it with the button β a copy handler swaps in something else. Paste into the box at the bottom to see the difference.
npm install citadel-helperNo script needed. Select the command below and press Ctrl/Cmd + C β Citadel scores whatever you copy, regardless of how it got onto the clipboard.
powershell -NoProfile -Command "Write-Host 'Citadel ClickFix test β if this were real, malware would now be running'"For comparison: copying an ordinary URL has no shell-command signals, so Citadel stays silent.
https://citadelagent.org/control/ClickFixClick here and paste (Ctrl/Cmd + V) to see exactly what is on your clipboard. This is a plain text box β pasting here runs nothing.