systematic-debugging
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [Prompt Injection] (SAFE): No instructions attempting to bypass safety filters or override agent behavior were found within the skill instructions or metadata.
- [Data Exposure & Exfiltration] (SAFE): No hardcoded credentials or network communication patterns to external domains were detected. The skill focuses on local git logs and application logs for debugging purposes.
- [Obfuscation] (SAFE): The content consists of plain markdown text with no hidden characters, homoglyphs, or encoded payloads.
- [Unverifiable Dependencies & Remote Code Execution] (SAFE): The skill does not download external scripts or install packages from third-party registries.
- [Indirect Prompt Injection] (LOW): The skill uses tools like Grep and Read to ingest potentially untrusted data from local source code and log files. Evidence: 1. Ingestion points: File reading via tools (Read, Glob, Grep); 2. Boundary markers: Absent in the suggested templates; 3. Capability inventory: Use of local commands (git, pm2) for information retrieval; 4. Sanitization: Absent. This category is rated LOW because the skill serves as a passive methodology guide.
Audit Metadata