Systematic Debugging
Pass
Audited by Gen Agent Trust Hub on May 30, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION]: The skill uses authoritative directives to guide the agent toward a specific debugging methodology. These are internal behavioral guardrails and do not attempt to override safety filters or extract sensitive prompts.
- [COMMAND_EXECUTION]: The skill provides example shell commands for system diagnostics and data flow tracing, such as checking environment variables and macOS keychain identities. These are legitimate tools for technical troubleshooting.
- [CREDENTIALS_UNSAFE]: The skill discusses checking for environment variables like
IDENTITY. It includes a safe diagnostic pattern using shell expansion${VAR:+SET}to confirm a variable's presence without revealing its value. No hardcoded credentials were found.
Audit Metadata