reverser-triage

Identify file format, architecture, and mitigations in binary files.

7|1|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/ArianHobson333/claude-bug-bounty-stack --skill reverser-triage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reverser-triage
Source: https://github.com/ArianHobson333/claude-bug-bounty-stack/tree/main/vendor/Decepticon/skills/reverser/triage
Command: npx skills add https://github.com/ArianHobson333/claude-bug-bounty-stack --skill reverser-triage

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill quickly identifies key attributes and potential security issues in binary files, helping you prioritize your analysis efforts.

Core Features & Use Cases

  • Binary Identification: Automatically identifies the format, architecture, and mitigations in binary files.
  • String Harvesting: Extracts and categorizes strings from binary files for further analysis.
  • Imports Analysis: Checks for potentially risky imports in the binary file.
  • CVE Lookup: Searches for CVEs related to found versions in the binary file.
  • Handoff to ROP Chain Analysis: Suggests further analysis if certain conditions are met.

Quick Start

Analyze the binary file located at '/path/to/target' with the reverser-triage skill.

Frequently Asked Questions about reverser-triage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I quickly triage a binary file for potential security issues?

To triage a binary file for security issues, you can automatically identify the file format, architecture, and mitigations, while extracting strings and checking for risky imports. This initial assessment helps prioritize deeper analysis efforts.

What is the best way to check a binary for risky imports and related CVEs?

Checking a binary for risky imports and related CVEs involves scanning the file's imports and searching for known vulnerabilities matching found software versions. This process highlights potentially dangerous dependencies for further security assessment.

Can I identify compiler mitigations and architecture from an unknown binary file?

Yes, you can identify the architecture and compiler mitigations from an unknown binary file by analyzing its format attributes. Rapid identification of these properties is essential for understanding the binary's security posture.

How do I extract and categorize strings from a binary for security analysis?

Extracting and categorizing strings from a binary involves harvesting readable text data to uncover hardcoded paths, credentials, or version information. This categorization aids in triaging the binary file for potential security risks.

Does binary triage suggest when to perform ROP chain analysis?

Yes, binary triage suggests when to perform ROP chain analysis if certain conditions are met during the initial security assessment. This handoff occurs when the identified mitigations and imports indicate potential exploitability.

Do I need any external dependencies to perform an initial binary security assessment?

No external dependencies are required to perform this initial binary security assessment. The triage process operates independently to identify file formats, architectures, and mitigations without needing additional setup.