用途分类 / 其他用途
Gws Keep Skill 安全审计
作者说它能做什么(原文)
Manage Google Keep notes.
第三方安全检查结论
这次检查未发现明显风险
- 已检查文件
- 1
- 发现的风险
- 0
会不会运行危险命令?检查是否下载程序后直接运行、让他人远程控制电脑,或藏起要运行的命令。未发现风险
会不会泄露文件和密钥?检查是否发送含密码或密钥的文件,以及代码里是否直接写了密钥。未发现风险
会不会删除文件或一直在后台运行?检查是否大范围删除文件、改写磁盘,或设置自动启动。未发现风险
会不会绕过安全保护?检查是否跳过网站安全验证、开放过多文件权限,或取消操作前的确认。未发现风险
会不会误导 AI 或隐藏内容?检查工作说明是否要求 AI 忽略你的指令、干扰检查结果,或夹带看不见的文字。未发现风险
会不会偷偷改推广链接或收款方?检查是否强制替换推广链接或收款对象,同时要求隐瞒更改。未发现风险
Skill 逻辑拆解
该技能是 Google Keep 的命令行操作指南,要求通过 `gws keep <resource> <method> [flags]` 调用资源方法;它本身未展示自动执行命令的脚本。
查看原文
```bashgws keep <resource> <method> [flags]```在调用 API 前,技能要求先查看命令帮助和具体方法的参数结构,再据此构造参数与 JSON 请求体。
查看原文
Before calling any API method, inspect it:```bash# Browse resources and methodsgws keep --help# Inspect a method's required params, types, and defaultsgws schema keep.<resource>.<method>```Use `gws schema` output to build your `--params` and `--json` flags.认证、全局参数和安全规则被委托给未包含在本次材料中的相邻技能;若该文件缺失,本技能会要求运行生成命令。因此,仅凭所提供源码无法审查认证处理或生成内容。
查看原文
> **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it.技能列出了创建、读取、列出、下载以及权限相关操作,也明确说明删除笔记会立即生效、无法撤销,并使协作者失去访问权。
查看原文
- `download` — Gets an attachment. To download attachment media via REST requires the alt=media query parameter. Returns a 400 bad request error if attachment media is not available in the requested MIME type.### notes - `create` — Creates a new note. - `delete` — Deletes a note. Caller must have the `OWNER` role on the note to delete. Deleting a note removes the resource immediately and cannot be undone. Any collaborators will lose access to the note. - `get` — Gets a note. - `list` — Lists notes. Every list call returns a page of results with `page_size` as the upper bound of returned items. A `page_size` of zero allows the server to choose the upper bound. The ListNotesResponse contains at most `page_size` entries. If there are more things left to list, it provides a `next_page_token` value. (Page tokens are opaque values.) To get the next page of results, copy the result's `next_page_token` into the next request's `page_token`. - `permissions` — Operations on the 'permissions' resource从这里开始 · 工作说明SKILL.md
gws-keep文件与检查记录1 个文件
检查范围与遗漏
逐文件查看涉及的内容
下方列出本次涉及的原文范围;纳入检查不代表已查清所有问题。
SKILL.md已纳入全文
这份报告只针对上方版本。我们看了拿到的代码和说明文件,没有实际运行 Skill,也没有检查它另外安装的软件包。因此,这不是“保证安全”的承诺;换了版本或使用环境,结果也可能不同。
SKILL.md工作说明
代码和说明中提到的操作
运行命令
```bashgws keep <resource> <method> [flags]```bash# Browse resources and methods- 读取了多少行
- 50
- 文件校验值(用于核对版本)
- 8336c2641c3bf3b3852fcc8b8b37421bab58966236f8bef974a1d74a50b33936