meltedinhex/analyst-ai-pack

An open agent-skills library for malware analysis, reverse engineering, and threat hunting - 118 curated, runnable skills mapped to MITRE ATT&CK, D3FEND, and CAR.

This repository also configures its own agents. See what analyst-ai-pack tells them →

22Stars on the repository
121Mods indexed here, across every type
2mo agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

Reverse engineers ARM/AArch64 malware by identifying the architecture and instruction set state (ARM/Thumb), parsing ELF/Mach-O ARM headers, and orienting analysis around the ARM calling convention. Activates for requests to reverse ARM binaries, analyze AArch64 malware, or handle ARM/Thumb instruction-set decoding.

not rated 22 2mo ago A 69 tokens original Apache-2.0

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

Reverse engineers binaries with Binary Ninja using its analysis stack and Python API to enumerate functions, navigate IL levels (LLIL/MLIL/HLIL), and automate annotation and extraction. Activates for requests to reverse a binary with Binary Ninja, script the Binary Ninja API, or work with its intermediate languages.

not rated 22 2mo ago A 72 tokens original Apache-2.0

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

Uses Ghidra to disassemble and decompile a binary, navigate to key routines via imports and strings, annotate decompiled code, and run headless scripts to automate extraction of C2, crypto, and config. Activates for requests to reverse engineer with Ghidra, decompile a binary, or script Ghidra headless analysis.

not rated 22 2mo ago A 80 tokens original Apache-2.0

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

Reverse engineers binaries using radare2/rizin interactively, covering analysis initialization, navigation, disassembly and graph views, patching, and the visual mode workflow. Activates for requests to reverse a binary with radare2 or rizin, learn r2 commands, or navigate and disassemble a sample in r2.

not rated 22 2mo ago A 78 tokens original Apache-2.0

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

Reverses proprietary command-and-control protocols: locating send/recv routines, recovering the message framing and encryption/encoding, and reconstructing the command set to build a decoder or emulator. Activates for requests to reverse a custom C2 protocol, decode beacon traffic, or document a malware command…

not rated 22 2mo ago A 70 tokens original Apache-2.0

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

Reverse engineers malware written in less-common compiled languages (Nim, Crystal, V, Zig, D) by detecting language-specific runtime signatures, name-mangling, and runtime strings to orient analysis. Activates for requests to reverse Nim malware, identify the source language of an exotic binary, or analyze…

not rated 22 2mo ago A 80 tokens original Apache-2.0

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

Analyzes position-independent shellcode: disassembling raw bytes at the right architecture, recognizing PEB-walk API resolution and egg hunters, and emulating execution to recover behavior and payloads. Activates for requests to analyze shellcode, disassemble raw position-independent code, or emulate a shellcode blob.

not rated 22 2mo ago A 68 tokens original Apache-2.0

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

Uses YARA to classify and triage samples at scale: applying rule sets, reading matches and string offsets, tuning for false positives, and organizing rules for malware family identification. Activates for requests to scan files with YARA, apply YARA rules, or classify samples by signature.

not rated 22 2mo ago A 65 tokens original Apache-2.0

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

Expands one indicator into the full scope of an incident: pivoting across data sources to find related hosts, accounts, and infrastructure, building a timeline, and bounding what is and is not affected. Activates for requests to scope an incident, pivot from a single IOC, or determine the blast radius of a detection.

not rated 22 2mo ago A 75 tokens original Apache-2.0

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

Automates batch reverse engineering by generating Ghidra analyzeHeadless commands and post-analysis script skeletons to import, auto-analyze, and export results for many samples without the GUI. Activates for requests to script Ghidra headless analysis, batch-analyze samples with Ghidra, or generate an analyzeHeadless…

not rated 22 2mo ago A 79 tokens original Apache-2.0

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

Automates IDA Pro analysis with IDAPython by generating scripts that enumerate functions, decode strings, rename by signature, and export analysis results, and by documenting the headless idat batch invocation. Activates for requests to script IDA Pro, write IDAPython automation, or run IDA in batch/headless mode.

not rated 22 2mo ago A 75 tokens original Apache-2.0

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

Builds a safe, isolated environment for detonating and analyzing malware using virtualization, host-only or simulated networking, and snapshotting. Activates for requests about creating a malware lab, sandbox VM, isolated analysis environment, or safe detonation setup.

not rated 22 2mo ago A 60 tokens original Apache-2.0

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

Uses symbolic execution (angr) to solve constraint-based malware problems — finding inputs that reach a target branch, recovering keys/passwords from a check routine, and brute-forcing opaque predicates — by generating a ready-to-edit angr harness. Activates for requests to use symbolic execution, solve a malware…

not rated 22 2mo ago A 84 tokens original Apache-2.0

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

Tracks adversary C2 and staging infrastructure by clustering indicators on shared attributes (TLS/JARM, certificate fields, favicon hashes, ASN, registration patterns) to find related hosts. Activates for requests to track adversary infrastructure, cluster C2 servers, or pivot on infrastructure attributes to find…

not rated 22 2mo ago A 67 tokens original Apache-2.0

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

Performs fast first-pass triage of an unknown file to decide depth of analysis: file type identification, hashing, reputation lookup, packing/entropy check, and string review. Activates for requests to triage, classify, or do initial assessment of an unknown or suspicious file.

not rated 22 2mo ago A 64 tokens original Apache-2.0

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

Tunes noisy detections by analyzing historical alert data to quantify false-positive sources, recommend allow-list filters and threshold adjustments, and measure precision impact. Activates for requests to tune a detection, reduce false positives, or analyze alert noise and recommend filters.

not rated 22 2mo ago A 63 tokens original Apache-2.0

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

Identifies and unpacks packed binaries: detecting packers from section names and entropy, automatically unpacking UPX, and manually unpacking custom packers by finding the OEP and dumping. Activates for requests to unpack a packed sample, detect a packer, or recover the original binary from UPX or a custom packer.

not rated 22 2mo ago A 76 tokens original Apache-2.0

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

Validates detection coverage by mapping Atomic Red Team tests to ATT&CK techniques, checking which of your detections cover each tested technique, and reporting coverage gaps. Activates for requests to validate detections with atomic tests, map Atomic Red Team to coverage, or find detection gaps against tested…

not rated 22 2mo ago A 69 tokens original Apache-2.0

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

Structures a clear, actionable malware analysis report covering summary, sample identity, capabilities, IOCs, ATT&CK mapping, and detection guidance for both technical and decision-making audiences. Activates for requests to write, structure, or review a malware analysis or reverse-engineering report.

not rated 22 2mo ago A 62 tokens original Apache-2.0

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

Converts hunt findings into portable Sigma detection rules: choosing the right logsource, expressing robust selection/filter logic, setting level and ATT&CK tags, and validating before converting to a SIEM query. Activates for requests to write a Sigma rule, convert a hunt to a detection, or create portable SIEM…

not rated 22 2mo ago A 73 tokens original Apache-2.0

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

Writes and validates Suricata/Snort IDS rules for network-based malware detection, covering rule anatomy, content/pcre matching, flow and threshold options, and common mistakes that cause false positives or no matches. Activates for requests to write a Suricata rule, create Snort signatures, or build network detection…

not rated 22 2mo ago A 82 tokens original Apache-2.0

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

Turns reverse-engineering findings into durable YARA detections: selecting stable code constructs and constants over volatile strings, extracting opcode/byte patterns with wildcards, and validating rules for low false positives. Activates for requests to write a YARA rule from reversed code, create a detection…

not rated 22 2mo ago A 76 tokens original Apache-2.0

skill-template

119

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

One to three sentences describing what this skill does and the conditions under which an agent should activate it. Start with a verb, name the tools and artifacts involved, and end with the trigger phrasing (e.g. "Activates for requests involving ...").

not rated 22 2mo ago A 54 tokens original Apache-2.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: