应用安全检测报告
应用安全检测报告,支持文件搜索、内容检索和AI代码分析
移动应用安全检测报告

鱼池 v1.0.0
60
安全评分
安全基线评分
60/100
低风险
综合风险等级
风险等级评定
- A
- B
- C
- F
应用安全状况良好,可正常使用
漏洞与安全项分布
1
高危
11
中危
1
信息
3
安全
隐私风险评估
0
第三方跟踪器
隐私安全
未检测到第三方跟踪器
检测结果分布
高危安全漏洞
1
中危安全漏洞
11
安全提示信息
1
已通过安全项
3
重点安全关注
1
高危安全漏洞 基本配置不安全地配置为允许到所有域的明文流量。
Scope: *
中危安全漏洞 应用已启用明文网络流量
[android:usesCleartextTraffic=true] 应用允许明文网络流量(如 HTTP、FTP 协议、DownloadManager、MediaPlayer 等)。API 级别 27 及以下默认启用,28 及以上默认禁用。明文流量缺乏机密性、完整性和真实性保护,攻击者可窃听或篡改传输数据。建议关闭明文流量,仅使用加密协议。
中危安全漏洞 应用数据允许备份
[android:allowBackup=true] 该标志允许通过 adb 工具备份应用数据。启用 USB 调试的用户可直接复制应用数据,存在数据泄露风险。
中危安全漏洞 Activity (androidx.test.core.app.InstrumentationActivityInvoker$BootstrapActivity) 未受保护。
[android:exported=true] 检测到 Activity 已导出,未受任何权限保护,任意应用均可访问。
中危安全漏洞 Activity (androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity) 未受保护。
[android:exported=true] 检测到 Activity 已导出,未受任何权限保护,任意应用均可访问。
中危安全漏洞 Activity (androidx.test.core.app.InstrumentationActivityInvoker$EmptyFloatingActivity) 未受保护。
[android:exported=true] 检测到 Activity 已导出,未受任何权限保护,任意应用均可访问。
中危安全漏洞 文件可能包含硬编码的敏感信息,如用户名、密码、密钥等
文件可能包含硬编码的敏感信息,如用户名、密码、密钥等 https://github.com/OWASP/owasp-mstg/blob/master/Document/0x05d-Testing-Data-Storage.md#checking-memory-for-sensitive-data-mstg-storage-10 Files: com/hjq/permissions/StartActivityManager.java, line(s) 9 rxhttp/wrapper/entity/KeyValuePair.java, line(s) 72
中危安全漏洞 MD5是已知存在哈希冲突的弱哈希
MD5是已知存在哈希冲突的弱哈希 https://github.com/OWASP/owasp-mstg/blob/master/Document/0x04g-Testing-Cryptography.md#identifying-insecure-andor-deprecated-cryptographic-algorithms-mstg-crypto-4 Files: com/qinyue/vcommon/utils/EncryptUtils.java, line(s) 88 com/qinyue/vcommon/utils/FileUtils.java, line(s) 730 com/qinyue/vmain/activity/LoginActivity.java, line(s) 528
中危安全漏洞 应用程序使用不安全的随机数生成器
应用程序使用不安全的随机数生成器 https://github.com/OWASP/owasp-mstg/blob/master/Document/0x04g-Testing-Cryptography.md#weak-random-number-generators Files: com/hjq/permissions/PermissionFragment.java, line(s) 14 com/qinyue/vcommon/utils/RandomUtils.java, line(s) 5 com/qinyue/vcommon/views/ArcProgressStackView.java, line(s) 31 org/junit/runner/manipulation/Ordering.java, line(s) 8
中危安全漏洞 应用程序创建临时文件。敏感信息永远不应该被写进临时文件
应用程序创建临时文件。敏感信息永远不应该被写进临时文件 Files: org/junit/rules/TemporaryFolder.java, line(s) 79,163
中危安全漏洞 应用程序可以读取/写入外部存储器,任何应用程序都可以读取写入外部存储器的数据
应用程序可以读取/写入外部存储器,任何应用程序都可以读取写入外部存储器的数据 https://github.com/OWASP/owasp-mstg/blob/master/Document/0x05d-Testing-Data-Storage.md#external-storage Files: com/qinyue/vcommon/utils/CleanUtils.java, line(s) 32 com/qinyue/vcommon/utils/DeviceUtils.java, line(s) 302,303 com/qinyue/vcommon/utils/FileUtils.java, line(s) 52,40,65 com/qinyue/vcommon/utils/PathUtils.java, line(s) 121,125,129,133,137,141,145,149,153,157,161,73,77,81,85,89,93,97,101,105,109,113,288,371 skin/support/utils/SkinFileUtils.java, line(s) 19
中危安全漏洞 SHA-1是已知存在哈希冲突的弱哈希
SHA-1是已知存在哈希冲突的弱哈希 https://github.com/OWASP/owasp-mstg/blob/master/Document/0x04g-Testing-Cryptography.md#identifying-insecure-andor-deprecated-cryptographic-algorithms-mstg-crypto-4 Files: com/qinyue/vcommon/utils/DeviceUtils.java, line(s) 409
安全提示信息 应用程序记录日志信息,不得记录敏感信息
应用程序记录日志信息,不得记录敏感信息 https://github.com/OWASP/owasp-mstg/blob/master/Document/0x05d-Testing-Data-Storage.md#logs Files: com/qinyue/vcommon/logger/LogcatLogger.java, line(s) 60,69,63,57,75,66,72 com/qinyue/vmain/activity/LoginActivity.java, line(s) 531,549,352,417,425,461,465,470,491,495,500,515,521 com/tbruyelle/rxpermissions3/RxPermissionsFragment.java, line(s) 88,45 junit/runner/BaseTestRunner.java, line(s) 151 junit/runner/Version.java, line(s) 12 junit/textui/TestRunner.java, line(s) 88,112,137 me/jessyan/autosize/AutoSize.java, line(s) 169 me/jessyan/autosize/AutoSizeConfig.java, line(s) 108,125,134,199 me/jessyan/autosize/DefaultAutoAdaptStrategy.java, line(s) 21,31,34,15,28 me/jessyan/autosize/utils/AutoSizeLog.java, line(s) 23,35,29 rxhttp/Platform.java, line(s) 100,37,41,45,49 skin/support/content/res/SkinCompatDrawableManager.java, line(s) 234,476,491 skin/support/utils/Slog.java, line(s) 11,17,22,26
已通过安全项 此应用程序使用SSL Pinning 来检测或防止安全通信通道中的MITM攻击
此应用程序使用SSL Pinning 来检测或防止安全通信通道中的MITM攻击 https://github.com/OWASP/owasp-mstg/blob/master/Document/0x05g-Testing-Network-Communication.md#testing-custom-certificate-stores-and-certificate-pinning-mstg-network-4 Files: rxhttp/wrapper/ssl/HttpsUtils.java, line(s) 95,175,44,94,121,174,83,93,93,173,173
已通过安全项 此应用程序可能具有Root检测功能
此应用程序可能具有Root检测功能 https://github.com/OWASP/owasp-mstg/blob/master/Document/0x05j-Testing-Resiliency-Against-Reverse-Engineering.md#testing-root-detection-mstg-resilience-1 Files: com/qinyue/vcommon/utils/AppUtils.java, line(s) 137,159,639
已通过安全项 此应用程序没有隐私跟踪程序
此应用程序不包括任何用户或设备跟踪器。在静态分析期间没有找到任何跟踪器。
重点安全关注 应用程序可能与位于OFAC制裁国家 (中国) 的服务器 (www.wanandroid.com) 通信。
{'ip': '39.101.178.149', 'country_short': 'CN', 'country_long': '中国', 'region': '北京', 'city': '北京', 'latitude': '39.907501', 'longitude': '116.397102'}
综合安全基线评分总结

鱼池 v1.0.0
Android APK
60
综合安全评分
低风险