Appearance
Why It Matters
An MCP server entry that can run rm -rf / gives repository-controlled tooling a direct host destruction path.
What Triggers
SEC637 matches MCP command definitions whose command and args resolve to rm with recursive and force semantics against /, or include --no-preserve-root.
This applies whether the risky shape appears in a single command string or is split across structured arguments.
False Positives
This should be uncommon in real MCP configs. Even intentionally destructive maintenance commands should not be exposed as ordinary shared server launch definitions.
Remediation
Remove the root-targeting delete path from the MCP config. Restrict cleanup to reviewed repo-local directories and avoid host-destructive flags.