What problem does it solve? Understanding a compiled binary without source access is risky and error-prone. This Skill provides a defensive, bounded workflow for statically inspecting an authorized binary artifact so you can answer questions about its symbols, imports, strings, and structure without executing it. ## Core Features & Use Cases - Static Triage: Survey artifact type, record SHA-256 hash, file size, and tool versions before any analysis begins. - Bounded Reverse-Engineering Map: Extract imports, exported symbols, strings, and metadata with evidence-backed findings separated from inferences. - Structured Output Contract: Returns SCOPE, EVIDENCE, FINDINGS, UNKNOWN, SAFE NEXT ACTION, and VERIFICATION sections so results are reproducible. - Use Case: You need to patch source code that depends on a compiled library's behavior. Use this Skill to statically map the library's exported symbols and imports, producing a verified summary your team can review before making changes. ## Quick Start Analyze the authorized binary at the given path and produce a static report of its symbols, imports, and metadata with hash evidence.