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
| 37 | subprocess.run(['volatility', '-f', dump_file, 'pslist']) |
medium line 63
Python subprocess execution
SourceSKILL.md
| 63 | result = subprocess.run(['volatility', '-f', 'memory.dmp', 'pslist'], capture_output=True, check=True) |
medium line 64
Python subprocess execution
SourceSKILL.md
| 64 | except subprocess.CalledProcessError as e: |
Scanned on Mar 1, 2026
View Security DashboardInstall this skill with one command
/learn @alphaonedev/memory-forensics