Back to skill
v1.0.0

Skylv Git Workflow Helper

BenignClawScan verdict for this skill. Analyzed May 2, 2026, 10:50 PM.

Analysis

This is a small instruction-only Git helper; its Git commands can affect a repository, but the behavior is disclosed and aligned with its purpose.

GuidanceThis skill appears safe to install as an instruction-only Git assistant. Treat its Git commands as advice: review them before running, especially commands that reset, merge, rebase, or otherwise change repository history.

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.

Abnormal behavior control

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.

Tool Misuse and Exploitation
SeverityLowConfidenceHighStatusNote
SKILL.md
git reset --soft HEAD~1

This documented Git command rewrites the most recent local commit while keeping changes. It is directly related to the skill's Git-helper purpose, but it can still affect repository state if used in the wrong branch or repo.

User impactA user or agent following the advice could change local Git history, so mistakes may require recovery steps.
RecommendationBefore running mutating Git commands, confirm the repository, branch, and current status; consider creating a backup branch for important work.