diff --git a/dojo/tools/mobsf/parser.py b/dojo/tools/mobsf/parser.py index 4bad5590098..663a83df0e2 100644 --- a/dojo/tools/mobsf/parser.py +++ b/dojo/tools/mobsf/parser.py @@ -320,7 +320,16 @@ def get_findings(self, filename, test): } mobsf_findings.append(mobsf_item) - + if type(data) == list: + for finding in data: + mobsf_item = { + "category": finding["category"], + "title": finding["name"], + "severity": finding["severity"], + "description": finding["description"] + "\n" + "**apk_exploit_dict:** " + str(finding["apk_exploit_dict"]) + "\n" + "**line_number:** " + str(finding["line_number"]), + "file_path": finding["file_object"] + } + mobsf_findings.append(mobsf_item) for mobsf_finding in mobsf_findings: title = mobsf_finding["title"] sev = self.getCriticalityRating(mobsf_finding["severity"]) @@ -372,12 +381,14 @@ def getSeverityForPermission(self, status): # Criticality rating def getCriticalityRating(self, rating): criticality = "Info" - if rating == "Good": + if rating.lower() == "good": criticality = "Info" - if rating == "Warning": + elif rating.lower() == "warning": criticality = "Low" + elif rating.lower() == "vulnerability": + criticality = "Medium" else: - criticality = rating.capitalize() + criticality = rating.lower().capitalize() return criticality def suite_data(self, suites): diff --git a/unittests/scans/mobsf/report2.json b/unittests/scans/mobsf/report2.json index b569c4eae31..f2be06b0fb8 100644 --- a/unittests/scans/mobsf/report2.json +++ b/unittests/scans/mobsf/report2.json @@ -1 +1,17670 @@ -[{"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [224296, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [131096, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [27, 0], "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/pod_fill_anim_16.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [180913, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [17361, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [1014, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [1014, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [1014, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [1014, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [1014, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [7, 0], "file_object": "/Users/setup/build/qark/res/drawable-hdpi-v4/horizon_brand_background_with_spinner.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [1014, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [1014, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [1014, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [3360, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [15005, 0], "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [118, 0], "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/setup_logo.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [157876, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246818, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246818, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [33, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/software_update_options.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [21603, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [5661, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [202283, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [218416, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [245362, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [27097, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [9131, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [827, 0], "file_object": "/Users/setup/build/qark/lib/x86/libsodiumjni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [105, 0], "file_object": "/Users/setup/build/qark/resources.arsc", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [36, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_books.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [18017, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [4917, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [15354, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [21854, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [231471, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [7576, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [1036, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [15805, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [179884, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [153367, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [240769, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [10465, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [27830, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [28984, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [5225, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [109, 0], "file_object": "/Users/setup/build/qark/res/raw/notification_inquiry_9.mp3", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [245134, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [245134, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [245134, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [5379, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [127200, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [4816, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [4816, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [4816, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [16405, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [25620, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [230420, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [720, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.pdm.AdbService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.AdbService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.pdm.horizon_home.notification.ForegroundService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.horizon_home.notification.ForegroundService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.pdm.horizon_home.notification.ForegroundService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.horizon_home.notification.ForegroundService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The activity com.insulet.myblue.pdm.intentrestrictions.RestrictedDialerActivity is exported, but not protected by any permissions. Failing to protect activity tags could leave them vulnerable to attack by malicious apps. The activity tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.intentrestrictions.RestrictedDialerActivity", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The activity com.insulet.myblue.pdm.intentrestrictions.RestrictedDialerActivity is exported, but not protected by any permissions. Failing to protect activity tags could leave them vulnerable to attack by malicious apps. The activity tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.intentrestrictions.RestrictedDialerActivity", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The activity com.insulet.myblue.pdm.intentrestrictions.RestrictedDialerActivity is exported, but not protected by any permissions. Failing to protect activity tags could leave them vulnerable to attack by malicious apps. The activity tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.intentrestrictions.RestrictedDialerActivity", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The activity com.insulet.myblue.pdm.intentrestrictions.RestrictedEmailContactActivity is exported, but not protected by any permissions. Failing to protect activity tags could leave them vulnerable to attack by malicious apps. The activity tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.intentrestrictions.RestrictedEmailContactActivity", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The activity androidx.test.core.app.InstrumentationActivityInvoker$BootstrapActivity is exported, but not protected by any permissions. Failing to protect activity tags could leave them vulnerable to attack by malicious apps. The activity tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "androidx.test.core.app.InstrumentationActivityInvoker$BootstrapActivity", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The activity androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity is exported, but not protected by any permissions. Failing to protect activity tags could leave them vulnerable to attack by malicious apps. The activity tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The activity com.insulet.myblue.pdm.intentrestrictions.RestrictedDialerActivity is exported, but not protected by any permissions. Failing to protect activity tags could leave them vulnerable to attack by malicious apps. The activity tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.intentrestrictions.RestrictedDialerActivity", "package_name": "com.insulet.myblue.pdm"}}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [204982, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [100499, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [245602, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [10354, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [17307, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [158, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_swim.jpg", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [7087, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [224455, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [1461, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [128679, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [210131, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [24, 0], "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/pod_prep_anim_18.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [202759, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [14828, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [5666, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [24362, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [234656, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [24127, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [237036, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [10, 0], "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/pod_fill_anim_24.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [16, 0], "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/pod_no_active.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [69, 0], "file_object": "/Users/setup/build/qark/res/raw/high_priority_long.ogg", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [555, 0], "file_object": "/Users/setup/build/qark/lib/x86/libsodiumjni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [4897, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [39, 0], "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/pod_check_cannula.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246752, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246752, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [76844, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [222089, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246665, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [80385, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [211457, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [210, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_green.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [76843, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [224299, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [77382, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246062, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246062, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246062, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246062, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246062, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246062, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [17406, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [181022, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [218518, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247294, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247294, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247294, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [176475, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247294, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247294, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247294, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247294, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [7064, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247294, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [20, 0], "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/pod_fill_anim_01.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [240205, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [21852, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [30044, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [30044, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [72, 0], "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/setup_intro_bg_blood.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [11206, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [206104, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [159, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/searching_bg_meter.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [80425, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [17204, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [15, 0], "file_object": "/Users/setup/build/qark/res/raw/notification_130.mp3", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [7310, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246364, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246364, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246364, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [224715, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246364, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246364, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246364, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246364, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246364, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246364, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [14873, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246151, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [31, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ic_alert_caution.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [176639, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [227578, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [22237, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246642, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246642, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246642, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246642, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [36, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_skates.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [7, 0], "file_object": "/Users/setup/build/qark/res/mipmap-mdpi-v4/tag_drk_fasting.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [165, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xxhdpi-v4/searching_bg_meter.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [22959, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [435, 0], "file_object": "/Users/setup/build/qark/lib/x86/libsodiumjni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [20715, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [243628, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [134, 0], "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/setup_intro_bg_basal.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [202113, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [129731, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [53053, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "Manifest", "severity": "INFO", "description": "The receiver com.insulet.myblue.pdm.podflows.ResetBluetoothAdapter is exported, but the associated Intents can only be sent by SYSTEM level apps. They could still potentially be vulnerable, if the Intent carries data that is tainted (2nd order injection)", "name": "Protected Exported Tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.podflows.ResetBluetoothAdapter", "package_name": "com.insulet.myblue.pdm"}}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [7094, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "Manifest", "severity": "INFO", "description": "The receiver com.insulet.myblue.pdm.podflows.ResetBluetoothAdapter is exported, but the associated Intents can only be sent by SYSTEM level apps. They could still potentially be vulnerable, if the Intent carries data that is tainted (2nd order injection)", "name": "Protected Exported Tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.podflows.ResetBluetoothAdapter", "package_name": "com.insulet.myblue.pdm"}}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [6358, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "Manifest", "severity": "INFO", "description": "The receiver com.insulet.myblue.pdm.cloudcomm.NetworkReceiver is exported, but the associated Intents can only be sent by SYSTEM level apps. They could still potentially be vulnerable, if the Intent carries data that is tainted (2nd order injection)", "name": "Protected Exported Tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.cloudcomm.NetworkReceiver", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "INFO", "description": "The receiver com.insulet.myblue.pdm.cloudcomm.NetworkReceiver is exported, but the associated Intents can only be sent by SYSTEM level apps. They could still potentially be vulnerable, if the Intent carries data that is tainted (2nd order injection)", "name": "Protected Exported Tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.cloudcomm.NetworkReceiver", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "INFO", "description": "The receiver com.insulet.myblue.pdm.podflows.ResetBluetoothAdapter is exported, but the associated Intents can only be sent by SYSTEM level apps. They could still potentially be vulnerable, if the Intent carries data that is tainted (2nd order injection)", "name": "Protected Exported Tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.podflows.ResetBluetoothAdapter", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "INFO", "description": "The receiver com.insulet.myblue.pdm.podflows.ResetBluetoothAdapter is exported, but the associated Intents can only be sent by SYSTEM level apps. They could still potentially be vulnerable, if the Intent carries data that is tainted (2nd order injection)", "name": "Protected Exported Tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.podflows.ResetBluetoothAdapter", "package_name": "com.insulet.myblue.pdm"}}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247129, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [26996, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [13336, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [204582, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [26750, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [7393, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [157854, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [12793, 0], "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [140, 0], "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/intro_bg_0.webp", "apk_exploit_dict": null}, {"category": "manifest", "severity": "WARNING", "description": "This results in AMS either resuming the earlier activity or loads it in a task with same affinity or the activity is started as a new task. This may result in Task Poisoning. https://www.usenix.org/system/files/conference/usenixsecurity15/sec15-paper-ren-chuangang.pdf", "name": "launchMode=singleTask found", "line_number": 53, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246338, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246338, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246338, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246338, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246338, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246338, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246338, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246338, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246338, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246338, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [129732, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246364, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246364, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246364, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246364, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246364, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246364, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246364, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [244916, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [48477, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [101312, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [4434, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [4968, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [3358, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [4815, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [102317, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [106021, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246685, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246685, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246685, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246685, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246685, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [18417, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [30, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xxhdpi-v4/pod_no_active.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [12018, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [233812, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [549, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/libsodiumjni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [9372, 0], "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [9372, 0], "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [9372, 0], "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [9372, 0], "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [9372, 0], "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [9372, 0], "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [9372, 0], "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [9372, 0], "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [9372, 0], "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [9372, 0], "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [4498, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [461, 0], "file_object": "/Users/setup/build/qark/resources.arsc", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [105519, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [27673, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [27673, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [27673, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [16706, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [142, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_green.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [482, 0], "file_object": "/Users/setup/build/qark/resources.arsc", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [202043, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [7581, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [245070, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [245070, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [4517, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [390, 0], "file_object": "/Users/setup/build/qark/res/raw/high_priority_long.ogg", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [203830, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [35, 0], "file_object": "/Users/setup/build/qark/res/drawable-xxxhdpi-v4/mode_manual_home.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [587, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/libsodiumjni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [21552, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [200606, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [200606, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [18537, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [30333, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [153641, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [210985, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246959, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [205748, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [8666, 0], "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [7358, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [317, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_cat.jpg", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [17478, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.pdm.AdbService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.AdbService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The activity com.insulet.myblue.pdm.ConfigurableLaunchActivity is exported, but not protected by any permissions. Failing to protect activity tags could leave them vulnerable to attack by malicious apps. The activity tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.ConfigurableLaunchActivity", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The activity com.insulet.myblue.pdm.SplashScreenActivity is exported, but not protected by any permissions. Failing to protect activity tags could leave them vulnerable to attack by malicious apps. The activity tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.SplashScreenActivity", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The activity com.insulet.myblue.pdm.tools.realmtool.RealmToolActivity is exported, but not protected by any permissions. Failing to protect activity tags could leave them vulnerable to attack by malicious apps. The activity tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.tools.realmtool.RealmToolActivity", "package_name": "com.insulet.myblue.pdm"}}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246318, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [54490, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [210138, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [18351, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [4961, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [207183, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [212665, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [124923, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [129, 0], "file_object": "/Users/setup/build/qark/okhttp3/internal/publicsuffix/publicsuffixes.gz", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [201093, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247446, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [26461, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [177090, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [12, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xxhdpi-v4/n_alarm_inactive.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [15748, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [148, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xxhdpi-v4/body_back.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [25159, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [7574, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [16431, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [23, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xxxhdpi-v4/app_store.webp", "apk_exploit_dict": null}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246817, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [7683, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [16065, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [176820, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [176820, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [202720, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [198687, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [219017, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [31001, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [8, 0], "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/pod_prep_anim_05.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [31001, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [31001, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [31001, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [11710, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [31001, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [31001, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [31001, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [31001, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246407, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [5217, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [7586, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [206008, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [2777, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [232409, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [19520, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [54713, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [3095, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [127306, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [127306, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [127306, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [127306, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [127306, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [127306, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [127306, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [225073, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [153358, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [14741, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [89, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_grey.jpg", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [9088, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [238672, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [11863, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [241464, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [128683, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [223925, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [164909, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [31654, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [4387, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [17435, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [1552, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [189, 0], "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/setup_intro_bg_blood.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [26165, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [19, 0], "file_object": "/Users/setup/build/qark/res/mipmap-mdpi-v4/pod_01.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [515, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/libsodiumjni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [214001, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [22880, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [228525, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [222047, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [209, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_cat.jpg", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [15771, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [19834, 0], "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [1106, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/libsodiumjni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [11, 0], "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/pod_fill_anim_20.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [205800, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [5903, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [182493, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [26381, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [1, 0], "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/tag_lit_ketones_trace.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [220059, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [131281, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246754, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246754, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246754, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [3863, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [31647, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [239551, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [40233, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [50808, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [11316, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [80134, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [245091, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [245091, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [153242, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [151504, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.cgm.AlgorithmService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.cgm.AlgorithmService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.cgm.AlgorithmService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.cgm.AlgorithmService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [212552, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [7811, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [31737, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [124769, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [25535, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [710, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_blue.jpg", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [176942, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [6, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xxhdpi-v4/app_store.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [24161, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [4513, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [3, 0], "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/tag_drk_after_exercise.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246366, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246366, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246366, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246366, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246366, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246366, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [29, 0], "file_object": "/Users/setup/build/qark/win32-x86-64/attach_hotspot_windows.dll", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [1681, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [16, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_mountain.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [6966, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [5045, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [4190, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [25582, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [4933, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [25, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xxxhdpi-v4/ic_meter_verify.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [15, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xxhdpi-v4/dash_mobile.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [27907, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [27556, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [27907, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [217890, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [11647, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [21698, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [11781, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [19501, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [7354, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [2232, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [7354, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [156971, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [17950, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [126169, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [1, 0], "file_object": "/Users/setup/build/qark/res/mipmap-mdpi-v4/iob_widget.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [2917, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247312, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [33, 0], "file_object": "/Users/setup/build/qark/res/layout/fragment_home_insulin.xml", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [33, 0], "file_object": "/Users/setup/build/qark/res/layout/fragment_home_insulin.xml", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [5222, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [182356, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [9107, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [4788, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [165, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_books.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [4388, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [17085, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [245154, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [17457, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [15934, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [233362, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [3415, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [15439, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [177094, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [233583, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [103, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_soccer.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [2121, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [14279, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [12646, 0], "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [20784, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [131385, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [27411, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [210231, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [30005, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [156398, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [234650, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [181982, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [1533, 0], "file_object": "/Users/setup/build/qark/resources.arsc", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [206471, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [226902, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [16431, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [16431, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [16431, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [16431, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [16431, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [16431, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [16431, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [16431, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [16431, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [16431, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [10385, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [7747, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [157, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xxhdpi-v4/searching_bg_meter.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [101319, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [19397, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [212292, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [178354, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [220653, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [129736, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [129736, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [12566, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [43, 0], "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/intro_bg_3.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [168, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/libsecurity_lib.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [4821, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [16709, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [962, 0], "file_object": "/Users/setup/build/qark/resources.arsc", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [149232, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [31681, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [50139, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [82, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xxhdpi-v4/searching_bg_meter.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [233816, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [218519, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [222054, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [12588, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [15823, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [45, 0], "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/pod_check_cannula.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [37, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xxhdpi-v4/body_front.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [111, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_soccer.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [637, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/libsodiumjni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [79460, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [104633, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [178361, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [178361, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246267, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [129735, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [129735, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [129735, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [129735, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [219831, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [105726, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [4437, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [132, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_swim.jpg", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [4459, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [521, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [244642, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [244642, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [244642, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [244642, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [244642, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The receiver com.insulet.myblue.pdm.cloudcomm.CloudPodStateReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.cloudcomm.CloudPodStateReceiver", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The receiver com.insulet.myblue.pdm.cloudcomm.CloudPodStateReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.cloudcomm.CloudPodStateReceiver", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The receiver com.insulet.myblue.pdm.cloudcomm.CloudPodStateReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.cloudcomm.CloudPodStateReceiver", "package_name": "com.insulet.myblue.pdm"}}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [27671, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [125975, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "Manifest", "severity": "WARNING", "description": "The receiver com.insulet.myblue.pdm.cloudcomm.CloudPdmStateReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.cloudcomm.CloudPdmStateReceiver", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The receiver com.insulet.myblue.pdm.cloudcomm.CloudPdmStateReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.cloudcomm.CloudPdmStateReceiver", "package_name": "com.insulet.myblue.pdm"}}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [151, 0], "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/setup_intro_bg_basal.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246366, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246366, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246366, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246366, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246366, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246366, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246366, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246366, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246366, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246366, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "Manifest", "severity": "WARNING", "description": "The activity com.insulet.myblue.pdm.intentrestrictions.RestrictedDialerActivity is exported, but not protected by any permissions. Failing to protect activity tags could leave them vulnerable to attack by malicious apps. The activity tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.intentrestrictions.RestrictedDialerActivity", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.pdm.AdbService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.AdbService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.pdm.horizon_home.notification.ForegroundService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.horizon_home.notification.ForegroundService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.service.InsulinDeliveryService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.service.InsulinDeliveryService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.service.InsulinDeliveryService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.service.InsulinDeliveryService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.service.InsulinDeliveryService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.service.InsulinDeliveryService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [4440, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [131989, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [326, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_brown.jpg", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [42, 0], "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/intro_bg_1.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [9095, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [18216, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [245298, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [94780, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [241956, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [9072, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [7098, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [519, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/libsodiumjni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [25134, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [77502, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [260084, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [151148, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [151148, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "manifest", "severity": "WARNING", "description": "Backups enabled: Potential for data theft via local attacks via adb backup, if the device has USB debugging enabled (not common). More info: http://developer.android.com/reference/android/R.attr.html#allowBackup", "name": "Backup is allowed in manifest", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [219669, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [181569, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [12195, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [113, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xxhdpi-v4/body_back.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [24638, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [17908, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [11, 0], "file_object": "/Users/setup/build/qark/res/raw/notification_159.mp3", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246662, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [214875, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "manifest", "severity": "INFO", "description": "Please confirm and investigate for potential API keys to determine severity.", "name": "Potential API Key found", "line_number": 337, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [14827, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.pdm.AdbService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.AdbService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.pdm.AdbService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.AdbService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.pdm.AdbService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.AdbService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.pdm.AdbService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.AdbService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.pdm.AdbService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.AdbService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [17201, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [158090, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [30, 0], "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/pod_fill_anim_45.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [403, 0], "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/intro_bg_3.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246982, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246127, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [8655, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [59, 0], "file_object": "/Users/setup/build/qark/resources.arsc", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [102318, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [15899, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [181237, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [20702, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "manifest", "severity": "INFO", "description": "Please confirm and investigate for potential API keys to determine severity.", "name": "Potential API Key found", "line_number": 105, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [14792, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [244498, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [103068, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [155146, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [245808, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [131, 0], "file_object": "/Users/setup/build/qark/res/raw/low_priority_full.ogg", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [31667, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [578, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_brown.jpg", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [24495, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [182858, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [198604, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [233028, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247201, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [76842, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [102818, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [11796, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [17, 0], "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/pod_prep_anim_20.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247294, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247294, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247294, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247294, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246728, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247294, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247294, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247294, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247294, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247294, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [979, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246840, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [12381, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [20749, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246338, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246338, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [103222, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [13, 0], "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/setup_intro_bg_bolus.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [3867, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [4833, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247424, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [49272, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [54491, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [54491, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [210038, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [22, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_flowers.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [170, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_blue.jpg", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [7578, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [17753, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [7364, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [245235, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [177868, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [231194, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [267, 0], "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [267, 0], "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", "apk_exploit_dict": null}, {"category": "manifest", "severity": "WARNING", "description": "This results in AMS either resuming the earlier activity or loads it in a task with same affinity or the activity is started as a new task. This may result in Task Poisoning. https://www.usenix.org/system/files/conference/usenixsecurity15/sec15-paper-ren-chuangang.pdf", "name": "launchMode=singleTask found", "line_number": 47, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [18007, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [1452, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [1452, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [11789, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [76845, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [76845, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [76845, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [179518, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [7566, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [127888, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [13, 0], "file_object": "/Users/setup/build/qark/res/drawable-xxhdpi-v4/dexcom.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [128583, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [1284, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/libsodiumjni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [1158, 0], "file_object": "/Users/setup/build/qark/resources.arsc", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [1284, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/libsodiumjni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [17142, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [1988, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [251, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [4915, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [15925, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [29068, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [272, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_food.jpg", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [18134, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246794, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [64903, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [235660, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [295, 0], "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/intro_bg_0.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [206074, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [12508, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [5228, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [25, 0], "file_object": "/Users/setup/build/qark/res/drawable-xxhdpi-v4/mode_manual_interior.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [240797, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [88, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_turtle.jpg", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [5287, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [18616, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246079, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246079, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [7348, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [7571, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [11763, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [12, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xxhdpi-v4/add_item_icon.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [20, 0], "file_object": "/Users/setup/build/qark/res/layout/reminder_schedule_fragment.xml", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [142, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xxhdpi-v4/pod_check_cannula.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [14457, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "manifest", "severity": "WARNING", "description": "This results in AMS either resuming the earlier activity or loads it in a task with same affinity or the activity is started as a new task. This may result in Task Poisoning. https://www.usenix.org/system/files/conference/usenixsecurity15/sec15-paper-ren-chuangang.pdf", "name": "launchMode=singleTask found", "line_number": 98, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [7120, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [31696, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [31696, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [3134, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [240702, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [26833, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "manifest", "severity": "INFO", "description": "Please confirm and investigate for potential API keys to determine severity.", "name": "Potential API Key found", "line_number": 54, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [127204, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [127204, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [38, 0], "file_object": "/Users/setup/build/qark/res/drawable-xxxhdpi-v4/tx_image.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [10138, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [3104, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [178362, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [243260, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [12085, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [5861, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [178356, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [178356, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [3724, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [9150, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [13114, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247537, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [260019, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [1677, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [213430, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [2253, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [30387, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [233946, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [13735, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [244665, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [14219, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [232821, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247686, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247686, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247686, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [19, 0], "file_object": "/Users/setup/build/qark/res/mipmap-mdpi-v4/iob_widget.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247686, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247686, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247686, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247686, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247686, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247686, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [14823, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [4447, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [7341, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [34, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/libsodiumjni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [7350, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [76835, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [213507, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [75986, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [75986, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [28030, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [102776, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [101306, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [9103, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247405, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247405, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247405, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [52862, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247405, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247405, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [11989, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [11989, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [11989, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [11989, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [11989, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [11989, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [11989, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [11989, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [11989, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [11989, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246480, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [245726, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [245726, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [245726, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [245726, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [211967, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [53, 0], "file_object": "/Users/setup/build/qark/win32-x86-64/attach_hotspot_windows.dll", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [211967, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [211967, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [54489, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [54489, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [9372, 0], "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [9372, 0], "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [9372, 0], "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [9372, 0], "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [9372, 0], "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [9372, 0], "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [9372, 0], "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [9372, 0], "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [9372, 0], "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [9372, 0], "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [245790, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [245790, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [245790, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [245790, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [245790, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [245790, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [11989, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [11989, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [38, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/libsodiumjni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [10221, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [30827, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [7080, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [31656, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [37, 0], "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/pod_fill_anim_28.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [233900, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [181208, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [153356, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [5031, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [182519, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [182519, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [12074, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [55, 0], "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/pod_fill_anim_17.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [154, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xxhdpi-v4/nav_logo.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [7, 0], "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/pod_fill_anim_26.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [3, 0], "file_object": "/Users/setup/build/qark/res/drawable/scroller_thumb.xml", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [7715, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [726, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [102319, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [872, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/libsodiumjni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [226201, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [226201, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [226201, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [226201, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [226201, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [226201, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [227446, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [216727, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [220262, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [79821, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [21702, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [17016, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [3719, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [15456, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [46, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xxhdpi-v4/ic_spinner_frame.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [103592, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [1309, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/libsodiumjni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [8347, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [181076, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [9157, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [17159, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [5099, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [1369, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [245156, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [7073, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [233364, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [210075, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [153504, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [24776, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [99, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xxhdpi-v4/body_back.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [212690, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [251961, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [244892, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [9080, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [11529, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [178355, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [3664, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [26456, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246865, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [27694, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [27694, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [181825, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [62, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_brown.jpg", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [100859, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [240883, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [14739, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [15092, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [9, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xxhdpi-v4/tag_lit_ketones_small.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [28869, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246455, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [153, 0], "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/intro_bg_3.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [54493, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [242909, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [132223, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [6772, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [132909, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [744, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/libsodiumjni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [744, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/libsodiumjni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [52204, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [2474, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [178334, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [159749, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [6345, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [39, 0], "file_object": "/Users/setup/build/qark/okhttp3/internal/publicsuffix/publicsuffixes.gz", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [16374, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [362, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [244535, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [244535, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [244535, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [244535, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [244535, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247515, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247515, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247515, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [7337, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247515, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247515, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [26658, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [9212, 0], "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [68, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xxhdpi-v4/pod_01.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [4, 0], "file_object": "/Users/setup/build/qark/res/drawable/rounded_rect.xml", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [237316, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [29866, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [29866, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [4961, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [25229, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [129704, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [4787, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [9, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/iob_widget.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [1492, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [2, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xxhdpi-v4/tag_lit_fasting.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [4705, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [358, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [245747, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [180733, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [27695, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [27695, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [27695, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [10969, 0], "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [27695, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [8373, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [224777, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [103332, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [209638, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [2301, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [79252, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [155712, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [3, 0], "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/pod_prep_anim_07.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [209208, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [129778, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [129778, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [129778, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [12, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xxhdpi-v4/google_play.webp", "apk_exploit_dict": null}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.cgm.AlgorithmService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.cgm.AlgorithmService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The receiver com.insulet.myblue.pdm.notifications.service.PreemptiveAckNotificationReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.notifications.service.PreemptiveAckNotificationReceiver", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The receiver com.insulet.myblue.pdm.notifications.service.PreemptiveAckNotificationReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.notifications.service.PreemptiveAckNotificationReceiver", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The receiver com.insulet.myblue.pdm.notifications.service.PreemptiveAckNotificationReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.notifications.service.PreemptiveAckNotificationReceiver", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The receiver com.insulet.myblue.pdm.notifications.service.PreemptiveAckNotificationReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.notifications.service.PreemptiveAckNotificationReceiver", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The receiver com.insulet.myblue.pdm.alerts.service.PodAlertReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.alerts.service.PodAlertReceiver", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The receiver com.insulet.myblue.pdm.cloudcomm.CloudPodStateReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.cloudcomm.CloudPodStateReceiver", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The receiver com.insulet.myblue.pdm.cloudcomm.CloudPodStateReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.cloudcomm.CloudPodStateReceiver", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The receiver com.insulet.myblue.pdm.cloudcomm.CloudPodStateReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.cloudcomm.CloudPodStateReceiver", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The activity com.insulet.myblue.pdm.tools.vtool.VerificationToolActivity is exported, but not protected by any permissions. Failing to protect activity tags could leave them vulnerable to attack by malicious apps. The activity tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.tools.vtool.VerificationToolActivity", "package_name": "com.insulet.myblue.pdm"}}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [17264, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [237470, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [55, 0], "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/pod_fill_anim_31.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [11341, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [28931, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [30773, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [244829, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [226286, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [3093, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [51220, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [124948, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [9076, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [55, 0], "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/pod_fill_anim_32.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [178159, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [5190, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [3741, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "Manifest", "severity": "WARNING", "description": "The activity com.insulet.myblue.pdm.tools.nodemcu.NodeMCUViewActivity is exported, but not protected by any permissions. Failing to protect activity tags could leave them vulnerable to attack by malicious apps. The activity tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.tools.nodemcu.NodeMCUViewActivity", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The activity com.insulet.myblue.pdm.LaunchActivity is exported, but not protected by any permissions. Failing to protect activity tags could leave them vulnerable to attack by malicious apps. The activity tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.LaunchActivity", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The activity com.insulet.myblue.pdm.intentrestrictions.RestrictedBrowserActivity is exported, but not protected by any permissions. Failing to protect activity tags could leave them vulnerable to attack by malicious apps. The activity tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.intentrestrictions.RestrictedBrowserActivity", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The activity com.insulet.myblue.pdm.intentrestrictions.RestrictedPlaystoreAccessActivity is exported, but not protected by any permissions. Failing to protect activity tags could leave them vulnerable to attack by malicious apps. The activity tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.intentrestrictions.RestrictedPlaystoreAccessActivity", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The activity androidx.test.core.app.InstrumentationActivityInvoker$EmptyFloatingActivity is exported, but not protected by any permissions. Failing to protect activity tags could leave them vulnerable to attack by malicious apps. The activity tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "androidx.test.core.app.InstrumentationActivityInvoker$EmptyFloatingActivity", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.pdm.AdbService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.AdbService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The receiver com.insulet.myblue.pdm.cloudcomm.CloudPodStateReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.cloudcomm.CloudPodStateReceiver", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The receiver com.insulet.myblue.pdm.cloudcomm.CloudPodStateReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.cloudcomm.CloudPodStateReceiver", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The receiver com.insulet.myblue.pdm.cloudcomm.CloudPodStateReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.cloudcomm.CloudPodStateReceiver", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.pdm.AdbService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.AdbService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [178002, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [4851, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [30388, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [15900, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [17362, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [209962, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [5215, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [213889, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [31001, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [31001, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [31001, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [31001, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [31001, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [49459, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [5906, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246364, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246364, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246364, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246364, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246364, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246364, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246364, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246364, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246364, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246364, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [2519, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [218289, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "manifest", "severity": "WARNING", "description": "This results in AMS either resuming the earlier activity or loads it in a task with same affinity or the activity is started as a new task. This may result in Task Poisoning. https://www.usenix.org/system/files/conference/usenixsecurity15/sec15-paper-ren-chuangang.pdf", "name": "launchMode=singleTask found", "line_number": 55, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246703, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [257706, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247313, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [239584, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247313, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [1, 0], "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/pod_fill_anim_19.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [16276, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [2263, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [182853, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [4510, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [700, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/libsodiumjni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [3262, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [4432, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [5233, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [29067, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247359, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [12039, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [3353, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [207968, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [7, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/bg_pairing_arrows.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [249, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_swim.jpg", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [194194, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [181960, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [182469, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [207045, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246606, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246606, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [11252, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [49, 0], "file_object": "/Users/setup/build/qark/res/drawable-xxhdpi-v4/tx_image.webp", "apk_exploit_dict": null}, {"category": "manifest", "severity": "INFO", "description": "Please confirm and investigate for potential API keys to determine severity.", "name": "Potential API Key found", "line_number": 53, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [207379, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [180450, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [19263, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [236780, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246042, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246042, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246042, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246042, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246042, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246042, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [7240, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [2508, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [1, 0], "file_object": "/Users/setup/build/qark/res/drawable-xxxhdpi-v4/mode_unknown_interior.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [4061, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [15007, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [25, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xxhdpi-v4/pod_01.webp", "apk_exploit_dict": null}, {"category": "manifest", "severity": "VULNERABILITY", "description": "The android:debuggable flag is manually set to true in the AndroidManifest.xml. This will cause your application to be debuggable in production builds and can result in data leakage and other security issues. It is not necessary to set the android:debuggable flag in the manifest, it will be set appropriately automatically by the tools. More info: http://developer.android.com/guide/topics/manifest/application-element.html#debug", "name": "Manifest is manually set to debug", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [245068, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [303, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_green.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [2234, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [53742, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [7173, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [6042, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [28515, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [15097, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [197, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_brown.jpg", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [583, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [50941, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [182591, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [28, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xxhdpi-v4/searching_bg_meter.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [5763, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [255, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_yellow.jpg", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [245274, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [1965, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247580, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247580, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [11989, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [11989, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [11989, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [11989, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [11989, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [11989, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [11989, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [11989, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [11989, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [11989, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [14824, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [233458, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [245108, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [104622, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [178350, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [178350, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [5932, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [43891, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [182817, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [245216, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [228386, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [244939, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [30386, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [16431, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [16431, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [16431, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [16431, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [16431, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [16431, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [16431, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [16431, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [16431, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [16431, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [22, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_mountain.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [213724, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [257942, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [54476, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [32094, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [15913, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [152, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/libsecurity_lib.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [28990, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [177861, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [182676, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [235889, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [103997, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [103997, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [5302, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [124903, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [4984, 0], "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [153368, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [18669, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [17010, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [262, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_yellow.jpg", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [85619, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [214719, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [77, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/body_back.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [158187, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [0, 0], "file_object": "/Users/setup/build/qark/res/layout/temp_basal_confirm.xml", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [178351, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [178351, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [178351, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [217, 0], "file_object": "/Users/setup/build/qark/res/raw/high_priority_long.ogg", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [21557, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [12, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_swim.jpg", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [7345, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [256, 0], "file_object": "/Users/setup/build/qark/res/raw/high_priority_long.ogg", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [1, 0], "file_object": "/Users/setup/build/qark/res/mipmap-mdpi-v4/iob_widget_suspended.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [4990, 0], "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [18450, 0], "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [440, 0], "file_object": "/Users/setup/build/qark/resources.arsc", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [211295, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [458, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_brown.jpg", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [11, 0], "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/welcome_bg.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [10493, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [80553, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [129705, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [129705, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [129705, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [129705, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [129705, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [129705, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [129705, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [129705, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [181818, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [181818, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [793, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [12028, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [25249, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [24370, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [244830, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [12481, 0], "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [5721, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [29, 0], "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/check_cannula.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [203978, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [4506, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [4809, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [178353, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [125516, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [16, 0], "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/pod_fill_anim_10.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [245810, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [21162, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [229839, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [27912, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [351, 0], "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [27846, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [8410, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [16431, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [16431, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [16431, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [16431, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [16431, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [16431, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [16431, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [16431, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [178360, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [16431, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [31972, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [15398, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [8740, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [27669, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [244510, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [28678, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [216061, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [8360, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [11243, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [4911, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [245067, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [245067, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [7387, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [217027, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [1, 0], "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/tag_drk_ketones_trace.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [31001, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [31001, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [31001, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [31001, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [31001, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [31001, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [31001, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [31001, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [31001, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [31001, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246775, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [5717, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [4892, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [4, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/n_warning_inactive.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [12529, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [8306, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [102152, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [102152, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [102152, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [12935, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [3009, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [242814, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [14756, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [29659, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [14822, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [737, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [103, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/software_update_options.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [2779, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [31690, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [31690, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [31690, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [153359, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [153359, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [153359, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [31001, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [31001, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [31001, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [31001, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [209707, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [31001, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [31001, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [96, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_grey.jpg", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [31001, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [31001, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [19853, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [11989, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [11989, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [11989, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [11989, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [11989, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [11989, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [11989, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [11989, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [11989, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [181942, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [5967, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [244559, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [244559, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [7352, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [9372, 0], "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [9372, 0], "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [9372, 0], "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [9372, 0], "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [9372, 0], "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [9372, 0], "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [9372, 0], "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [9372, 0], "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [9372, 0], "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [178345, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [178345, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [178345, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [178345, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [178345, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [178345, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [178345, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [178345, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [178345, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [178345, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [20751, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [28993, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246041, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [20260, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [236765, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [231499, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [340, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [5453, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [23, 0], "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/pod_fill_anim_25.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [8406, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [103992, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [178352, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [178352, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [178352, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [178352, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [178352, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [178352, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [249455, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [178352, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [27672, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [27672, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [7545, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [15932, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "Manifest", "severity": "WARNING", "description": "The receiver com.insulet.myblue.pdm.cloudcomm.NotificationReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.cloudcomm.NotificationReceiver", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The receiver com.insulet.myblue.pdm.cloudcomm.NotificationReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.cloudcomm.NotificationReceiver", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The receiver com.insulet.myblue.pdm.notifications.service.NotificationsMarkedReadReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.notifications.service.NotificationsMarkedReadReceiver", "package_name": "com.insulet.myblue.pdm"}}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [6, 0], "file_object": "/Users/setup/build/qark/res/drawable/reminder_edit_text_background.xml", "apk_exploit_dict": null}, {"category": "Manifest", "severity": "WARNING", "description": "The receiver com.insulet.myblue.pdm.common.basals.receivers.PodStatusIntentReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.common.basals.receivers.PodStatusIntentReceiver", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The receiver com.insulet.myblue.pdm.common.basals.receivers.PodStatusIntentReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.common.basals.receivers.PodStatusIntentReceiver", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.pdm.AdbService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.AdbService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.pdm.AdbService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.AdbService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.pdm.AdbService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.AdbService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.pdm.AdbService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.AdbService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [314, 0], "file_object": "/Users/setup/build/qark/resources.arsc", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [1, 0], "file_object": "/Users/setup/build/qark/res/drawable-xxxhdpi-v4/mode_automated_waiting_interior.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [131089, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [5120, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [155402, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [7864, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [4520, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [158235, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [5865, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [214152, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [20916, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247405, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [49450, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [130405, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [49450, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [49450, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [49450, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [58, 0], "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/setup_intro_bg_bolus.webp", "apk_exploit_dict": null}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The receiver com.insulet.myblue.pdm.common.basals.receivers.PodStatusIntentReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.common.basals.receivers.PodStatusIntentReceiver", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The receiver com.insulet.myblue.pdm.common.basals.receivers.PodStatusIntentReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.common.basals.receivers.PodStatusIntentReceiver", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The receiver com.insulet.myblue.pdm.common.basals.receivers.PodStatusIntentReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.common.basals.receivers.PodStatusIntentReceiver", "package_name": "com.insulet.myblue.pdm"}}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [129766, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "Manifest", "severity": "WARNING", "description": "The receiver com.insulet.myblue.pdm.common.basals.receivers.PodStatusIntentReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.common.basals.receivers.PodStatusIntentReceiver", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The receiver com.insulet.myblue.pdm.compatibility.CompatibilityNoPodBroadcastReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.pdm.compatibility.CompatibilityNoPodBroadcastReceiver", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [7561, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [181811, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [10928, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [28, 0], "file_object": "/Users/setup/build/qark/res/drawable-xxxhdpi-v4/mode_manual_home.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [156116, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [180692, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [29035, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [41, 0], "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/pod_fill_anim_26.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [19, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_books.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [17, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xxhdpi-v4/software_update_exit.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [31686, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [25559, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [156, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [318, 0], "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/intro_bg_3.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [102617, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [214163, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [244578, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [232614, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [18005, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [90, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/libsodiumjni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [27729, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [4453, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [153369, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [155112, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [24253, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [182608, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [208271, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [19250, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [1472, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/libsodiumjni.so", "apk_exploit_dict": null}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "Manifest", "severity": "WARNING", "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", "name": "Exported tags", "line_number": null, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": {"exported_enum": null, "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", "package_name": "com.insulet.myblue.pdm"}}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [24144, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [14969, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [7582, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [7632, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [5318, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [224, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_books.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [9, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/iob_widget_suspended.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [5602, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [25151, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [9909, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [213058, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [360, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [53, 0], "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/setup_intro_bg_bolus.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [181366, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [5181, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [9372, 0], "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [9372, 0], "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [11, 0], "file_object": "/Users/setup/build/qark/res/drawable-xhdpi-v4/mode_unknown.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [125042, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "manifest", "severity": "INFO", "description": "Please confirm and investigate for potential API keys to determine severity.", "name": "Potential API Key found", "line_number": 75, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [34, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_cars.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [153357, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [245703, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246384, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [246384, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [228699, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [241450, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [217396, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [249473, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [15166, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [28911, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [230238, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [151749, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [153661, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [60, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/libsodiumjni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [39, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xxhdpi-v4/pod_no_active.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [5231, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [8, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xxhdpi-v4/software_update_exit.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [230438, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [129746, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [181455, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [27670, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [3872, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247337, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247337, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [247226, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [21610, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [228015, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [5891, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [128886, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [128886, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [128886, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [5212, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [355, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [30385, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [245385, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [28965, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [12759, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [28974, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [476, 0], "file_object": "/Users/setup/build/qark/res/raw/high_priority_long.ogg", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [2612, 0], "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [21241, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "manifest", "severity": "INFO", "description": "Please confirm and investigate for potential API keys to determine severity.", "name": "Potential API Key found", "line_number": 6, "file_object": "/Users/setup/build/qark/AndroidManifest.xml", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [227853, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [4035, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [1762, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [201148, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [14993, 0], "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [257, 0], "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_skates.webp", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [52315, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [14839, 0], "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [245459, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [3920, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [223565, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [209352, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [250124, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}, {"category": "file", "severity": "INFO", "description": "Please confirm and investigate the API key to determine its severity.", "name": "Potential API Key found", "line_number": [26054, 0], "file_object": "/Users/setup/build/qark/assets/food.db", "apk_exploit_dict": null}] \ No newline at end of file +[ + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 224296, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 131096, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 27, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/pod_fill_anim_16.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 180913, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 17361, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 1014, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 1014, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 1014, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 1014, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 1014, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 7, + 0 + ], + "file_object": "/Users/setup/build/qark/res/drawable-hdpi-v4/horizon_brand_background_with_spinner.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 1014, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 1014, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 1014, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 3360, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 15005, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 118, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/setup_logo.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 157876, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246818, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246818, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 33, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/software_update_options.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 21603, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 5661, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 202283, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 218416, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 245362, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 27097, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 9131, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 827, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86/libsodiumjni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 105, + 0 + ], + "file_object": "/Users/setup/build/qark/resources.arsc", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 36, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_books.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 18017, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 4917, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 15354, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 21854, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 231471, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 7576, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 1036, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 15805, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 179884, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 153367, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 240769, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 10465, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 27830, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 28984, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 5225, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 109, + 0 + ], + "file_object": "/Users/setup/build/qark/res/raw/notification_inquiry_9.mp3", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 245134, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 245134, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 245134, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 5379, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 127200, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 4816, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 4816, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 4816, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 16405, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 25620, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 230420, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 720, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.pdm.AdbService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.AdbService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.pdm.horizon_home.notification.ForegroundService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.horizon_home.notification.ForegroundService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.pdm.horizon_home.notification.ForegroundService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.horizon_home.notification.ForegroundService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The activity com.insulet.myblue.pdm.intentrestrictions.RestrictedDialerActivity is exported, but not protected by any permissions. Failing to protect activity tags could leave them vulnerable to attack by malicious apps. The activity tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.intentrestrictions.RestrictedDialerActivity", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The activity com.insulet.myblue.pdm.intentrestrictions.RestrictedDialerActivity is exported, but not protected by any permissions. Failing to protect activity tags could leave them vulnerable to attack by malicious apps. The activity tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.intentrestrictions.RestrictedDialerActivity", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The activity com.insulet.myblue.pdm.intentrestrictions.RestrictedDialerActivity is exported, but not protected by any permissions. Failing to protect activity tags could leave them vulnerable to attack by malicious apps. The activity tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.intentrestrictions.RestrictedDialerActivity", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The activity com.insulet.myblue.pdm.intentrestrictions.RestrictedEmailContactActivity is exported, but not protected by any permissions. Failing to protect activity tags could leave them vulnerable to attack by malicious apps. The activity tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.intentrestrictions.RestrictedEmailContactActivity", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The activity androidx.test.core.app.InstrumentationActivityInvoker$BootstrapActivity is exported, but not protected by any permissions. Failing to protect activity tags could leave them vulnerable to attack by malicious apps. The activity tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "androidx.test.core.app.InstrumentationActivityInvoker$BootstrapActivity", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The activity androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity is exported, but not protected by any permissions. Failing to protect activity tags could leave them vulnerable to attack by malicious apps. The activity tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The activity com.insulet.myblue.pdm.intentrestrictions.RestrictedDialerActivity is exported, but not protected by any permissions. Failing to protect activity tags could leave them vulnerable to attack by malicious apps. The activity tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.intentrestrictions.RestrictedDialerActivity", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 204982, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 100499, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 245602, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 10354, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 17307, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 158, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_swim.jpg", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 7087, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 224455, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 1461, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 128679, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 210131, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 24, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/pod_prep_anim_18.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 202759, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 14828, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 5666, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 24362, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 234656, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 24127, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 237036, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 10, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/pod_fill_anim_24.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 16, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/pod_no_active.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 69, + 0 + ], + "file_object": "/Users/setup/build/qark/res/raw/high_priority_long.ogg", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 555, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86/libsodiumjni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 4897, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 39, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/pod_check_cannula.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246752, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246752, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 76844, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 222089, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246665, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 80385, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 211457, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 210, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_green.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 76843, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 224299, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 77382, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246062, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246062, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246062, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246062, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246062, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246062, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 17406, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 181022, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 218518, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247294, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247294, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247294, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 176475, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247294, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247294, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247294, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247294, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 7064, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247294, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 20, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/pod_fill_anim_01.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 240205, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 21852, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 30044, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 30044, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 72, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/setup_intro_bg_blood.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 11206, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 206104, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 159, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/searching_bg_meter.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 80425, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 17204, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 15, + 0 + ], + "file_object": "/Users/setup/build/qark/res/raw/notification_130.mp3", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 7310, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246364, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246364, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246364, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 224715, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246364, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246364, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246364, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246364, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246364, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246364, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 14873, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246151, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 31, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ic_alert_caution.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 176639, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 227578, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 22237, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246642, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246642, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246642, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246642, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 36, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_skates.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 7, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-mdpi-v4/tag_drk_fasting.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 165, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xxhdpi-v4/searching_bg_meter.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 22959, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 435, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86/libsodiumjni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 20715, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 243628, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 134, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/setup_intro_bg_basal.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 202113, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 129731, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 53053, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "Manifest", + "severity": "INFO", + "description": "The receiver com.insulet.myblue.pdm.podflows.ResetBluetoothAdapter is exported, but the associated Intents can only be sent by SYSTEM level apps. They could still potentially be vulnerable, if the Intent carries data that is tainted (2nd order injection)", + "name": "Protected Exported Tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.podflows.ResetBluetoothAdapter", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 7094, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "Manifest", + "severity": "INFO", + "description": "The receiver com.insulet.myblue.pdm.podflows.ResetBluetoothAdapter is exported, but the associated Intents can only be sent by SYSTEM level apps. They could still potentially be vulnerable, if the Intent carries data that is tainted (2nd order injection)", + "name": "Protected Exported Tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.podflows.ResetBluetoothAdapter", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 6358, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "Manifest", + "severity": "INFO", + "description": "The receiver com.insulet.myblue.pdm.cloudcomm.NetworkReceiver is exported, but the associated Intents can only be sent by SYSTEM level apps. They could still potentially be vulnerable, if the Intent carries data that is tainted (2nd order injection)", + "name": "Protected Exported Tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.cloudcomm.NetworkReceiver", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "INFO", + "description": "The receiver com.insulet.myblue.pdm.cloudcomm.NetworkReceiver is exported, but the associated Intents can only be sent by SYSTEM level apps. They could still potentially be vulnerable, if the Intent carries data that is tainted (2nd order injection)", + "name": "Protected Exported Tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.cloudcomm.NetworkReceiver", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "INFO", + "description": "The receiver com.insulet.myblue.pdm.podflows.ResetBluetoothAdapter is exported, but the associated Intents can only be sent by SYSTEM level apps. They could still potentially be vulnerable, if the Intent carries data that is tainted (2nd order injection)", + "name": "Protected Exported Tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.podflows.ResetBluetoothAdapter", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "INFO", + "description": "The receiver com.insulet.myblue.pdm.podflows.ResetBluetoothAdapter is exported, but the associated Intents can only be sent by SYSTEM level apps. They could still potentially be vulnerable, if the Intent carries data that is tainted (2nd order injection)", + "name": "Protected Exported Tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.podflows.ResetBluetoothAdapter", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247129, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 26996, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 13336, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 204582, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 26750, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 7393, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 157854, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 12793, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 140, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/intro_bg_0.webp", + "apk_exploit_dict": null + }, + { + "category": "manifest", + "severity": "WARNING", + "description": "This results in AMS either resuming the earlier activity or loads it in a task with same affinity or the activity is started as a new task. This may result in Task Poisoning. https://www.usenix.org/system/files/conference/usenixsecurity15/sec15-paper-ren-chuangang.pdf", + "name": "launchMode=singleTask found", + "line_number": 53, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246338, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246338, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246338, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246338, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246338, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246338, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246338, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246338, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246338, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246338, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 129732, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246364, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246364, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246364, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246364, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246364, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246364, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246364, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 244916, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 48477, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 101312, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 4434, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 4968, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 3358, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 4815, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 102317, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 106021, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246685, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246685, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246685, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246685, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246685, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 18417, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 30, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xxhdpi-v4/pod_no_active.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 12018, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 233812, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 549, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/libsodiumjni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 9372, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 9372, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 9372, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 9372, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 9372, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 9372, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 9372, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 9372, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 9372, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 9372, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 4498, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 461, + 0 + ], + "file_object": "/Users/setup/build/qark/resources.arsc", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 105519, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 27673, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 27673, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 27673, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 16706, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 142, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_green.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 482, + 0 + ], + "file_object": "/Users/setup/build/qark/resources.arsc", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 202043, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 7581, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 245070, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 245070, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 4517, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 390, + 0 + ], + "file_object": "/Users/setup/build/qark/res/raw/high_priority_long.ogg", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 203830, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 35, + 0 + ], + "file_object": "/Users/setup/build/qark/res/drawable-xxxhdpi-v4/mode_manual_home.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 587, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/libsodiumjni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 21552, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 200606, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 200606, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 18537, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 30333, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 153641, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 210985, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246959, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 205748, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 8666, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 7358, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 317, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_cat.jpg", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 17478, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.pdm.AdbService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.AdbService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The activity com.insulet.myblue.pdm.ConfigurableLaunchActivity is exported, but not protected by any permissions. Failing to protect activity tags could leave them vulnerable to attack by malicious apps. The activity tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.ConfigurableLaunchActivity", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The activity com.insulet.myblue.pdm.SplashScreenActivity is exported, but not protected by any permissions. Failing to protect activity tags could leave them vulnerable to attack by malicious apps. The activity tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.SplashScreenActivity", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The activity com.insulet.myblue.pdm.tools.realmtool.RealmToolActivity is exported, but not protected by any permissions. Failing to protect activity tags could leave them vulnerable to attack by malicious apps. The activity tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.tools.realmtool.RealmToolActivity", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246318, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 54490, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 210138, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 18351, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 4961, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 207183, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 212665, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 124923, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 129, + 0 + ], + "file_object": "/Users/setup/build/qark/okhttp3/internal/publicsuffix/publicsuffixes.gz", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 201093, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247446, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 26461, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 177090, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 12, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xxhdpi-v4/n_alarm_inactive.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 15748, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 148, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xxhdpi-v4/body_back.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 25159, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 7574, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 16431, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 23, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xxxhdpi-v4/app_store.webp", + "apk_exploit_dict": null + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246817, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 7683, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 16065, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 176820, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 176820, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 202720, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 198687, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 219017, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 31001, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 8, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/pod_prep_anim_05.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 31001, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 31001, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 31001, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 11710, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 31001, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 31001, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 31001, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 31001, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246407, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 5217, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 7586, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 206008, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 2777, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 232409, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 19520, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 54713, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 3095, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 127306, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 127306, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 127306, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 127306, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 127306, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 127306, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 127306, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 225073, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 153358, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 14741, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 89, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_grey.jpg", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 9088, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 238672, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 11863, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 241464, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 128683, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 223925, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 164909, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 31654, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 4387, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 17435, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 1552, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 189, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/setup_intro_bg_blood.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 26165, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 19, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-mdpi-v4/pod_01.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 515, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/libsodiumjni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 214001, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 22880, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 228525, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 222047, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 209, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_cat.jpg", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 15771, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 19834, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 1106, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/libsodiumjni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 11, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/pod_fill_anim_20.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 205800, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 5903, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 182493, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 26381, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 1, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/tag_lit_ketones_trace.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 220059, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 131281, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246754, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246754, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246754, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 3863, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 31647, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 239551, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 40233, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 50808, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 11316, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 80134, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 245091, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 245091, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 153242, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 151504, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.cgm.AlgorithmService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.cgm.AlgorithmService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.cgm.AlgorithmService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.cgm.AlgorithmService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 212552, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 7811, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 31737, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 124769, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 25535, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 710, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_blue.jpg", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 176942, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 6, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xxhdpi-v4/app_store.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 24161, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 4513, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 3, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/tag_drk_after_exercise.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246366, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246366, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246366, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246366, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246366, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246366, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 29, + 0 + ], + "file_object": "/Users/setup/build/qark/win32-x86-64/attach_hotspot_windows.dll", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 1681, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 16, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_mountain.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 6966, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 5045, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 4190, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 25582, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 4933, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 25, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xxxhdpi-v4/ic_meter_verify.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 15, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xxhdpi-v4/dash_mobile.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 27907, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 27556, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 27907, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 217890, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 11647, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 21698, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 11781, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 19501, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 7354, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 2232, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 7354, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 156971, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 17950, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 126169, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 1, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-mdpi-v4/iob_widget.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 2917, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247312, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 33, + 0 + ], + "file_object": "/Users/setup/build/qark/res/layout/fragment_home_insulin.xml", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 33, + 0 + ], + "file_object": "/Users/setup/build/qark/res/layout/fragment_home_insulin.xml", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 5222, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 182356, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 9107, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 4788, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 165, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_books.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 4388, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 17085, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 245154, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 17457, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 15934, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 233362, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 3415, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 15439, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 177094, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 233583, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 103, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_soccer.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 2121, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 14279, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 12646, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 20784, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 131385, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 27411, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 210231, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 30005, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 156398, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 234650, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 181982, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 1533, + 0 + ], + "file_object": "/Users/setup/build/qark/resources.arsc", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 206471, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 226902, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 16431, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 16431, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 16431, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 16431, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 16431, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 16431, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 16431, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 16431, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 16431, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 16431, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 10385, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 7747, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 157, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xxhdpi-v4/searching_bg_meter.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 101319, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 19397, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 212292, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 178354, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 220653, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 129736, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 129736, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 12566, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 43, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/intro_bg_3.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 168, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/libsecurity_lib.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 4821, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 16709, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 962, + 0 + ], + "file_object": "/Users/setup/build/qark/resources.arsc", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 149232, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 31681, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 50139, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 82, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xxhdpi-v4/searching_bg_meter.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 233816, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 218519, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 222054, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 12588, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 15823, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 45, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/pod_check_cannula.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 37, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xxhdpi-v4/body_front.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 111, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_soccer.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 637, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/libsodiumjni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 79460, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 104633, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 178361, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 178361, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246267, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 129735, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 129735, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 129735, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 129735, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 219831, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 105726, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 4437, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 132, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_swim.jpg", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 4459, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 521, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 244642, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 244642, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 244642, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 244642, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 244642, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The receiver com.insulet.myblue.pdm.cloudcomm.CloudPodStateReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.cloudcomm.CloudPodStateReceiver", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The receiver com.insulet.myblue.pdm.cloudcomm.CloudPodStateReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.cloudcomm.CloudPodStateReceiver", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The receiver com.insulet.myblue.pdm.cloudcomm.CloudPodStateReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.cloudcomm.CloudPodStateReceiver", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 27671, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 125975, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The receiver com.insulet.myblue.pdm.cloudcomm.CloudPdmStateReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.cloudcomm.CloudPdmStateReceiver", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The receiver com.insulet.myblue.pdm.cloudcomm.CloudPdmStateReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.cloudcomm.CloudPdmStateReceiver", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 151, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/setup_intro_bg_basal.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246366, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246366, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246366, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246366, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246366, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246366, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246366, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246366, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246366, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246366, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The activity com.insulet.myblue.pdm.intentrestrictions.RestrictedDialerActivity is exported, but not protected by any permissions. Failing to protect activity tags could leave them vulnerable to attack by malicious apps. The activity tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.intentrestrictions.RestrictedDialerActivity", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.pdm.AdbService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.AdbService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.pdm.horizon_home.notification.ForegroundService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.horizon_home.notification.ForegroundService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.service.InsulinDeliveryService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.service.InsulinDeliveryService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.service.InsulinDeliveryService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.service.InsulinDeliveryService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.service.InsulinDeliveryService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.service.InsulinDeliveryService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 4440, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 131989, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 326, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_brown.jpg", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 42, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/intro_bg_1.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 9095, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 18216, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 245298, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 94780, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 241956, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 9072, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 7098, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 519, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/libsodiumjni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 25134, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 77502, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 260084, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 151148, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 151148, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "manifest", + "severity": "WARNING", + "description": "Backups enabled: Potential for data theft via local attacks via adb backup, if the device has USB debugging enabled (not common). More info: http://developer.android.com/reference/android/R.attr.html#allowBackup", + "name": "Backup is allowed in manifest", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 219669, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 181569, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 12195, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 113, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xxhdpi-v4/body_back.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 24638, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 17908, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 11, + 0 + ], + "file_object": "/Users/setup/build/qark/res/raw/notification_159.mp3", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246662, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 214875, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "manifest", + "severity": "INFO", + "description": "Please confirm and investigate for potential API keys to determine severity.", + "name": "Potential API Key found", + "line_number": 337, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 14827, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.pdm.AdbService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.AdbService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.pdm.AdbService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.AdbService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.pdm.AdbService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.AdbService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.pdm.AdbService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.AdbService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.pdm.AdbService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.AdbService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 17201, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 158090, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 30, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/pod_fill_anim_45.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 403, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/intro_bg_3.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246982, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246127, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 8655, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 59, + 0 + ], + "file_object": "/Users/setup/build/qark/resources.arsc", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 102318, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 15899, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 181237, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 20702, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "manifest", + "severity": "INFO", + "description": "Please confirm and investigate for potential API keys to determine severity.", + "name": "Potential API Key found", + "line_number": 105, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 14792, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 244498, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 103068, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 155146, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 245808, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 131, + 0 + ], + "file_object": "/Users/setup/build/qark/res/raw/low_priority_full.ogg", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 31667, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 578, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_brown.jpg", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 24495, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 182858, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 198604, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 233028, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247201, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 76842, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 102818, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 11796, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 17, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/pod_prep_anim_20.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247294, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247294, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247294, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247294, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246728, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247294, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247294, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247294, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247294, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247294, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 979, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246840, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 12381, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 20749, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246338, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246338, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 103222, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 13, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/setup_intro_bg_bolus.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 3867, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 4833, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247424, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 49272, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 54491, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 54491, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 210038, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 22, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_flowers.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 170, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_blue.jpg", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 7578, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 17753, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 7364, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 245235, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 177868, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 231194, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 267, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 267, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "manifest", + "severity": "WARNING", + "description": "This results in AMS either resuming the earlier activity or loads it in a task with same affinity or the activity is started as a new task. This may result in Task Poisoning. https://www.usenix.org/system/files/conference/usenixsecurity15/sec15-paper-ren-chuangang.pdf", + "name": "launchMode=singleTask found", + "line_number": 47, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 18007, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 1452, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 1452, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 11789, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 76845, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 76845, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 76845, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 179518, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 7566, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 127888, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 13, + 0 + ], + "file_object": "/Users/setup/build/qark/res/drawable-xxhdpi-v4/dexcom.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 128583, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 1284, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/libsodiumjni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 1158, + 0 + ], + "file_object": "/Users/setup/build/qark/resources.arsc", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 1284, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/libsodiumjni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 17142, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 1988, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 251, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 4915, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 15925, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 29068, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 272, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_food.jpg", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 18134, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246794, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 64903, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 235660, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 295, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/intro_bg_0.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 206074, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 12508, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 5228, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 25, + 0 + ], + "file_object": "/Users/setup/build/qark/res/drawable-xxhdpi-v4/mode_manual_interior.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 240797, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 88, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_turtle.jpg", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 5287, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 18616, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246079, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246079, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 7348, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 7571, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 11763, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 12, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xxhdpi-v4/add_item_icon.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 20, + 0 + ], + "file_object": "/Users/setup/build/qark/res/layout/reminder_schedule_fragment.xml", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 142, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xxhdpi-v4/pod_check_cannula.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 14457, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "manifest", + "severity": "WARNING", + "description": "This results in AMS either resuming the earlier activity or loads it in a task with same affinity or the activity is started as a new task. This may result in Task Poisoning. https://www.usenix.org/system/files/conference/usenixsecurity15/sec15-paper-ren-chuangang.pdf", + "name": "launchMode=singleTask found", + "line_number": 98, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 7120, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 31696, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 31696, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 3134, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 240702, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 26833, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "manifest", + "severity": "INFO", + "description": "Please confirm and investigate for potential API keys to determine severity.", + "name": "Potential API Key found", + "line_number": 54, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 127204, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 127204, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 38, + 0 + ], + "file_object": "/Users/setup/build/qark/res/drawable-xxxhdpi-v4/tx_image.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 10138, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 3104, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 178362, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 243260, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 12085, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 5861, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 178356, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 178356, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 3724, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 9150, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 13114, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247537, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 260019, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 1677, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 213430, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 2253, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 30387, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 233946, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 13735, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 244665, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 14219, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 232821, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247686, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247686, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247686, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 19, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-mdpi-v4/iob_widget.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247686, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247686, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247686, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247686, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247686, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247686, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 14823, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 4447, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 7341, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 34, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/libsodiumjni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 7350, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 76835, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 213507, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 75986, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 75986, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 28030, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 102776, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 101306, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 9103, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247405, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247405, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247405, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 52862, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247405, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247405, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 11989, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 11989, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 11989, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 11989, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 11989, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 11989, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 11989, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 11989, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 11989, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 11989, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246480, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 245726, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 245726, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 245726, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 245726, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 211967, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 53, + 0 + ], + "file_object": "/Users/setup/build/qark/win32-x86-64/attach_hotspot_windows.dll", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 211967, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 211967, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 54489, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 54489, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 9372, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 9372, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 9372, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 9372, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 9372, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 9372, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 9372, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 9372, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 9372, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 9372, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 245790, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 245790, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 245790, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 245790, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 245790, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 245790, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 11989, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 11989, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 38, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/libsodiumjni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 10221, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 30827, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 7080, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 31656, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 37, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/pod_fill_anim_28.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 233900, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 181208, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 153356, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 5031, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 182519, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 182519, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 12074, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 55, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/pod_fill_anim_17.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 154, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xxhdpi-v4/nav_logo.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 7, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/pod_fill_anim_26.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 3, + 0 + ], + "file_object": "/Users/setup/build/qark/res/drawable/scroller_thumb.xml", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 7715, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 726, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 102319, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 872, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/libsodiumjni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 226201, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 226201, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 226201, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 226201, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 226201, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 226201, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 227446, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 216727, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 220262, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 79821, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 21702, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 17016, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 3719, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 15456, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 46, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xxhdpi-v4/ic_spinner_frame.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 103592, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 1309, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/libsodiumjni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 8347, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 181076, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 9157, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 17159, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 5099, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 1369, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 245156, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 7073, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 233364, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 210075, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 153504, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 24776, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 99, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xxhdpi-v4/body_back.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 212690, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 251961, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 244892, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 9080, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 11529, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 178355, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 3664, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 26456, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246865, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 27694, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 27694, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 181825, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 62, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_brown.jpg", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 100859, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 240883, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 14739, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 15092, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 9, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xxhdpi-v4/tag_lit_ketones_small.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 28869, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246455, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 153, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/intro_bg_3.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 54493, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 242909, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 132223, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 6772, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 132909, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 744, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/libsodiumjni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 744, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/libsodiumjni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 52204, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 2474, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 178334, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 159749, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 6345, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 39, + 0 + ], + "file_object": "/Users/setup/build/qark/okhttp3/internal/publicsuffix/publicsuffixes.gz", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 16374, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 362, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 244535, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 244535, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 244535, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 244535, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 244535, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247515, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247515, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247515, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 7337, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247515, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247515, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 26658, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 9212, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 68, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xxhdpi-v4/pod_01.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 4, + 0 + ], + "file_object": "/Users/setup/build/qark/res/drawable/rounded_rect.xml", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 237316, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 29866, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 29866, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 4961, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 25229, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 129704, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 4787, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 9, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/iob_widget.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 1492, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 2, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xxhdpi-v4/tag_lit_fasting.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 4705, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 358, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 245747, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 180733, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 27695, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 27695, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 27695, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 10969, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 27695, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 8373, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 224777, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 103332, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 209638, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 2301, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 79252, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 155712, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 3, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/pod_prep_anim_07.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 209208, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 129778, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 129778, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 129778, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 12, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xxhdpi-v4/google_play.webp", + "apk_exploit_dict": null + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.cgm.AlgorithmService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.cgm.AlgorithmService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The receiver com.insulet.myblue.pdm.notifications.service.PreemptiveAckNotificationReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.notifications.service.PreemptiveAckNotificationReceiver", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The receiver com.insulet.myblue.pdm.notifications.service.PreemptiveAckNotificationReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.notifications.service.PreemptiveAckNotificationReceiver", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The receiver com.insulet.myblue.pdm.notifications.service.PreemptiveAckNotificationReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.notifications.service.PreemptiveAckNotificationReceiver", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The receiver com.insulet.myblue.pdm.notifications.service.PreemptiveAckNotificationReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.notifications.service.PreemptiveAckNotificationReceiver", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The receiver com.insulet.myblue.pdm.alerts.service.PodAlertReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.alerts.service.PodAlertReceiver", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The receiver com.insulet.myblue.pdm.cloudcomm.CloudPodStateReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.cloudcomm.CloudPodStateReceiver", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The receiver com.insulet.myblue.pdm.cloudcomm.CloudPodStateReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.cloudcomm.CloudPodStateReceiver", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The receiver com.insulet.myblue.pdm.cloudcomm.CloudPodStateReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.cloudcomm.CloudPodStateReceiver", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The activity com.insulet.myblue.pdm.tools.vtool.VerificationToolActivity is exported, but not protected by any permissions. Failing to protect activity tags could leave them vulnerable to attack by malicious apps. The activity tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.tools.vtool.VerificationToolActivity", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 17264, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 237470, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 55, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/pod_fill_anim_31.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 11341, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 28931, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 30773, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 244829, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 226286, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 3093, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 51220, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 124948, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 9076, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 55, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/pod_fill_anim_32.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 178159, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 5190, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 3741, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The activity com.insulet.myblue.pdm.tools.nodemcu.NodeMCUViewActivity is exported, but not protected by any permissions. Failing to protect activity tags could leave them vulnerable to attack by malicious apps. The activity tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.tools.nodemcu.NodeMCUViewActivity", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The activity com.insulet.myblue.pdm.LaunchActivity is exported, but not protected by any permissions. Failing to protect activity tags could leave them vulnerable to attack by malicious apps. The activity tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.LaunchActivity", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The activity com.insulet.myblue.pdm.intentrestrictions.RestrictedBrowserActivity is exported, but not protected by any permissions. Failing to protect activity tags could leave them vulnerable to attack by malicious apps. The activity tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.intentrestrictions.RestrictedBrowserActivity", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The activity com.insulet.myblue.pdm.intentrestrictions.RestrictedPlaystoreAccessActivity is exported, but not protected by any permissions. Failing to protect activity tags could leave them vulnerable to attack by malicious apps. The activity tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.intentrestrictions.RestrictedPlaystoreAccessActivity", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The activity androidx.test.core.app.InstrumentationActivityInvoker$EmptyFloatingActivity is exported, but not protected by any permissions. Failing to protect activity tags could leave them vulnerable to attack by malicious apps. The activity tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "androidx.test.core.app.InstrumentationActivityInvoker$EmptyFloatingActivity", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.pdm.AdbService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.AdbService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The receiver com.insulet.myblue.pdm.cloudcomm.CloudPodStateReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.cloudcomm.CloudPodStateReceiver", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The receiver com.insulet.myblue.pdm.cloudcomm.CloudPodStateReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.cloudcomm.CloudPodStateReceiver", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The receiver com.insulet.myblue.pdm.cloudcomm.CloudPodStateReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.cloudcomm.CloudPodStateReceiver", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.pdm.AdbService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.AdbService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 178002, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 4851, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 30388, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 15900, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 17362, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 209962, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 5215, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 213889, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 31001, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 31001, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 31001, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 31001, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 31001, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 49459, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 5906, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246364, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246364, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246364, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246364, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246364, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246364, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246364, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246364, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246364, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246364, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 2519, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 218289, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "manifest", + "severity": "WARNING", + "description": "This results in AMS either resuming the earlier activity or loads it in a task with same affinity or the activity is started as a new task. This may result in Task Poisoning. https://www.usenix.org/system/files/conference/usenixsecurity15/sec15-paper-ren-chuangang.pdf", + "name": "launchMode=singleTask found", + "line_number": 55, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246703, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 257706, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247313, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 239584, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247313, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 1, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/pod_fill_anim_19.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 16276, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 2263, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 182853, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 4510, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 700, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/libsodiumjni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 3262, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 4432, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 5233, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 29067, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247359, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 12039, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 3353, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 207968, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 7, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/bg_pairing_arrows.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 249, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_swim.jpg", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 194194, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 181960, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 182469, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 207045, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246606, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246606, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 11252, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 49, + 0 + ], + "file_object": "/Users/setup/build/qark/res/drawable-xxhdpi-v4/tx_image.webp", + "apk_exploit_dict": null + }, + { + "category": "manifest", + "severity": "INFO", + "description": "Please confirm and investigate for potential API keys to determine severity.", + "name": "Potential API Key found", + "line_number": 53, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 207379, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 180450, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 19263, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 236780, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246042, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246042, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246042, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246042, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246042, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246042, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 7240, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 2508, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 1, + 0 + ], + "file_object": "/Users/setup/build/qark/res/drawable-xxxhdpi-v4/mode_unknown_interior.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 4061, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 15007, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 25, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xxhdpi-v4/pod_01.webp", + "apk_exploit_dict": null + }, + { + "category": "manifest", + "severity": "VULNERABILITY", + "description": "The android:debuggable flag is manually set to true in the AndroidManifest.xml. This will cause your application to be debuggable in production builds and can result in data leakage and other security issues. It is not necessary to set the android:debuggable flag in the manifest, it will be set appropriately automatically by the tools. More info: http://developer.android.com/guide/topics/manifest/application-element.html#debug", + "name": "Manifest is manually set to debug", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 245068, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 303, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_green.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 2234, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 53742, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 7173, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 6042, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 28515, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 15097, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 197, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_brown.jpg", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 583, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 50941, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 182591, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 28, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xxhdpi-v4/searching_bg_meter.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 5763, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 255, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_yellow.jpg", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 245274, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 1965, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247580, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247580, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 11989, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 11989, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 11989, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 11989, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 11989, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 11989, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 11989, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 11989, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 11989, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 11989, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 14824, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 233458, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 245108, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 104622, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 178350, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 178350, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 5932, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 43891, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 182817, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 245216, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 228386, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 244939, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 30386, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 16431, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 16431, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 16431, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 16431, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 16431, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 16431, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 16431, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 16431, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 16431, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 16431, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 22, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_mountain.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 213724, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 257942, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 54476, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 32094, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 15913, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 152, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/libsecurity_lib.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 28990, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 177861, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 182676, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 235889, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 103997, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 103997, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 5302, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 124903, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 4984, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 153368, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 18669, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 17010, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 262, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_yellow.jpg", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 85619, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 214719, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 77, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/body_back.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 158187, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 0, + 0 + ], + "file_object": "/Users/setup/build/qark/res/layout/temp_basal_confirm.xml", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 178351, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 178351, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 178351, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 217, + 0 + ], + "file_object": "/Users/setup/build/qark/res/raw/high_priority_long.ogg", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 21557, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 12, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_swim.jpg", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 7345, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 256, + 0 + ], + "file_object": "/Users/setup/build/qark/res/raw/high_priority_long.ogg", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 1, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-mdpi-v4/iob_widget_suspended.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 4990, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 18450, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 440, + 0 + ], + "file_object": "/Users/setup/build/qark/resources.arsc", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 211295, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 458, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_brown.jpg", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 11, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/welcome_bg.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 10493, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 80553, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 129705, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 129705, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 129705, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 129705, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 129705, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 129705, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 129705, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 129705, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 181818, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 181818, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 793, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 12028, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 25249, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 24370, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 244830, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 12481, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 5721, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 29, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/check_cannula.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 203978, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 4506, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 4809, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 178353, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 125516, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 16, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/pod_fill_anim_10.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 245810, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 21162, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 229839, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 27912, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 351, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 27846, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 8410, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 16431, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 16431, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 16431, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 16431, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 16431, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 16431, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 16431, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 16431, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 178360, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 16431, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 31972, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 15398, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 8740, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 27669, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 244510, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 28678, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 216061, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 8360, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 11243, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 4911, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 245067, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 245067, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 7387, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 217027, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 1, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/tag_drk_ketones_trace.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 31001, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 31001, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 31001, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 31001, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 31001, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 31001, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 31001, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 31001, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 31001, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 31001, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246775, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 5717, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 4892, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 4, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/n_warning_inactive.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 12529, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 8306, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 102152, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 102152, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 102152, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 12935, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 3009, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 242814, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 14756, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 29659, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 14822, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 737, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 103, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/software_update_options.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 2779, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 31690, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 31690, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 31690, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 153359, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 153359, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 153359, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 31001, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 31001, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 31001, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 31001, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 209707, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 31001, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 31001, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 96, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_grey.jpg", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 31001, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 31001, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 19853, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 11989, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 11989, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 11989, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 11989, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 11989, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 11989, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 11989, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 11989, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 11989, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 181942, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 5967, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 244559, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 244559, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 7352, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 9372, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 9372, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 9372, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 9372, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 9372, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 9372, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 9372, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 9372, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 9372, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 178345, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 178345, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 178345, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 178345, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 178345, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 178345, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 178345, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 178345, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 178345, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 178345, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 20751, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 28993, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246041, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 20260, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 236765, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 231499, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 340, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 5453, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 23, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/pod_fill_anim_25.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 8406, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 103992, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 178352, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 178352, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 178352, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 178352, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 178352, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 178352, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 249455, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 178352, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 27672, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 27672, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 7545, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 15932, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The receiver com.insulet.myblue.pdm.cloudcomm.NotificationReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.cloudcomm.NotificationReceiver", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The receiver com.insulet.myblue.pdm.cloudcomm.NotificationReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.cloudcomm.NotificationReceiver", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The receiver com.insulet.myblue.pdm.notifications.service.NotificationsMarkedReadReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.notifications.service.NotificationsMarkedReadReceiver", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 6, + 0 + ], + "file_object": "/Users/setup/build/qark/res/drawable/reminder_edit_text_background.xml", + "apk_exploit_dict": null + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The receiver com.insulet.myblue.pdm.common.basals.receivers.PodStatusIntentReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.common.basals.receivers.PodStatusIntentReceiver", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The receiver com.insulet.myblue.pdm.common.basals.receivers.PodStatusIntentReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.common.basals.receivers.PodStatusIntentReceiver", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.pdm.AdbService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.AdbService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.pdm.AdbService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.AdbService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.pdm.AdbService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.AdbService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.pdm.AdbService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.AdbService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 314, + 0 + ], + "file_object": "/Users/setup/build/qark/resources.arsc", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 1, + 0 + ], + "file_object": "/Users/setup/build/qark/res/drawable-xxxhdpi-v4/mode_automated_waiting_interior.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 131089, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 5120, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 155402, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 7864, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 4520, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 158235, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 5865, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 214152, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 20916, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247405, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 49450, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 130405, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 49450, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 49450, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 49450, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 58, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/setup_intro_bg_bolus.webp", + "apk_exploit_dict": null + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The receiver com.insulet.myblue.pdm.common.basals.receivers.PodStatusIntentReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.common.basals.receivers.PodStatusIntentReceiver", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The receiver com.insulet.myblue.pdm.common.basals.receivers.PodStatusIntentReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.common.basals.receivers.PodStatusIntentReceiver", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The receiver com.insulet.myblue.pdm.common.basals.receivers.PodStatusIntentReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.common.basals.receivers.PodStatusIntentReceiver", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 129766, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The receiver com.insulet.myblue.pdm.common.basals.receivers.PodStatusIntentReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.common.basals.receivers.PodStatusIntentReceiver", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The receiver com.insulet.myblue.pdm.compatibility.CompatibilityNoPodBroadcastReceiver is exported, but not protected by any permissions. Failing to protect receiver tags could leave them vulnerable to attack by malicious apps. The receiver tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.pdm.compatibility.CompatibilityNoPodBroadcastReceiver", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 7561, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 181811, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 10928, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 28, + 0 + ], + "file_object": "/Users/setup/build/qark/res/drawable-xxxhdpi-v4/mode_manual_home.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 156116, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 180692, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 29035, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 41, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/pod_fill_anim_26.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 19, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_books.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 17, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xxhdpi-v4/software_update_exit.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 31686, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 25559, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 156, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 318, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/intro_bg_3.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 102617, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 214163, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 244578, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 232614, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 18005, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 90, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/libsodiumjni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 27729, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 4453, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 153369, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 155112, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 24253, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 182608, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 208271, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 19250, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 1472, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/libsodiumjni.so", + "apk_exploit_dict": null + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "Manifest", + "severity": "WARNING", + "description": "The service com.insulet.myblue.podsim.core.control.PodControlService is exported, but not protected by any permissions. Failing to protect service tags could leave them vulnerable to attack by malicious apps. The service tags should be reviewed for vulnerabilities, such as injection and information leakage.", + "name": "Exported tags", + "line_number": null, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": { + "exported_enum": null, + "tag_name": "com.insulet.myblue.podsim.core.control.PodControlService", + "package_name": "com.insulet.myblue.pdm" + } + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 24144, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 14969, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 7582, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 7632, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 5318, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 224, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_books.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 9, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/iob_widget_suspended.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 5602, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 25151, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 9909, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 213058, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 360, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 53, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-hdpi-v4/setup_intro_bg_bolus.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 181366, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 5181, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 9372, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 9372, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 11, + 0 + ], + "file_object": "/Users/setup/build/qark/res/drawable-xhdpi-v4/mode_unknown.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 125042, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "manifest", + "severity": "INFO", + "description": "Please confirm and investigate for potential API keys to determine severity.", + "name": "Potential API Key found", + "line_number": 75, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 34, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_cars.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 153357, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 245703, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246384, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 246384, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 228699, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 241450, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 217396, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 249473, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 15166, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 28911, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 230238, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 151749, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 153661, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 60, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/libsodiumjni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 39, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xxhdpi-v4/pod_no_active.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 5231, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 8, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xxhdpi-v4/software_update_exit.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 230438, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 129746, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 181455, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 27670, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 3872, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247337, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247337, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 247226, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 21610, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 228015, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 5891, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 128886, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 128886, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 128886, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 5212, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 355, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 30385, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 245385, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 28965, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 12759, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 28974, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 476, + 0 + ], + "file_object": "/Users/setup/build/qark/res/raw/high_priority_long.ogg", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 2612, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/arm64-v8a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 21241, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "manifest", + "severity": "INFO", + "description": "Please confirm and investigate for potential API keys to determine severity.", + "name": "Potential API Key found", + "line_number": 6, + "file_object": "/Users/setup/build/qark/AndroidManifest.xml", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 227853, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 4035, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 1762, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 201148, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 14993, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/x86_64/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 257, + 0 + ], + "file_object": "/Users/setup/build/qark/res/mipmap-xhdpi-v4/ls_skates.webp", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 52315, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 14839, + 0 + ], + "file_object": "/Users/setup/build/qark/lib/armeabi-v7a/librealm-jni.so", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 245459, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 3920, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 223565, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 209352, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 250124, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + }, + { + "category": "file", + "severity": "INFO", + "description": "Please confirm and investigate the API key to determine its severity.", + "name": "Potential API Key found", + "line_number": [ + 26054, + 0 + ], + "file_object": "/Users/setup/build/qark/assets/food.db", + "apk_exploit_dict": null + } +] \ No newline at end of file