sem-inspect-weave — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited sem-inspect-weave (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
This skill teaches a single coherent workflow:
sem -> inspect -> weave
Use it when you need entity-level understanding (functions/classes/properties), risk-focused review prioritization, and safe merge/coordination semantics.
| Tool | Core Role | Notes |
|---|---|---|
sem | structural truth | Entity-level diff/graph/impact/blame. Establishes what changed. |
inspect | review prioritization | Classifies + risk-scores entities (blast radius, dependents, public API) and groups changes for review order. |
weave | coordination + merge semantics | Entity-level merge semantics and optional advisory coordination (claims). |
sem diff --from HEAD~1 --to HEAD --format json
inspect diff HEAD~1 --format jsonsem diff --from origin/main --to HEAD --format json
inspect diff origin/main..HEAD --format jsonsem impact <entity>
sem graphweave preview mainRun weave only when:
Never run weave setup unless the user explicitly asks (it mutates repo merge-driver configuration).
Scripts in scripts/ are optional helpers.
sem, inspect, and weave directly.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.