binary-re-dynamic-analysis
Analyze Binary Runtime Behavior
Unknown binaries can hide behavior that static review cannot confirm. This skill guides controlled execution, tracing, debugging, and evidence capture for dynamic analysis.
Do not auto-install this skill.
The canonical policy requires operator review before any installation action.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "binary-re-dynamic-analysis" from https://skillstore.io/skills/2389-research-binary-re-dynamic-analysis.md and its manifest at https://skillstore.io/api/skills/2389-research-binary-re-dynamic-analysis/manifest. Verify the artifact. Do not auto-install. Inspect the skill and report your findings, then wait for an operator or manual installation decision.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-dynamic-analysis". Analyze whether this ARM binary contacts a server during startup.
Expected outcome:
The workflow recommends QEMU syscall tracing inside a network-blocked sandbox, followed by evidence notes for socket creation, connection attempts, and timing behavior.
Using "binary-re-dynamic-analysis". The binary fails under emulation with a missing loader error.
Expected outcome:
The response identifies a likely sysroot or linker mismatch, suggests checking the binary architecture, and recommends a container or corrected library path.
Using "binary-re-dynamic-analysis". I need proof that a function receives a secret at runtime.
Expected outcome:
The skill guides GDB breakpoints or Frida hooks, then asks for captured arguments, memory context, and a confidence update in the analysis journal.
Security Audit
CriticalThe skill is primarily an authorized dynamic binary analysis guide and includes an explicit human-approval requirement. Confirmed risks remain because it instructs users to execute unknown binaries, use privileged Docker for binfmt setup, source local GDB configuration, create linker symlinks, and optionally run samples on low-isolation devices.
Confirmed security concerns (3)
Capability review items (27)
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 (50)
๐ Network access (4)
Detected Patterns
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-dynamic-analysis/audits/8?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/2389-research-binary-re-dynamic-analysis?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/2389-research-binary-re-dynamic-analysis?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/2389-research-binary-re-dynamic-analysis/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/2389-research-binary-re-dynamic-analysis.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-dynamic-analysis security audit report (audit version 8) [Author version unspecified]. Skillstore. https://skillstore.io/skills/2389-research-binary-re-dynamic-analysis/audits/8BibTeX citation
@techreport{2389-research-2389-research-binary-re-dynamic-analysis-2026,
author = {2389-research},
title = {binary-re-dynamic-analysis security audit report (audit version 8)},
institution = {Skillstore},
year = {2026},
number = {8},
url = {https://skillstore.io/skills/2389-research-binary-re-dynamic-analysis/audits/8},
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-dynamic-analysis security audit report (audit version 8)"
version: "unspecified"
type: report
authors:
- name: "2389-research"
date-released: "2026-07-09"
url: "https://skillstore.io/skills/2389-research-binary-re-dynamic-analysis/audits/8"
identifiers:
- type: other
value: "skillstore:2389-research-binary-re-dynamic-analysis:audit:8"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Validate suspected network behavior
Run a sample in a network-controlled sandbox and confirm outbound connection attempts with syscall traces.
Debug cross-architecture firmware tools
Use QEMU and GDB to execute ARM or MIPS binaries from a Linux or macOS workstation.
Capture runtime evidence for reports
Record file access, process activity, network events, and hypothesis updates in a consistent analysis journal.
Try These Prompts
I have an unknown Linux ARM binary. Help me choose the safest dynamic analysis method and list the approvals and sandbox settings needed before running it.
Guide me through tracing this binary with QEMU or strace. I need to identify file access, process creation, and network attempts without allowing real outbound traffic.
Help me attach GDB to a cross-architecture binary under QEMU, set breakpoints near the suspected check, and collect register and memory evidence.
Create a Frida-based dynamic analysis plan for a native binary. I want to intercept network-related functions, log arguments, and preserve evidence for a final report.
Best Practices
- Get explicit human approval and document the sandbox before executing any binary.
- Prefer QEMU or a network-blocked container before lower-isolation on-device execution.
- Record each runtime claim with the tool output or observation that supports it.
Avoid
- Do not run unknown binaries directly on a workstation without isolation and resource limits.
- Do not enable privileged Docker or device access without understanding the host impact.
- Do not treat example IP addresses, paths, or journal entries as evidence from a real sample.
Frequently Asked Questions
Does this skill execute binaries automatically?
What tools does it cover?
Is it suitable for malware analysis?
Can it analyze cross-architecture binaries?
Does it require privileged access?
What output should users expect?
Developer Details
Author
2389-researchLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Repository
https://github.com/2389-research/claude-plugins/tree/main/binary-re/skills/dynamic-analysisRef
7db9b9f06e0ab79c575b58bc48c4d8dc9849f424
Maintenance freshness
7/18/2026
Usage
11 downloads ยท 175 views
File structure
๐ SKILL.md