Back to skill
v1.0.0
Go Error Handler
BenignClawScan verdict for this skill. Analyzed May 1, 2026, 5:44 AM.
Analysis
This is a coherent Go code-review skill that uses local search commands to inspect error-handling patterns and does not request credentials, installation, persistence, or data modification.
GuidanceThis skill appears safe for reviewing Go projects. It may read local Go files using search commands, so run it only in repositories you are comfortable having the agent 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
SeverityLowConfidenceHighStatusNote
SKILL.md
find . -name "*.go" -not -path '*/vendor/*' | wc -l
The skill documents shell commands that inspect the local project tree. This is a tool-use consideration, but it is read-only and directly supports the stated Go code-review purpose.
User impactThe agent may inspect Go source files in the current project to produce its review findings.
RecommendationUse it from the intended Go project directory and avoid running it in directories containing unrelated private code you do not want reviewed.
