What problem does it solve? Security teams and developers who receive a suspicious file or malware sample need a safe, structured way to classify it, extract indicators, and decide on containment without executing the artifact or risking their environment. ## Core Features & Use Cases - Static Indicator Extraction: Records SHA-256 hashes, file type, size, strings, headers, signatures, imports, domains, and suspicious configuration values without running the sample. - Safety-Bounded Workflow: Enforces hard rules against execution, detonation, network contact with attacker infrastructure, and credential storage, keeping analysis read-only and isolated. - Structured Reporting: Produces SCOPE, EVIDENCE, FINDINGS, UNKNOWN, CONTAINMENT, and VERIFICATION sections with confidence levels and reproducible offline checks. - Use Case: A developer finds a suspicious binary committed to a repository and needs hashes, static indicators, and containment recommendations mapped back to the affected source before remediation. ## Quick Start Ask the assistant to triage the suspicious file at a given path offline, providing its SHA-256 hash, static indicators, and containment recommendations without executing it.