safe-debug
Pass
Audited by Gen Agent Trust Hub on May 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns detected. The skill's design prioritizes safety and human oversight during the debugging process.
- [PROMPT_INJECTION]: The skill processes external error logs which could potentially contain malicious instructions (indirect prompt injection). This risk is mitigated through the following evidence chain:
- Ingestion points: Untrusted data enters via the
error-textorerror-filearguments inscripts/safe_debug.py. - Boundary markers: The script wraps the excerpt in markdown code blocks in the generated
DIAGNOSIS.mdfile to delimit untrusted content. - Capability inventory: The skill's capabilities are limited to reading logs and writing specific markdown/JSON diagnosis files to a local directory.
- Sanitization: Content is limited to a 12-line excerpt and treated as data within a report.
Audit Metadata