IDA Pro 逆向分析辅助技能。当用户提到逆向、反编译、分析二进制/PE/ELF/APK/DLL/SO、破解、找密码、漏洞分析、病毒分析、firmware 固件分析,或需要分析 exe/dll/so/elf/macho/sys 等文件时,务必使用此技能。 Ensure to use this skill when the user wants to analyze any binary file, regardless of whether they explicitly mention "IDA" or "reverse engineering". This includes requests like "看看这个exe", "分析这个dll", "帮我破解", "找一下密码", "这个软件怎么注册", etc. Use the bundled scripts (scripts/start.ps1, scripts/open.ps1) for deterministic server management and file opening — do NOT write ad-hoc PowerShell commands for these operations.
68
81%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Critical
Do not install without reviewing
Security
3 findings: 1 critical severity, 1 high severity, 1 medium severity. Installing this skill is not recommended: please review these findings carefully if you do intend to do so.
Detected a suspicious URL in the skill instructions that could lead the agent to download and execute malicious scripts or binaries. This includes links to executables from untrusted sources, typosquatting of official packages, URL shorteners that obscure the destination, and personal file hosting services.
The only notable risk is the direct git+https GitHub install URL (git+https://github.com/mrexodia/ida-pro-mcp.git) which pulls and installs code from a third‑party GitHub repo (potential supply‑chain risk); the other URLs are localhost MCP endpoints used for local IPC and are not remote download sources.
The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.
The skill instructs the agent to read and reuse a session_id returned by open.ps1 and to include it as database=<session_id> in subsequent tool calls, which requires emitting that exact token value verbatim and therefore risks secret-like credential handling/exfiltration.
The skill prompts the agent to compromise the security or integrity of the user’s machine by modifying system-level services or configurations, such as obtaining elevated privileges, altering startup scripts, or changing system-wide settings.
This skill instructs the agent to run/install persistent system components (start background MCP servers, register a scheduled autostart task, write tool/agent config, set environment variables, install packages, and copy System32 files), i.e. it changes system configuration and installs/runs services that can alter or persist on the host.
Low
Low-risk findings.
1 low severity finding. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
In `scripts/open.ps1`, the workflow performs HTTP `tools/call` to `idb_open` with `arguments.input_path` and then reads/parses the server’s returned `structuredContent`/`content.text` JSON, meaning any free text contained in the opened binary’s analysis output (including labels/strings) is ingested at runtime, which can be attacker-controlled by supplying a malicious outsider-authored binary/file path.
3ae5c59
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.