debugging-and-error-recovery

Warn

Audited by Runlayer on Feb 22, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
78%
Files
1
Flagged
1
Chunks
2
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
Max File Score
78%
Classification
UNKNOWN_SERVER
Files Scanned
1
Files Flagged
1
Chunks Analyzed
2
Analyzed
Feb 22, 2026, 11:48 PM
Security Audit — runlayer — debugging-and-error-recovery