我的大明朝廷
Analysis
The skill appears purpose-aligned for task orchestration and ComfyUI generation, but it needs review because external command and external agent communication boundaries are under-specified.
Findings (4)
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.
requests>=2.31.0\npython-dotenv>=1.0.0
The documented install path uses Python packages with lower-bound versions rather than fully pinned versions, which is a normal but less reproducible install pattern.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Description: 自动接收微信指令,校验意图并审核政令,调度执行文生图视频任务 ... Required env vars: none ... Primary credential: none ... Required config paths: none
The skill claims to accept commands from WeChat and dispatch generation tasks, but the provided credential/config contract does not declare how that external command source is authenticated, scoped, or configured.
base_url: "http://{{COMFYUI_SERVER_IP}}:{{COMFYUI_SERVER_PORT}}" ... verify_ssl: false ... authentication:\n enabled: false ... access_control:\n enabled: falseThe ComfyUI integration is disclosed and purpose-aligned, but it defaults to an unauthenticated HTTP connection to an external generation service.
project_archives: "forever" ... audit_reports: "365d" ... detailed_logs: "90d" ... summary_logs: "365d"
The skill intentionally keeps archives and logs for auditing; these records can include task instructions, prompts, and execution history.
