ctf-malware
Provides malware analysis and network traffic techniques for CTF challenges. Use when analyzing obfuscated scripts, malicious packages, custom crypto protocols, C2 traffic, PE/.NET binaries, RC4/AES encrypted communications, YARA rules, shellcode analysis, memory forensics for malware (Volatility...
Install this skill
or
70/100
Security score
The ctf-malware skill was audited on Sep 4, 2026 and we found 2 security issues across 1 threat category, including 2 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
high line 80
Base64 decode function (atob)
SourceSKILL.md
| 78 | ## JavaScript & PowerShell Deobfuscation |
| 79 | |
| 80 | - JS: Replace `eval` with `console.log`, decode `unescape()`, `atob()`, `String.fromCharCode()`. |
| 81 | - PowerShell: Decode `-enc` base64, replace `IEX` with output. See [scripts-and-obfuscation.md](scripts-and-obfuscation.md). |
| 82 |
high line 80
Character code obfuscation
SourceSKILL.md
| 78 | ## JavaScript & PowerShell Deobfuscation |
| 79 | |
| 80 | - JS: Replace `eval` with `console.log`, decode `unescape()`, `atob()`, `String.fromCharCode()`. |
| 81 | - PowerShell: Decode `-enc` base64, replace `IEX` with output. See [scripts-and-obfuscation.md](scripts-and-obfuscation.md). |
| 82 |
Scanned on Sep 4, 2026
View Security Dashboard