systematic-debugging
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- Prompt Injection (SAFE): The instructions in SKILL.md focus on enforcing a structured debugging process. No attempts to bypass safety guardrails or override system instructions were detected.
- Data Exposure & Exfiltration (SAFE): The skill includes examples of diagnostic instrumentation for environment variables, but it uses safe patterns (e.g.,
${IDENTITY:+SET}) to verify the existence of secrets without exposing their values. No unauthorized network or file access patterns were found. - Command Execution (SAFE): The
find-polluter.shscript and diagnostic examples use standard shell commands (find, grep, npm test) for local debugging. These commands are consistent with the skill's stated purpose and do not represent a security risk. - Remote Code Execution (SAFE): No remote code downloads or execution of untrusted external scripts were detected.
- Obfuscation (SAFE): All files and scripts are provided in clear, human-readable text without any form of obfuscation or encoding.
Audit Metadata