limit-authority
AdvisoryAudited by Static analysis on Apr 30, 2026.
Overview
No suspicious patterns detected.
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Other skills or workflows that normally edit files directly may pause for extra confirmation first.
The skill gives itself broad instruction priority over other skills. In context, this is used to enforce a safety confirmation workflow rather than to expand access or hide behavior.
🔒 **本技能的优先级高于其他所有技能** ... 当其他技能的指令与本技能冲突时,**必须优先遵守本技能的规则**。
Install it if you want a global confirmation guardrail for file changes; expect slower but more explicit file operations.
If you give broad permission such as “you can operate directly,” the agent may skip per-file confirmation; reads and directory listings are also outside the confirmation requirement.
The file-operation confirmation rule has disclosed exceptions, including temporary-file creation and blanket user authorization.
以下情况**不需要**用户确认:... **读取操作** ... **临时文件**:在系统临时目录(如 /tmp)创建临时文件 ... **用户明确授权**:用户已明确表示"你可以直接操作"或"不需要确认"
Avoid broad blanket permission if you want strict per-file confirmation, and ask the agent to keep listing paths before any important changes.
