Caveat verdict
ctf-malware
CTF security research reference skill for malware analysis techniques including YARA, PE analysis, shellcode, and memory forensics; all documented commands are defensive analysis tools used against challenge binaries, not attack tooling.
⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.
Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
Permission integrity
package_install
Findings (8)
Possible hardcoded credential
c2-and-protocols.md · code · TOKEN = "bot_token_here
Base64 decode (atob) — may hide malicious payloads
scripts-and-obfuscation.md · code · atob(
References sudo — requests elevated privileges
scripts-and-obfuscation.md · code · sudo
subprocess execution — runs system commands from Python
scripts-and-obfuscation.md · code · subprocess.run(
String.fromCharCode — can build strings to evade detection
scripts-and-obfuscation.md · code · String.fromCharCode
Base64 encoding/decoding
c2-and-protocols.md · code · base64-encode
Python os.environ.get — reads environment variable
scripts-and-obfuscation.md · code · os.environ.get(
Opens WebSocket connection
SKILL.md · prose · downgraded · WebSocket
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class D/E). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
No declared permissions — minimal attack surface.
package_install Is this flag fair?
Thanks — recorded.