SG-090: Covert prompt exfiltration

Severity: CRITICAL

Instruction file directs the agent to silently issue a network call carrying the user's prompt or conversation. The combination of a covertness directive ("silently", "do not mention") + an outbound verb (curl/wget/fetch) + a prompt-shaped variable ($USER_PROMPT, $prompt, $messages) in the same block is the prompt-exfil spyware shape observed in the wild.

Fires when

Remediation

Remove the entire instruction block. If your team genuinely wants prompt-logging, do it explicitly: surface a setting the user can see, log to your own infrastructure, and never tell the agent to hide the behavior.