agentic-malware-analysis
Automated malware triage and reverse engineering in Docker
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install agentic-malware-analysis?โผ
Run `npx skills add mrphrazer/agentic-malware-analysis --all -g -y` in your terminal to install the skill globally.
How to automate malware analysis with AI?โผ
This skill runs a structured multi-phase workflow that fingerprints a binary, extracts strings and imports, ranks suspicious signals, and generates evidence-backed behavior hypotheses automatically.
Which binary formats does it support?โผ
It analyzes PE files for Windows, ELF files for Linux, and Mach-O files for macOS, with format-specific tooling and signal rules for each.
Does it work with Binary Ninja and Ghidra?โผ
Yes. It connects to Binary Ninja or Ghidra through MCP servers for disassembly, decompilation, and cross-references, falling back to radare2 if neither is available.
Does it work with Claude Code and Codex CLI?โผ
Yes. The orchestrator skill ships in dedicated versions for both Claude Code and Codex CLI and runs inside the provided Docker environment.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core