业务模块工程师 配置缓存与后台权限

ReviewAudited by ClawScan on May 8, 2026.

Overview

This instruction-only skill is coherently scoped to module configuration, cache, and admin-permission work, but users should review backend permission changes and environment/setup commands before allowing them.

Use this skill when you want an agent to help with module-level config, cache, and backend permission integration. Before installing or invoking it, be prepared to review any environment/setup commands and all permission or menu changes, preferably testing outside production first.

Findings (2)

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.

What this means

If permitted, the agent may execute setup or environment commands that affect application configuration or backend behavior.

Why it was flagged

These commands can change or validate runtime environment and backend routing/setup state. They are relevant to the stated purpose, but they should not be run casually or against the wrong environment.

Skill content
Run `php bin/w env:check` or `env:install -y` when extension or env checks are relevant. Run setup or route refresh commands when backend wiring changed.
Recommendation

Review the proposed command, target environment, and expected effect before running it, especially for `env:install -y` or setup/route refresh operations.

What this means

Incorrect changes could expose admin functions to the wrong users or hide required functionality from authorized users.

Why it was flagged

Backend menu visibility and controller permission wiring affect who can see or access admin functionality. This is disclosed and central to the skill, but it is privilege-sensitive work.

Skill content
Update backend menu and controller permission wiring together when the admin surface changes.
Recommendation

Inspect permission diffs carefully, verify backend menu visibility and controller access behavior, and keep changes limited to the owning module as the skill instructs.