systematic-debugging
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or unauthorized data access were identified.
- [COMMAND_EXECUTION]: The skill mentions common debugging commands such as
git log,git diff, andpm2 logs. These are standard tools used for investigating project state and inspecting logs, which is consistent with the skill's primary purpose. - [PROMPT_INJECTION]: The skill's methodology involves processing external data from logs and source code, which represents a standard surface for indirect prompt injection.
- Ingestion points: Error logs via
pm2 logsand project files viaReadandGreptools. - Boundary markers: Absent; the skill does not specify the use of delimiters to separate untrusted data from the agent's instructions.
- Capability inventory: Uses standard file system tools (Read, Glob, Grep) and basic shell utilities (git, pm2).
- Sanitization: There are no explicit instructions for sanitizing or escaping the content retrieved from logs or source files.
Audit Metadata