·binary-triage

Performs initial binary triage by surveying memory layout, strings, imports/exports, and functions to quickly understand what a binary does and identify suspicious behavior. Use when first examining a binary, when user asks to triage/survey/analyze a program, or wants an overview before deeper reverse engineering.

48Installs·1Trend·@cyberkaida

Installation

$npx skills add https://github.com/cyberkaida/reverse-engineering-assistant --skill binary-triage

How to Install binary-triage

Quickly install binary-triage AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/cyberkaida/reverse-engineering-assistant --skill binary-triage
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: cyberkaida/reverse-engineering-assistant.

SKILL.md

View raw

Instructions We are triaging a binary to quickly understand what it does. This is an initial survey, not deep analysis. Our goal is to:

Present triage findings to the user in this structured format:

Suspicious Indicators [Bulleted list of red flags discovered, prioritized by severity]

Performs initial binary triage by surveying memory layout, strings, imports/exports, and functions to quickly understand what a binary does and identify suspicious behavior. Use when first examining a binary, when user asks to triage/survey/analyze a program, or wants an overview before deeper reverse engineering. Source: cyberkaida/reverse-engineering-assistant.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/cyberkaida/reverse-engineering-assistant --skill binary-triage
Category
</>Dev Tools
Verified
First Seen
2026-03-09
Updated
2026-03-10

Browse more skills from cyberkaida/reverse-engineering-assistant

Quick answers

What is binary-triage?

Performs initial binary triage by surveying memory layout, strings, imports/exports, and functions to quickly understand what a binary does and identify suspicious behavior. Use when first examining a binary, when user asks to triage/survey/analyze a program, or wants an overview before deeper reverse engineering. Source: cyberkaida/reverse-engineering-assistant.

How do I install binary-triage?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/cyberkaida/reverse-engineering-assistant --skill binary-triage Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/cyberkaida/reverse-engineering-assistant

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-03-09