Requirement Agent
Analysis
This instruction-only skill appears benign: it clarifies routine code requests and sets confirmation rules, though it may allow small code edits without an extra prompt.
Findings (1)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
auto_execute:
text_only: true
single_file: true
safe_operations:
- "加注释"
- "注释"
- "格式化"
- "重命名"This config tells the agent when it may proceed without a separate confirmation prompt for certain code-editing operations. That is central to the skill's purpose, but it affects how much review the user gets before files are changed.
