Project files may be uploaded and announced to an unapproved audience
Source references: 2The Skill directly instructs the agent to upload project artifacts to Drive and then announce them, without requiring checks of file sensitivity, destination folder, access permissions, or announcement recipients.
If an artifact contains internal plans, customer information, or credentials, link announcements or Drive permissions could expose it to unintended people.
When the agent carries out the artifact-sharing task, it uploads the file to Drive and then announces it through a workflow. The instruction does not specify the destination folder, sharing permissions, announcement channel, or a sensitivity check, so a file could be placed where access is too broad or announced to unintended people. The suggested `--dry-run` offers a preview but is not mandatory. Users can ask the author to require confirmation of the file, location, permissions, and audience before both actions.
- Track project status in Sheets using `gws sheets +append` to log updates.- Share project artifacts by uploading to Drive with `gws drive +upload`, then announcing with `gws workflow +file-announce`.- Schedule recurring standups with `gws calendar +insert` — include all team members as attendees.Show 1 other places
- Pipe triage output through `jq` for filtering by sender or subject.- Use `--dry-run` before any write operations to preview what will happen.