Skip to main content

memory-forensics

Analyzes volatile memory dumps to detect malware and security breaches, enhancing digital forensics investigations.

Install this skill

or
85/100

Security score

The memory-forensics skill was audited on Mar 1, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 37

Python subprocess execution

SourceSKILL.md
37subprocess.run(['volatility', '-f', dump_file, 'pslist'])
medium line 63

Python subprocess execution

SourceSKILL.md
63result = subprocess.run(['volatility', '-f', 'memory.dmp', 'pslist'], capture_output=True, check=True)
medium line 64

Python subprocess execution

SourceSKILL.md
64except subprocess.CalledProcessError as e:
Scanned on Mar 1, 2026
View Security Dashboard