debug
Pass
Audited by Gen Agent Trust Hub on Jul 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill defines a disciplined debugging methodology focused on identifying root causes before editing code and verifying fixes with falsifiable tests.
- [COMMAND_EXECUTION]: The skill instructs the agent to utilize standard command-line tools such as
git(for status, diff, bisect, and tags),grep(for signature analysis), andtop(for system performance monitoring). These operations are appropriate for the skill's intended purpose in a software development environment. - [DATA_EXFILTRATION]: The skill references local project documentation and historical learning data located at relative paths (e.g.,
../../../lib/learning-recall.md) to assist in diagnosis. There is no evidence of data being transmitted to external or untrusted destinations. - [PROMPT_INJECTION]: The skill ingests user-provided symptoms and error descriptions to populate its diagnostic reports. While this handles external data, the structured '3-failure handoff format' helps maintain a clear boundary between evidence and analysis.
Audit Metadata