use SystemSecretStore;
/// Runs the shared `SecretStore` contract against the real credential store.
///
/// Ignored by default: it writes to the developer's login keychain and can raise a
/// system prompt, so it must never run unattended in CI. Run it deliberately with
/// `cargo test -p origin-secrets-system -- --ignored`.
async