mobile-audit
v0.1.0移动客户端 App(Android APK / iOS IPA)安全审计方法论:静态解包与攻击面枚举、代码/数据流、混合栈与内嵌 SDK、真机动态验证、PoC 攻击者 App、证据包。不定级;定级配合 vuln-definitions 与 vuln-definitions-mobile。
By DeepSonar0 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 22, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install mobile-audit for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install mobile-audit@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/SummerSec/DeepSonar-SkillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is mobile-audit/.
Plugin files
├── .claude-plugin/plugin.json└── skills/mobile-app-audit/SKILL.md
Included Skills1
移动客户端 App(Android APK / iOS IPA)安全审计方法论。触发词:APK 审计、IPA 审计、APK 反编译、AndroidManifest 组件导出、Deep Link、WebView JS bridge、Content Provider、BLEService、加固脱壳、真机复现、logcat 证据、移动 App 渗透测试、移动 App 安全评估;英文同等:APK audit、IPA audit、APK decompile、exported components、deep link、WebView JavaScript bridge、content provider、BLE service、unpack/unpacker、device reproduction、logcat evidence、mobile app pentest、mobile app security assessment。负责怎么找/复现/取证并把候选点交给定级模块;NEVER 自产 severity。定级必须配合 vuln-definitions(八类机理)与 vuln-definitions-mobile(移动端四档 + 形态 + INV)。
Plugin manifests1
{
"name": "mobile-audit",
"version": "0.1.0",
"description": "移动客户端 App(Android APK / iOS IPA)安全审计方法论:静态解包与攻击面枚举、代码/数据流、混合栈与内嵌 SDK、真机动态验证、PoC 攻击者 App、证据包。不定级;定级配合 vuln-definitions 与 vuln-definitions-mobile。",
"author": {
"name": "DeepSonar"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[mobile-audit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/mobile-audit)