Binary Triage
Binary Triage swiftly categorizes text into binary (yes/no) responses for rapid decision-making and efficient data filtering.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add th3w1zard1-binary-triage npx -- -y @trustedskills/th3w1zard1-binary-triage
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"th3w1zard1-binary-triage": {
"command": "npx",
"args": [
"-y",
"@trustedskills/th3w1zard1-binary-triage"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, binary-triage, assists in the initial analysis of binary files. It can identify file types based on magic numbers and basic header information. Furthermore, it provides a preliminary assessment of potential malicious behavior by identifying suspicious sections or embedded resources.
When to use it
- Malware Analysis: Quickly determine the type of malware you're dealing with before deeper analysis.
- Reverse Engineering: Get an initial overview of a binary’s structure and identify areas of interest for further investigation.
- File Identification: Identify unknown file types based on their header information.
- Security Audits: Perform a rapid scan of binaries to flag potentially problematic files.
Key capabilities
- Magic number identification
- Header analysis
- Suspicious section detection
- Embedded resource identification
Example prompts
- "Analyze this binary and tell me what file type it is: [binary data]"
- "Can you identify any suspicious sections in this binary? [binary data]"
- "What resources are embedded within this file? [binary data]"
Tips & gotchas
The skill requires the raw bytes of the binary file as input. Providing a path to a local file will not work; the binary data itself must be supplied directly.
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.