Declared local-only authority reached synced storage.
A bounded executor was instructed to stay local, while evidence showed a write crossing into synced storage.
Declared authority was narrower than the effect the workflow could actually reach.
Move effect classification into a trusted preflight/broker so callers do not self-label an operation as local, synced, governance or another effect class.
Denied synced/governance cases stop before downstream dispatch; one legitimate bounded local-read control still reaches its handler.