debug
Pass
Audited by Gen Agent Trust Hub on May 2, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [SAFE]: The skill follows standard software development debugging practices, utilizing tools like git, grep, and npm to analyze local system logs and project history.
- [COMMAND_EXECUTION]: Executes benign commands such as
git logandgrepto identify error patterns. These commands are scoped to the project environment and serve the skill's primary purpose. - [PROMPT_INJECTION]: The skill processes untrusted data from log files which could theoretically contain malicious instructions. Ingestion points: Reads local log files via grep and awk, and parses them with Python. Boundary markers: None explicitly defined in the provided instructions. Capability inventory: Executes git, grep, npm test, SQL queries, and local Python scripts. Sanitization: Relies on specific pattern matching (regex/grep) rather than general ingestion.
Audit Metadata