Set<String> badSecrets() { final secrets = analyzeSecrets(); secrets.removeWhere((k, v) => v.isNotEmpty); return Set<String>.from(secrets.keys); }