debugging-and-error-recovery
Warn
Audited by Runlayer on Feb 22, 2026
Risk Level: MEDIUM
Scan Summary
Flagged Files (1)
SKILL.mdHIGH
78.3%
Malicious tool definition detected
Tool: SKILL.md [1/2] Description: --- name: debugging-and-error-recovery description: Use when tests fail, builds break, behavior doesn't match expectations, or you encounter any unexpected error.
Tool: SKILL.md [2/2] Description: for this period" />; } try { return <Chart data={data} />; } catch (error) { console.error('Chart render failed:', error); return <ErrorState message="Unable to display chart" />; } } ``` ## Instrumentation Guidelines Add logging only when it helps.
Audit Metadata