debugging
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or unauthorized access attempts were detected. The skill instructions follow standard engineering best practices for bug reproduction and root-cause analysis.
- [EXTERNAL_DOWNLOADS]: The skill references an evaluation artifact located at
https://github.com/jacob-balslev/skill-graph/blob/main/examples/evals/debugging.json. This is a legitimate resource belonging to the skill's author (jacob-balslev) and is used for internal verification purposes. - [PROMPT_INJECTION]: While the skill involves processing untrusted external data such as logs and stack traces, which is an inherent part of the debugging process, it does not contain triggers or instructions intended to override agent safety. The emphasis on deterministic reproduction and regression testing acts as a logical safeguard against accidental obedience to instructions embedded in data.
- Ingestion points: System logs, stack traces, and codebase files (via
Read,Grep, andBash). - Boundary markers: None explicitly specified for separating log content from instructions.
- Capability inventory: File system access and shell command execution via
Read,Grep, andBash(defined inallowed-tools). - Sanitization: No explicit sanitization of log or trace content is performed before processing.
Audit Metadata