Binary Triage

🌐Community
by cyberkaida · vlatest · Repository

Binary Triage swiftly analyzes data represented in binary format to prioritize and categorize information for rapid investigation & threat assessment.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add binary-triage npx -- -y @trustedskills/binary-triage
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "binary-triage": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/binary-triage"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The binary-triage skill enables AI agents to analyze raw binary files and categorize them based on their structure, signatures, and content. It helps distinguish between executable code, data archives, encrypted blobs, or malformed files without requiring manual inspection.

When to use it

  • Security Analysis: Quickly identify potential malware samples by classifying unknown file types before deep scanning.
  • Data Cleanup: Sort mixed binary datasets in a repository to separate valid executables from corrupted or irrelevant data.
  • Reverse Engineering Prep: Determine if a dumped memory image is an ELF, PE, or Mach-O format before attempting disassembly.
  • Malware Hunting: Filter large collections of suspicious files to isolate those with specific binary characteristics.

Key capabilities

  • Analyzes raw binary content for structural patterns and magic numbers.
  • Classifies file types including executables, libraries, archives, and encrypted data.
  • Detects malformed or truncated binary structures.
  • Provides confidence scores for classification accuracy.

Example prompts

  • "Run binary-triage on this suspicious file dump to determine if it is a valid ELF executable."
  • "Categorize these 50 unknown binary files and list any that appear to be encrypted archives."
  • "Analyze the provided memory dump and identify the underlying process format (PE vs. Mach-O)."

Tips & gotchas

Ensure the binary file is not actively malicious or contains sensitive data before passing it to an agent for analysis. This skill relies on static signatures; it may misclassify obfuscated or heavily packed binaries without additional context.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
cyberkaida
Installs
35

🌐 Community

Passed automated security scans.