Task
π **Task:** Implement `validate_backend(cfg)` returning a sorted list of problem strings: `'not_remote'`, `'unlocked'`, `'unencrypted'`. Empty list means the backend is safe.
π Implement the function above. Tests run automatically.
π‘ **Hint:** Re-read the theory if you get stuck.