pilot-dropbox
Fail
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: HIGHDATA_EXFILTRATIONCOMMAND_EXECUTION
Full Analysis
- [DATA_EXFILTRATION]: The provided synchronization daemon script in
SKILL.mdis vulnerable to path traversal. It listens fordropbox_pullevents from remote peers and uses the providedfilenamefield to construct a file path forpilotctl send-file. - Evidence:
pilotctl --json send-file "$FROM" "$DROPBOX_DIR/$FILENAME"in thedropbox_pullcase block. - Risk: Because the
filenameis not sanitized, a malicious peer could send a path like../../.ssh/id_rsato trigger the exfiltration of sensitive files from the agent's home directory. - [COMMAND_EXECUTION]: The skill's workflow logic performs file system operations using unvalidated input from a network protocol.
- Evidence: The script executes
rm -f "$DROPBOX_DIR/$FILENAME"based onfile_removedevents received viapilotctl subscribe. - Risk: An attacker can delete arbitrary files accessible to the agent process by providing a relative path (e.g.,
filename: "../../important_data.txt") in the event payload.
Recommendations
- AI detected serious security threats
Audit Metadata