analyzing-linux-elf-malware
Fail
Audited by Snyk on Jul 16, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The skill instructs extracting and documenting embedded credentials and indicators (wallet addresses, SSH keys, pool/C2 addresses) and to include them verbatim in the analysis report, which requires the LLM to handle/output secret values directly.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.75). The required workflow ingests outsider-authored free text indirectly by extracting
strings/IOC text from a runtime-supplied suspect ELF binary (e.g., URLs/domains/commands) viasubprocess.run("strings ...", text=True)and then prints/uses that extracted text for downstream LLM context.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata