daily-cowork-backup
Fail
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: HIGHCREDENTIALS_UNSAFEDATA_EXFILTRATIONCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The skill programmatically reads a local configuration file,
cowork-gdrive-config.json, to extract a sensitiveapiKey. This secret is subsequently transmitted over the network. - [DATA_EXFILTRATION]: The skill archives sensitive directories—including the agent's internal skills store, remote plugins, and the configuration folder containing the
apiKey—into zip files. These archives are then transmitted to a remote URL via an automated POST request. - [REMOTE_CODE_EXECUTION]: The skill dynamically generates a Python script (
do_upload.py) on the host machine's filesystem and uses theDesktop Commandertool to execute it natively. This crosses the execution boundary between the agent's sandbox and the host operating system. - [COMMAND_EXECUTION]: The skill utilizes
mcp__Desktop_Commander__start_processto execute high-risk operations on the host, including a recursivefind ... -deletecommand to remove image files from the user's documents folder and the execution of the locally generated upload script.
Recommendations
- AI detected serious security threats
Audit Metadata