安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
This tool is coherent with its purpose but it will change your desktop settings when you run apply. Before applying a preset: (1) review the preset JSON to ensure it doesn't contain private paths or unexpected values, (2) export a backup of your current settings (use export/export-ukui), and (3) be cautious if allowing autonomous agents to invoke this skill since it can silently change gsettings. No network access or credentials are requested by the skill itself.详细分析 ▾
✓ 用途与能力
Name/description match the implementation. The script requires gsettings and python3 (declared) and only calls gsettings to list/get/set keys and reads/writes local preset JSON files — all are expected for a gsettings presets tool.
ℹ 指令范围
SKILL.md and the script limit actions to calling gsettings and reading/writing presets in the skill directory or a user-specified path. This stays within the stated purpose. Caveat: applying a preset will change user desktop settings (including keys that may contain absolute paths or other sensitive values), so presets should be reviewed before use; the SKILL.md already warns about not including private data in presets.
✓ 安装机制
No install spec; this is an instruction-only skill with a small included Python script. Nothing is downloaded or written to unexpected system locations.
✓ 凭证需求
The skill requests no environment variables or credentials. Its file access is limited to the skill directory presets or user-specified paths — appropriate for its function.
ℹ 持久化与权限
always is false (normal). The skill allows autonomous invocation (platform default). While this is expected, note an agent could call the skill to change the user's gsettings without an explicit manual command; combine this with the fact that applying presets modifies desktop settings — review presets and invocation policies if you don't want automated changes.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.12026/3/11
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install ukui-gsettings-tool
镜像加速npx clawhub@latest install ukui-gsettings-tool --registry https://cn.longxiaskill.com镜像同步中