框架核心工程师 框架核心开发

PassAudited by ClawScan on May 8, 2026.

Overview

This is an instruction-only framework development skill with no installable code, credentials, or background behavior, but it should be used carefully because it guides changes to core framework code.

This skill appears safe to install if you want an agent to help with WelineFramework core work. Review any proposed code diffs and validation commands carefully because framework-level changes can affect many modules.

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

A mistake could change repository behavior or run local validation commands, though the instructions emphasize targeted, minimal, testable changes.

Why it was flagged

The skill asks the agent to edit framework code and execute validation commands. That is normal for this development purpose, but it gives mutation and local command guidance that users should supervise.

Skill content
“Implement the smallest safe change…” and “Run targeted setup, HTTP, or test commands that cover the changed framework path.”
Recommendation

Use it for explicit development tasks, review proposed commands and diffs, and keep validation limited to the relevant framework path.

What this means

Core framework changes may break multiple modules if applied incorrectly.

Why it was flagged

The skill is intentionally scoped to shared framework behavior, so an incorrect change could propagate across modules. The artifact also includes guardrails to preserve contracts.

Skill content
“Use when a change affects many modules through common framework behavior.”
Recommendation

Require targeted and regression validation, document affected boundaries and migration impact, and avoid broad refactors without review.