Definition

Obfuscated payload

Malicious code that is deliberately encoded or wrapped to avoid detection by scanners that rely on keyword or hash matching. Common obfuscation techniques in AI agent skill attacks include base64 encoding with eval() or exec(), nested function constructors (Function(atob())), and staged payloads that download the malicious code from a remote server at runtime rather than including it in the skill package. TrustSkills checks for obfuscated payload patterns as part of its standard scan.

How TrustSkills detects this

TrustSkills scans OpenClaw and ClawHub skills for obfuscated payload patterns before you install them. The scanner returns plain-English findings — no CVE IDs, no security jargon — with a risk level and a clear explanation of what was found.

Related terms