safe-debug
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a "diagnose-first" protocol that prevents automatic code modification and requires explicit human authorization for all patches, as documented in
SKILL.mdandreferences/debug-policy.md. - [SAFE]: The Python script
scripts/safe_debug.pyfacilitates error diagnosis by reading provided error text or files. While it accesses file content, it does so within the context of a debugging tool and lacks network or code execution capabilities that would enable data exfiltration. - [SAFE]: The skill handles untrusted data (error tracebacks) with appropriate safeguards, such as truncating content excerpts and utilizing markdown code block boundaries in its generated reports, effectively mitigating the risk of indirect prompt injection.
Audit Metadata