中风险
未限定范围地列出近期会议,可能暴露无关会议记录
原文依据:3 处发现了什么
第一步没有会议 ID、时间范围或其他过滤条件,而是要求列出当前 Google Workspace 身份可见的近期会议。表格结果可能进入代理上下文或显示给操作者,即使用户只想审查某一场会议。
为什么需要注意
用户可能无意披露与目标无关的会议记录;后续查询还会显示所选会议的参与者和个人会话详情。实际可见范围取决于 `gws` 使用的账号权限。
该技能的目标是审查某场会议的出席情况,但第一步会以当前 Google Workspace 身份列出近期会议,命令中没有会议 ID、时间范围或其他过滤条件。执行时,表格可能显示目标之外、但该身份有权查看的会议记录,并进入代理上下文或终端输出。后续步骤才限定到具体 CONFERENCE_ID。用户可要求作者支持直接提供会议 ID,或在列举前要求确认并加入时间/查询范围。
1. List recent conferences: `gws meet conferenceRecords list --format table`2. List participants: `gws meet conferenceRecords participants list --params '{"parent": "conferenceRecords/CONFERENCE_ID"}' --format table`查看另外 2 个位置
1. List recent conferences: `gws meet conferenceRecords list --format table`2. List participants: `gws meet conferenceRecords participants list --params '{"parent": "conferenceRecords/CONFERENCE_ID"}' --format table`3. Get session details: `gws meet conferenceRecords participants participantSessions list --params '{"parent": "conferenceRecords/CONFERENCE_ID/participants/PARTICIPANT_ID"}' --format table`Review who attended a Google Meet conference and for how long.