binary-re-triage
Triage Unknown Binaries Fast
Unknown executables and firmware blobs need quick facts before deeper reverse engineering. This skill guides Claude, Codex, and Claude Code through fast metadata, ABI, dependency, string, and import checks.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "binary-re-triage" from https://skillstore.io/skills/2389-research-binary-re-triage.md and its manifest at https://skillstore.io/api/skills/2389-research-binary-re-triage/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "binary-re-triage". Triage an ARM firmware daemon before deeper analysis.
Expected outcome:
- Reports ARM 32-bit little-endian ELF metadata and the detected musl interpreter.
- Lists linked network and TLS libraries with supporting import evidence.
- Recommends static analysis next because the binary is stripped and not yet safe to run.
Using "binary-re-triage". Assess a shared library from an embedded device image.
Expected outcome:
- Summarizes exported symbols, imported libraries, and likely file or network capabilities.
- Flags missing ABI details that require a matching sysroot.
- Separates confirmed facts from hypotheses for later validation.
Using "binary-re-triage". Prepare notes for a suspicious executable without executing it.
Expected outcome:
- Captures hash, size, architecture, string counts, and notable indicators.
- Groups imports into capability categories for analyst review.
- Adds redaction reminders before storing sensitive strings in notes.
Security Audit
Medium RiskThe Ruby backtick alerts are mostly Markdown false positives, but several examples direct agents to run local binary-analysis tools. The skill is useful for reverse engineering, yet it should add sandbox and privacy guidance before broad publication.
Confirmed security concerns (2)
Capability review items (7)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
โ๏ธ External commands (35)
๐ Network access (1)
๐ Filesystem access (2)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/2389-research-binary-re-triage/audits/6?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/2389-research-binary-re-triage?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/2389-research-binary-re-triage?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/2389-research-binary-re-triage/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/2389-research-binary-re-triage.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
2389-research. (2026). binary-re-triage security audit report (audit version 6) [Author version unspecified]. Skillstore. https://skillstore.io/skills/2389-research-binary-re-triage/audits/6BibTeX citation
@techreport{2389-research-2389-research-binary-re-triage-2026,
author = {2389-research},
title = {binary-re-triage security audit report (audit version 6)},
institution = {Skillstore},
year = {2026},
number = {6},
url = {https://skillstore.io/skills/2389-research-binary-re-triage/audits/6},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "binary-re-triage security audit report (audit version 6)"
version: "unspecified"
type: report
authors:
- name: "2389-research"
date-released: "2026-07-04"
url: "https://skillstore.io/skills/2389-research-binary-re-triage/audits/6"
identifiers:
- type: other
value: "skillstore:2389-research-binary-re-triage:audit:6"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Classify Firmware Utilities
Identify architecture, libc, dependencies, and likely capabilities before selecting a reverse engineering toolchain.
Prepare Malware Intake Notes
Collect safe first-pass facts, suspicious strings, imports, and hypotheses without running the sample.
Plan Portability Work
Check ABI, dynamic linker, library dependencies, and static linking status before rebuilding or emulating a binary.
Try These Prompts
Triage this binary at ./sample. Report file type, architecture, bit width, endianness, link type, and interpreter path.
Analyze ./firmware-daemon for ABI, libc, float ABI, imported libraries, and likely runtime environment. Do not execute the binary.
Use imports, dependencies, and strings to infer likely capabilities in ./agent. Separate facts from hypotheses and cite evidence.
Create a triage handoff for ./target with facts, risks, open questions, sysroot needs, and the best next analysis phase.
Best Practices
- Run triage tools on read-only copies inside an isolated workspace.
- Record command outputs as evidence, then separate facts from hypotheses.
- Redact secrets, customer identifiers, and proprietary paths before saving notes.
Avoid
- Do not execute the target binary during triage.
- Do not treat one string or import as proof of behavior.
- Do not save extracted credentials or private URLs into shared memory.
Frequently Asked Questions
Does this skill execute binaries?
Which tools does it expect?
Can it analyze non-ELF files?
Is this enough for a full reverse engineering report?
How should sensitive strings be handled?
Can Claude Code or Codex use it safely?
Developer Details
Author
2389-researchLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
14dc8f201a64f8d30fd131d7f036cd5e788be523
Maintenance freshness
7/18/2026
Usage
9 downloads ยท 206 views
File structure
๐ SKILL.md