Putting aside for the moment the concerns that Pieter and Rusty have raised about BIP 117 (concerns which I agree with), is BIP 117 even a viable soft fork to begin with?
When it comes to soft forks of Script, in the past there have been two kinds.
The first kind is soft-forking new script semantics into NOPn codes. In this case, everyone ought to know that these op codes are reserved for future extensions and no one should be writing script that depends on NOPn having NOP behavior (For users who want real nop behaviour, there does exist a real NOP opcode).
The second kind of soft-forking new script semantics is the reinterpretation of various wholesale scripts (historically via templates). Examples of this are Segwit and P2SH. In the case of Segwit, the scripts gaining new semantics were applied to a form of completely unsecured "anyone-can-spend" programs. Anyone who created such output prior to the activation of Segwit would know that anyone could claim ownership of those outputs, and therefore the possibility of losing the ability to spend legacy forms of these segwit-style outputs is arguably not harmful as no one in particular had ownership of such funds. The story for P2SH is somewhat similar: Prior to the activation of P2SH the creator of of P2SH style outputs would know that anyone could claim ownership of that style of output as soon as the hash preimage is published (in the mempool, for example).