Back to skill
v1.0.0
Retry Policy Designer
BenignClawScan verdict for this skill. Analyzed May 1, 2026, 11:47 AM.
Analysis
This instruction-only skill gives retry-policy design guidance and includes a limited, read-only code-search example that fits its stated purpose.
GuidanceThis skill appears safe to install as an instruction-only design aid. Be aware that its audit workflow may search your local codebase for retry patterns, so use 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
SeverityInfoConfidenceHighStatusNote
SKILL.md
Scan codebase for retry patterns and flag issues: rg "retry|backoff|exponential|attempt.*max|max.*retry" --type-not binary -g '!node_modules' -g '!vendor' 2>/dev/null
This shows the skill may suggest a local command that reads project files to find retry logic. The command is read-only and scoped to relevant patterns, so it is purpose-aligned rather than suspicious.
User impactIf used for an audit, the agent may inspect source files in the current project to identify retry-related code.
RecommendationRun the audit only in the project you intend to review, and check results before making any retry-policy changes.
