analyzing-memory-images
Fail
Audited by Snyk on Jul 31, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E006: Malicious code pattern detected in skill scripts.
- Malicious code pattern detected (high risk: 0.90). This is a legitimate memory-forensics guide but contains multiple high-risk, dual-use instructions that directly enable credential theft and sensitive-data extraction (LSASS/hash dumping, pypykatz, full-memory strings/bulk_extractor, network/C2 discovery), which could be abused for unauthorized data exfiltration and lateral access.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 1.00). The skill explicitly instructs running privileged commands (e.g., "sudo insmod ..." and "sudo ./avml") and dumping protected process memory (lsass) to extract credentials, which requires/elevates sudo and changes kernel/state on the host.
Issues (2)
E006
CRITICALMalicious code pattern detected in skill scripts.
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata