Read-only static triage of compiled binaries (ELF / PE / Mach-O). Detects them by magic bytes, then surfaces dangerous imported symbols, writable+executable segments, and hardening gaps via on-PATH binutils (nm / readelf / objdump). Assessment only — no execution, no exploit-oriented disassembly. Promotes verdicts into .kuzushi/findings.json (source "binary-recon").
How this skill is triggered — by the user, by Claude, or both
Slash command
/kuzushi-security-plugin:binary-reconbinary-reconThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Triage the compiled artifacts a source-only review skips. This is deliberately
Triage the compiled artifacts a source-only review skips. This is deliberately modest: it tells you what's exposed and how hardened a binary is, and ties that back to the source — it does not write exploits.
node "${CLAUDE_PLUGIN_ROOT}/scripts/cmd/binary-recon-prepare.mjs" --target "<repo root>".
If it reports no-candidates, there are no binaries to triage — stop.prepPath. Each candidate is a detected binary with read-only
signals (dangerous imports, RWX segments) gathered from whatever binutils were
available (toolsUsed). For each signal, decide whether it's a real exposure in
context: is the dangerous import reachable with attacker-influenced input? Is the
RWX segment a genuine mitigation gap or an expected JIT region? Tie it to the
source that produces or invokes the binary where you can.{ candidates: [...] } with verdict (finding / candidate / rejected), a
binaryClass, a rationale, and evidenceAnchors ({ filePath } = the binary)
to the prep's draftPath, then run the assembleCommand.findings and note these are assessment-grade (hardening/exposure),
not proven exploits — escalate real candidates to source-level review./mem-exploitability.npx claudepluginhub allsmog/kuzushi-security-plugin --plugin kuzushi-security-pluginProvides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.