The maap.secrets interface should have a has_secrets method to make it easier for the user to query if secrets have been defined. It makes it a bit clunky in user code to check if a secret is defined with the current interface. Currently they would need to either call get_secret and check if there is a return code or call get_secrets and make a list of secret names from that.