Back to skill
v1.0.0
Skylv Git Commit Validator
BenignClawScan verdict for this skill. Analyzed May 2, 2026, 10:49 PM.
Analysis
This is a simple instruction-only commit message checker with only a read-only git log command and no code, credentials, persistence, or install step.
GuidanceThis appears safe for normal use as a commit-message formatting helper. It may read recent commit summaries from the current git repository, so use it only where that local history is appropriate for the agent to inspect.
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
SeverityInfoConfidenceHighStatusNote
SKILL.md
## Validate git log --oneline -20
The skill documents a local git command for viewing recent commit messages. It is read-only and purpose-aligned, but users should understand it may reveal recent commit summaries from the current repository.
User impactThe agent may inspect the last 20 commit summaries in the repository to check message format.
RecommendationUse it in repositories where reviewing recent commit messages is acceptable; avoid putting secrets in commit messages.
